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 133470

Summary: Cannot stop a debug WEBrick instance once started
Product: ruby Reporter: mdweezer <mdweezer>
Component: RailsAssignee: Erno Mononen <emononen>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description mdweezer 2008-04-21 15:26:05 UTC
After starting a debug instance of WEBrick using the built in JRuby 1.1 in Netbeans 6.1RC1, the server cannot be
stopped.  Clicking the (X) by the process, which would typically stop the server does nothing.  Other methods do not
work either.

The only way to stop the server was to kill the Java process it was running manually which was followed by a "Cannot
write to output" error dialog box in Netbeans.

Once I switched to my own JRuby 1.1 instance with Mongrel I was able to stop the server with no problem.
Comment 1 Erno Mononen 2008-04-29 08:53:34 UTC
Seems to be a duplicate of issue 131268, sometimes stopping WEBrick fails also when not running in the debug mode. 
Possiblly a JRuby issue. 

*** This issue has been marked as a duplicate of 131268 ***
Comment 2 Erno Mononen 2008-04-29 08:54:36 UTC
Should have marked as a duplicate of issue 131628, not 131268.
Comment 3 Erno Mononen 2008-04-29 08:55:34 UTC
Marking as a dupe of issue 131628.

*** This issue has been marked as a duplicate of 131628 ***