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 195407 - [70cat] IllegalStateException: Too many org.netbeans.modules.tomcat5.ide.StartTomcat$StartRunnable (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: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-13 02:36 UTC by leonhad
Modified: 2011-02-16 11:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 176653


Attachments
stacktrace (2.70 KB, text/plain)
2011-02-13 02:36 UTC, leonhad
Details

Note You need to log in before you can comment on or make changes to this bug.
Description leonhad 2011-02-13 02:36:20 UTC
Build: NetBeans IDE 7.0 Beta 2 (Build 201102100000)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.1-b03-307, Java(TM) SE Runtime Environment, 1.6.0_22-b04-307-10M3261
OS: Mac OS X

Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.tomcat5.ide.StartTomcat$StartRunnable (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:454)
   at org.netbeans.modules.tomcat5.ide.StartTomcat.startProfiling(StartTomcat.java:259)
   at org.netbeans.modules.j2ee.deployment.impl.ServerInstance._startProfile(ServerInstance.java:1523)
   at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.startProfile(ServerInstance.java:1132)
   at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.startProfile(ServerInstance.java:1267)
   at org.netbeans.modules.j2ee.ant.StartProfiledServer.execute(StartProfiledServer.java:112)
Comment 1 leonhad 2011-02-13 02:36:29 UTC
Created attachment 105951 [details]
stacktrace
Comment 2 Petr Hejl 2011-02-15 15:49:30 UTC
Fixed in web-main dd4c6c0e4c2a.
Comment 3 Quality Engineering 2011-02-16 11:37:44 UTC
Integrated into 'main-golden', will be available in build *201102160501* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/dd4c6c0e4c2a
User: Petr Hejl <phejl@netbeans.org>
Log: #195407 [70cat] IllegalStateException: Too many org.netbeans.modules.tomcat5.ide.StartTomcat$StartRunnable (3) in shared RequestProcessor; create your own