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 - [68cat] [run] Run and debug no longer launch default browser
Summary: [68cat] [run] Run and debug no longer launch default browser
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-06 05:27 UTC by esmithbss
Modified: 2011-01-28 20:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE Log File (73.62 KB, text/plain)
2009-10-06 05:28 UTC, esmithbss
Details

Note You need to log in before you can comment on or make changes to this bug.
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.