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 219074 - IllegalStateException: Too many org.netbeans.modules.j2ee.jetty.JetLogger$LoggerRunnable (4) in shared RequestProcessor; create your own
Summary: IllegalStateException: Too many org.netbeans.modules.j2ee.jetty.JetLogger$Log...
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Jetty (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@serverplugins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-26 17:17 UTC by alied
Modified: 2013-01-12 17:05 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 167889


Attachments
stacktrace (550 bytes, text/plain)
2012-09-26 17:17 UTC, alied
Details
stacktrace (550 bytes, text/plain)
2012-12-13 07:50 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alied 2012-09-26 17:17:53 UTC
Build: NetBeans IDE Dev (Build 201209250001)
VM: Java HotSpot(TM) Server VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b10
OS: Windows XP

User Comments:
buzzword: Clicked to stop Jetty web server.

alied: trying to stop a Jetty 8 server from the Services View

averri: Exception throwed when stopping Jetty server.

GUEST: Starting a Jetty 8 server




Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.j2ee.jetty.JetLogger$LoggerRunnable (4) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:424)
   at org.netbeans.modules.j2ee.jetty.JetLogger.readInputStreams(JetLogger.java:126)
   at org.netbeans.modules.j2ee.jetty.ide.JetStopRunnable.run(JetStopRunnable.java:94)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1454)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2036)
Comment 1 alied 2012-09-26 17:17:56 UTC
Created attachment 124961 [details]
stacktrace
Comment 2 Exceptions Reporter 2012-12-13 07:50:08 UTC
Created attachment 129301 [details]
stacktrace