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 196660

Summary: IllegalStateException: Too many org.netbeans.modules.maven.jaxws.nodes.JaxWsNode$3 (3) in shared RequestProcessor; create your own
Product: webservices Reporter: tuniak
Component: JAX-WSAssignee: Denis Anisimov <ads>
Status: RESOLVED FIXED    
Severity: normal CC: imadbougataya, marfous
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 173190
Attachments: stacktrace

Description tuniak 2011-03-14 09:03:22 UTC
Build: NetBeans IDE 7.0 Beta 2 (Build 201102140001)
VM: Java HotSpot(TM) Client VM, 16.2-b04, Java(TM) SE Runtime Environment, 1.6.0_19-b04
OS: Windows XP

User Comments:
GUEST: I opened up webservices list in project view

GUEST: expanding a folder in Projects navigator

GUEST: browsing project using 'Projects' tab

GUEST: Specifically, the exception occurs after opening a maven web application and then opening the 'Web Services' section by clicking on the twistie.

GUEST: Opened SVN repository




Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.maven.jaxws.nodes.JaxWsNode$3 (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:425)
   at org.netbeans.modules.maven.jaxws.nodes.JaxWsNode.setServiceUrl(JaxWsNode.java:467)
   at org.netbeans.modules.maven.jaxws.nodes.JaxWsNode.<init>(JaxWsNode.java:160)
   at org.netbeans.modules.maven.jaxws.nodes.JaxWsNode.<init>(JaxWsNode.java:135)
   at org.netbeans.modules.maven.jaxws.MavenWebService.createNode(MavenWebService.java:111)
   at org.netbeans.modules.websvc.project.api.WebService.createNode(WebService.java:66)
Comment 1 tuniak 2011-03-14 09:03:26 UTC
Created attachment 106969 [details]
stacktrace
Comment 2 Denis Anisimov 2011-04-25 13:13:15 UTC
changeset:   192677:6d51e20bce6c
Comment 3 Quality Engineering 2011-04-26 04:56:40 UTC
Integrated into 'main-golden', will be available in build *201104260000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/6d51e20bce6c
User: Denis Anisimov <ads@netbeans.org>
Log: Fix for BZ#196660 - IllegalStateException: Too many org.netbeans.modules.maven.jaxws.nodes.JaxWsNode$3 (3) in shared RequestProcessor; create your own