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 173819

Summary: [68cat] [run] Run and debug no longer launch default browser
Product: ruby Reporter: esmithbss <esmithbss>
Component: CodeAssignee: issues@ruby <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE Log File

Description esmithbss 2009-10-06 05:27:22 UTC
[ BUILD # : 200910010513 ]
[ JDK VERSION : 1.6.* ]

I have firefox installed as my default browser;however, when I
attempt to run my application within the IDE, the browser is never
launched.
Comment 1 esmithbss 2009-10-06 05:28:06 UTC
Created attachment 88873 [details]
IDE Log File
Comment 2 Erno Mononen 2009-10-07 10:34:53 UTC
This appears to be caused by that the app doesn't launch in 120 seconds if the logging is to be trusted - is it really 
the case that it takes more than 120 secs for your app to launch? 
Comment 3 esmithbss 2009-10-12 06:21:29 UTC
AFAIK, my apps and rake tasks take about 10 seconds to launch under the native ruby interpreter and about 30 or 40
seconds to launch under JRuby.

When I am using the debugger, these values are stretched out excessively, but even so it doesn't seem like 2 minutes
from the time I click the debug  button to the time I receive a failure response.  It feels more like 30 or 40 seconds
total.