|
Project
|
IntelliJ IDEA
|
|
Priority
|
Normal |
|
Type
|
Bug |
|
Fix versions
|
No Fix versions |
|
State
|
Duplicate |
|
Assignee
|
Maxim Mossienko |
|
Subsystem
|
Flex Support |
|
Affected versions
|
No Affected versions |
|
Fixed in build
|
No Fixed in build |
java.io.IOException: Cannot run program "/usr/local/flex/current_sdk3/bin/fdb": java.io.IOException: error=13, Permission denied…
java.io.IOException: Cannot run program "/usr/local/flex/current_sdk3/bin/fdb": java.io.IOException: error=13, Permission denied
at java.lang.ProcessBuilder.start(ProcessBuilder.java:459)
at java.lang.Runtime.exec(Runtime.java:593)
at java.lang.Runtime.exec(Runtime.java:466)
at com.intellij.lang.javascript.flex.debug.FlexDebugProcess.<init>(FlexDebugProcess.java:136)
at com.intellij.lang.javascript.flex.debug.FlexDebugRunner$1.start(FlexDebugRunner.java:108)
at com.intellij.xdebugger.impl.XDebuggerManagerImpl.a(XDebuggerManagerImpl.java:22)
at com.intellij.xdebugger.impl.XDebuggerManagerImpl.startSession(XDebuggerManagerImpl.java:8)
at com.intellij.lang.javascript.flex.debug.FlexDebugRunner.doExecute(FlexDebugRunner.java:104)
at com.intellij.execution.runners.GenericProgramRunner$1.run(GenericProgramRunner.java:79)
at com.intellij.execution.impl.ExecutionManagerImpl$1.run(ExecutionManagerImpl.java:18)
Why is the browser important here?
fdb launches browser for the debugger, if 'fdb' replies with 'session disconnected' just after startup then such error is reported. The problem started to appear under FireFox 3
But I am running firefox2.
Please tell me if I can provide more debugging info.
I then took path to standalone player and put into PATH variable, and then output is:
Adobe fdb (Flash Player Debugger) [build 1444]
Copyright (c) 2004-2007 Adobe, Inc. All rights reserved.
Attempting to launch and connect to Player using URL
/home/polesen/sandboxes/atlight/trunk/thinclient/server/webapp/target/flex-resources/atlight-thinclient-client-shell.swf
Player connected; session starting.
Set breakpoints and then type 'continue' to resume the session.
[SWF] home/polesen/sandboxes/atlight/trunk/thinclient/server/webapp/target/flex-resources/atlight-thinclient-client-shell.swf - 1.825.784 bytes after decompression
(fdb)
I tried recreating the flex sdk and assign again to each module, but the problem persists.
I will attach screenshot shortly.