This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 232653 - java.io.IOException: error=2, No such file or directory
Summary: java.io.IOException: error=2, No such file or directory
Status: RESOLVED INCOMPLETE
Alias: None
Product: web
Classification: Unclassified
Component: Cordova (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-13 12:33 UTC by _ pandajava
Modified: 2013-11-14 15:45 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 202119


Attachments
stacktrace (3.05 KB, text/plain)
2013-07-13 12:33 UTC, _ pandajava
Details
stacktrace (1.37 KB, text/plain)
2013-08-05 21:50 UTC, _ pandajava
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ pandajava 2013-07-13 12:33:39 UTC
Build: NetBeans IDE Dev (Build 201307032300)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b15
OS: Linux

User Comments:
pandajava: Trying to use Android Emulator as Extjs application default brower.




Stacktrace: 
java.io.IOException: error=2, No such file or directory
   at java.lang.UNIXProcess.forkAndExec(UNIXProcess.java:0)
   at java.lang.UNIXProcess.<init>(UNIXProcess.java:135)
   at java.lang.ProcessImpl.start(ProcessImpl.java:130)
   at java.lang.ProcessBuilder.start(ProcessBuilder.java:1022)
   at org.netbeans.api.extexecution.ExternalProcessBuilder.call(ExternalProcessBuilder.java:296)
   at org.netbeans.api.extexecution.ProcessBuilder$LocalProcessFactory.createProcess(ProcessBuilder.java:296)
Comment 1 _ pandajava 2013-07-13 12:33:41 UTC
Created attachment 137070 [details]
stacktrace
Comment 2 _ pandajava 2013-08-05 21:50:12 UTC
Created attachment 138319 [details]
stacktrace

Unable to run a PhoneGapSample sample
Comment 3 Jan Becicka 2013-09-24 12:43:57 UTC
It looks like you don't have android properly installed or not properly configured.

Are you able to run /opt/android-sdk-linux/platform-tools/adb from command line?