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

Summary: IllegalStateException: Too many org.netbeans.modules.glassfish.javaee.ide.UpdateContextRoot$1 (3) in shared RequestProcessor; create your own
Product: serverplugins Reporter: sunbiz <sunbiz>
Component: GlassFishAssignee: Vince Kraemer <vkraemer>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 171794
Attachments: stacktrace

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