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 128772 - [erlang] IOE opening html file in from Favorites view
Summary: [erlang] IOE opening html file in from Favorites view
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:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-28 22:46 UTC by _ tboudreau
Modified: 2008-08-11 07:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ tboudreau 2008-02-28 22:46:52 UTC
(not sure where to file this)

I opened an html file and got the following exception:

java.io.IOException: erl: not found
	at java.lang.UNIXProcess.forkAndExec(Native Method)
	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)
	at org.netbeans.modules.erlang.platform.api.RubyPlatformManager.getPlatforms(RubyPlatformManager.java:116)
	at org.netbeans.modules.erlang.project.BootClassPathProvider.findClassPath(BootClassPathProvider.java:75)
	at org.netbeans.modules.gsfpath.api.classpath.ClassPath.getClassPath(ClassPath.java:540)
	at org.netbeans.napi.gsfret.source.ClasspathInfo.create(ClasspathInfo.java:157)
	at org.netbeans.napi.gsfret.source.ClasspathInfo.create(ClasspathInfo.java:177)
	at org.netbeans.napi.gsfret.source.Source.forFileObject(Source.java:328)
	at org.netbeans.napi.gsfret.source.support.OpenedEditors.stateChanged(OpenedEditors.java:142)
	at org.netbeans.napi.gsfret.source.support.OpenedEditors$1.propertyChange(OpenedEditors.java:89)
	at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:333)
	at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:270)
	at org.netbeans.api.editor.EditorRegistry.firePropertyChange(EditorRegistry.java:457)
	at org.netbeans.api.editor.EditorRegistry.focusGained(EditorRegistry.java:298)
	at org.netbeans.api.editor.EditorRegistry$FocusL.focusGained(EditorRegistry.java:555)
	at java.awt.AWTEventMulticaster.focusGained(AWTEventMulticaster.java:162)
	at java.awt.Component.processFocusEvent(Component.java:5491)
	at java.awt.Component.processEvent(Component.java:5358)
	at java.awt.Container.processEvent(Container.java:2010)
	at java.awt.Component.dispatchEventImpl(Component.java:4068)
	at java.awt.Container.dispatchEventImpl(Container.java:2068)
	at java.awt.Component.dispatchEvent(Component.java:3903)
	at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1826)
	at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:849)
	at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:489)
	at java.awt.Component.dispatchEventImpl(Component.java:3941)
	at java.awt.Container.dispatchEventImpl(Container.java:2068)
	at java.awt.Component.dispatchEvent(Component.java:3903)
[catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
	at org.netbeans.core.TimeableEventQueue.dispatchEvent(TimeableEventQueue.java:104)
	at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)