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 178197 - java.io.IOException: java.io.IOException: error=2, No such file or directory
Summary: java.io.IOException: java.io.IOException: error=2, No such file or directory
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Extbrowser (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Petr Jiricka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-06 00:41 UTC by johnsonlau
Modified: 2013-06-25 16:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 163379


Attachments
stacktrace (1.21 KB, text/plain)
2009-12-06 00:41 UTC, johnsonlau
Details

Note You need to log in before you can comment on or make changes to this bug.
Description johnsonlau 2009-12-06 00:41:53 UTC
This bug was originally marked as duplicate of bug 150264, 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 200912051400)
VM: Java HotSpot(TM) Client VM, 14.3-b01, Java(TM) SE Runtime Environment, 1.6.0_17-b04
OS: Linux, 2.6.31-16-generic, i386

User Comments:
GUEST: learm more link on Symfony page of php options

ndwolf: dont know

mpapis: tried to run php program, seems like overall problem with memory, netbeans 6.5.1 was not able to start.

jpapis@jagoda:~> uname -a
Linux jagoda 2.6.27.19-3.2-default #1 SMP 2009-02-25 15:40:44 +0100 x86_64 x86_64 x86_64 GNU/Linux

netbeans used 375MB of ram - checked in system but it showed only 90/168 in the memory window

there was still some memory available in the system

johnsonlau: Opens a URL on an Ubuntu system with no xdg-open installed.



Stacktrace: 
java.io.IOException: java.io.IOException: error=2, No such file or directory
   at java.lang.UNIXProcess.<init>(UNIXProcess.java:148)
   at java.lang.ProcessImpl.start(ProcessImpl.java:65)
   at java.lang.ProcessBuilder.start(ProcessBuilder.java:452)
   at org.netbeans.modules.extbrowser.NbDefaultUnixBrowserImpl.setURL(NbDefaultUnixBrowserImpl.java:99)
   at org.openide.awt.HtmlBrowser$1URLSetter.run(HtmlBrowser.java:474)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
Comment 1 johnsonlau 2009-12-06 00:41:57 UTC
Created attachment 92182 [details]
stacktrace
Comment 2 Petr Jiricka 2013-06-25 16:49:33 UTC
Last time this exception appeared was during 6.9 development cycle almost 3 years
ago, so this was probably fixed by some other fix.