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 153359 - java.io.IOException: Cannot run program "": CreateProcess error=2, The system cannot find the file specified
Summary: java.io.IOException: Cannot run program "": CreateProcess error=2, The system...
Status: RESOLVED INCOMPLETE
Alias: None
Product: ide
Classification: Unclassified
Component: Extbrowser (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Peter Zavadsky
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-18 09:06 UTC by shivakottana
Modified: 2009-10-22 10:13 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 1811


Attachments
stacktrace (1.92 KB, text/plain)
2008-11-18 09:07 UTC, shivakottana
Details

Note You need to log in before you can comment on or make changes to this bug.
Description shivakottana 2008-11-18 09:06:53 UTC
Build: NetBeans IDE 6.1 (Build 200804211638)
VM: Java HotSpot(TM) Client VM, 1.6.0-b105, Java(TM) SE Runtime Environment, 1.6.0-b105
OS: Windows XP, 5.1, x86

User Comments:
GUEST: When i install J2ME Polish and integrated it with NetBean, this problem occured. Why?

poplar1123: Netbeans open the Fonts & Colors, for the JSP document choose color scheme, in this BUG

GUEST: Tentando Fazer um Binding de um TextField em um bean criado no Netbeans

GUEST: I was trying to enable the OTA coomand but it gives me this exception.

Please do let me know if you could solve this problem.

Kind regards

ashhush



Stacktrace: 
java.io.IOException: Cannot run program "": CreateProcess error=2, The system cannot find the file specified
        at java.lang.ProcessBuilder.start(ProcessBuilder.java:459)
        at org.openide.execution.NbProcessDescriptor.exec(NbProcessDescriptor.java:199)
        at org.openide.execution.NbProcessDescriptor.exec(NbProcessDescriptor.java:151)
        at org.openide.execution.NbProcessDescriptor.exec(NbProcessDescriptor.java:215)
        at org.openide.execution.NbProcessDescriptor.exec(NbProcessDescriptor.java:226)
        at org.netbeans.modules.extbrowser.NbDdeBrowserImpl$URLDisplayer.startBrowser(NbDdeBrowserImpl.java:467)
Comment 1 shivakottana 2008-11-18 09:07:01 UTC
Created attachment 73852 [details]
stacktrace
Comment 2 Jaromir Uhrik 2008-11-26 11:55:40 UTC
Passing to openide|execution - please evalueate.
Thanks.
Comment 3 Peter Zavadsky 2008-12-01 21:35:48 UTC
It seems there is no default browser installed, and therefore there was passed an empty process name to the process
descriptor.

Could you, please, provide more information. Is that the case, there is no browser available, and if yes, is the problem
of this exception happening? (What happens if you choose different browser from the Tools | Options)? Thanks.