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 225901 - java.io.IOException: CreateProcess error=2, The system cannot find the file specified
Summary: java.io.IOException: CreateProcess error=2, The system cannot find the file s...
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: Cordova (show other bugs)
Version: 7.4
Hardware: All Windows 8 x64
: P1 normal (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-08 14:53 UTC by Jan Becicka
Modified: 2013-02-10 01:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 198449


Attachments
stacktrace (1.68 KB, text/plain)
2013-02-08 14:53 UTC, Jan Becicka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Becicka 2013-02-08 14:53:23 UTC
This bug was originally marked as duplicate of bug 225712, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201302072300)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_13-b20
OS: Windows 8

Stacktrace: 
java.io.IOException: CreateProcess error=2, The system cannot find the file specified
   at java.lang.ProcessImpl.create(ProcessImpl.java:0)
   at java.lang.ProcessImpl.<init>(ProcessImpl.java:189)
   at java.lang.ProcessImpl.start(ProcessImpl.java:133)
   at java.lang.ProcessBuilder.start(ProcessBuilder.java:1021)
   at org.netbeans.api.extexecution.ExternalProcessBuilder.call(ExternalProcessBuilder.java:296)
   at org.netbeans.api.extexecution.ProcessBuilder$LocalProcessFactory.createProcess(ProcessBuilder.java:296)
Comment 1 Jan Becicka 2013-02-08 14:53:25 UTC
Created attachment 131161 [details]
stacktrace
Comment 2 Jan Becicka 2013-02-08 14:56:03 UTC
Windows specific
Comment 3 Jan Becicka 2013-02-08 16:16:01 UTC
Changeset: e71f53cbc1b5
Author:    Jan Becicka <jbecicka@netbeans.org>
Date:      2013-02-08 17:11
Message:
Comment 4 Quality Engineering 2013-02-10 01:41:46 UTC
Integrated into 'main-golden', will be available in build *201302092300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/e71f53cbc1b5
User: Jan Becicka <jbecicka@netbeans.org>
Log: Issue #225901 - java.io.IOException: CreateProcess error=2, The system cannot find the file specified