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 210061 - IllegalStateException: Too many org.netbeans.modules.glassfish.javaee.ide.UpdateContextRoot$1 (3) in shared RequestProcessor; create your own
Summary: IllegalStateException: Too many org.netbeans.modules.glassfish.javaee.ide.Upd...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-25 22:02 UTC by sunbiz
Modified: 2012-05-19 15:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 171794


Attachments
stacktrace (1.30 KB, text/plain)
2012-03-25 22:02 UTC, sunbiz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sunbiz 2012-03-25 22:02:28 UTC
Build: NetBeans IDE Dev (Build 201203250401)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b05
OS: Windows 7

User Comments:
GUEST: depolying project

sunbiz: Debugging Web Application and got this exception




Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.glassfish.javaee.ide.UpdateContextRoot$1 (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:424)
   at org.netbeans.modules.glassfish.javaee.ide.UpdateContextRoot.handleProgressEvent(UpdateContextRoot.java:83)
   at org.netbeans.modules.glassfish.javaee.ide.MonitorProgressObject.loopThroughListeners(MonitorProgressObject.java:169)
   at org.netbeans.modules.glassfish.javaee.ide.MonitorProgressObject.fireHandleProgressEvent(MonitorProgressObject.java:202)
   at org.netbeans.modules.glassfish.javaee.ide.MonitorProgressObject.operationStateChanged(MonitorProgressObject.java:147)
   at org.netbeans.modules.glassfish.common.BasicTask.fireOperationStateChanged(BasicTask.java:97)
Comment 1 sunbiz 2012-03-25 22:02:30 UTC
Created attachment 117215 [details]
stacktrace
Comment 2 Vince Kraemer 2012-05-17 17:58:06 UTC
this is an easy fix.
Comment 3 Quality Engineering 2012-05-19 09:55:12 UTC
Integrated into 'main-golden', will be available in build *201205190400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/23079127c5d6
User: vince kraemer <vkraemer@netbeans.org>
Log: #210061 : stop abusing the default RP