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 196074 - [70cat] IllegalStateException: Too many org.netbeans.modules.tomcat5.ide.StartTomcat$StreamConsumer (3) in shared RequestProcessor; create your own
Summary: [70cat] IllegalStateException: Too many org.netbeans.modules.tomcat5.ide.Star...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-28 01:27 UTC by javydreamercsw
Modified: 2011-03-05 05:46 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 174447


Attachments
stacktrace (472 bytes, text/plain)
2011-02-28 01:27 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javydreamercsw 2011-02-28 01:27:17 UTC
Build: NetBeans IDE Dev (Build 201102270001)
VM: Java HotSpot(TM) Client VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Windows 7

User Comments:
javydreamercsw: Tried to shutdown a tomcat 6 and 7 at the same time.




Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.tomcat5.ide.StartTomcat$StreamConsumer (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:454)
   at org.netbeans.modules.tomcat5.ide.StartTomcat$StartRunnable.run(StartTomcat.java:545)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1424)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1968)
Comment 1 javydreamercsw 2011-02-28 01:27:20 UTC
Created attachment 106514 [details]
stacktrace
Comment 2 Petr Hejl 2011-03-03 13:47:09 UTC
Fixed in web-main 3b564e42f2cd.
Comment 3 Quality Engineering 2011-03-05 05:46:46 UTC
Integrated into 'main-golden', will be available in build *201103050000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/3b564e42f2cd
User: phejl@netbeans.org
Log: #196074 [70cat] IllegalStateException: Too many org.netbeans.modules.tomcat5.ide.StartTomcat (3) in shared RequestProcessor; create your own