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 195892 - 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: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-23 18:48 UTC by Exceptions Reporter
Modified: 2011-02-26 05:16 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 170839


Attachments
stacktrace (3.44 KB, text/plain)
2011-02-23 18:48 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2011-02-23 18:48:41 UTC
This issue was reported manually by vv159170.
It already has 2 duplicates 


Build: NetBeans IDE 7.0 Beta (Build 201011152355)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Windows 7

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:81)
   at java.lang.ProcessImpl.start(ProcessImpl.java:30)
   at java.lang.ProcessBuilder.start(ProcessBuilder.java:453)
   at java.lang.Runtime.exec(Runtime.java:593)
   at java.lang.Runtime.exec(Runtime.java:431)
Comment 1 Exceptions Reporter 2011-02-23 18:48:46 UTC
Created attachment 106364 [details]
stacktrace
Comment 2 Vladimir Voskresensky 2011-02-24 22:34:04 UTC
on Windows /bin/chmod can be missed + support remove move/copy as well
http://hg.netbeans.org/cnd-main/rev/689f05bb8d1f
Comment 3 Quality Engineering 2011-02-26 05:16:10 UTC
Integrated into 'main-golden', will be available in build *201102260001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/689f05bb8d1f
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed #195892 -  java.io.IOException: CreateProcess error=2, The system cannot find the file specified
on Windows /bin/chmod can be missed + support remove move/copy as well