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 - IllegalStateException: Too many org.netbeans.modules.maven.jaxws.nodes.JaxWsNode$3 (3) in shared RequestProcessor; create your own
Summary: IllegalStateException: Too many org.netbeans.modules.maven.jaxws.nodes.JaxWsN...
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-WS (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-14 09:03 UTC by tuniak
Modified: 2011-04-26 04:56 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 173190


Attachments
stacktrace (5.56 KB, text/plain)
2011-03-14 09:03 UTC, tuniak
Details

Note You need to log in before you can comment on or make changes to this bug.
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