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 161278 - java.io.IOException: erl: not found
Summary: java.io.IOException: erl: not found
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-03-26 16:11 UTC by Marian Mirilovic
Modified: 2009-04-07 03:24 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 143960


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2009-03-26 16:11:08 UTC
21 duplicates so far ...

Build: NetBeans IDE Dev (Build 200812030201)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-133, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b06-284
OS: Mac OS X, 10.5.5, i386
User comments: 
STACKTRACE: (first 10 lines)
java.io.IOException: erl: not found
        at java.lang.UNIXProcess.forkAndExec(UNIXProcess.java:0)
        at java.lang.UNIXProcess.<init>(UNIXProcess.java:52)
        at java.lang.ProcessImpl.start(ProcessImpl.java:91)
        at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
        at java.lang.Runtime.exec(Runtime.java:591)
        at java.lang.Runtime.exec(Runtime.java:429)
        at java.lang.Runtime.exec(Runtime.java:326)
        at org.netbeans.modules.erlang.platform.api.RubyInstallation.findInterpreterInEnv(RubyInstallation.java:146)
        at org.netbeans.modules.erlang.platform.api.RubyInstallation.getInterpreterInEnv(RubyInstallation.java:130)
        at org.netbeans.modules.erlang.platform.api.RubyPlatformManager.getPlatformsInternal(RubyPlatformManager.java:260)