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 174609 - 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: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Erlang (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ dcaoyuan
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-15 08:05 UTC by astghik
Modified: 2009-10-15 08:05 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 153272


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description astghik 2009-10-15 08:05:35 UTC
Build: NetBeans IDE 6.7.1 (Build 200907230233)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Windows XP, 5.1, x86
User comments: 

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:452)
        at java.lang.Runtime.exec(Runtime.java:593)
        at java.lang.Runtime.exec(Runtime.java:431)
        at java.lang.Runtime.exec(Runtime.java:328)
        at org.netbeans.modules.erlang.platform.api.RubyInstallation.findInterpreterInEnv(RubyInstallation.java:143)
        at org.netbeans.modules.erlang.platform.api.RubyInstallation.getInterpreterInEnv(RubyInstallation.java:127)
        at org.netbeans.modules.erlang.platform.api.RubyPlatformManager.getPlatformsInternal(RubyPlatformManager.java:262)
        at org.netbeans.modules.erlang.platform.api.RubyPlatformManager.getPlatformByID(RubyPlatformManager.java:286)