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 235309 - IllegalStateException: Too many org.netbeans.modules.maven.jaxws.nodes.JaxWsRootChildren$1 (3) in shared RequestProcessor; create your own
Summary: IllegalStateException: Too many org.netbeans.modules.maven.jaxws.nodes.JaxWsR...
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-WS (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-30 12:04 UTC by Milan Kuchtiak
Modified: 2013-08-31 01:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 203462


Attachments
stacktrace (1.76 KB, text/plain)
2013-08-30 12:04 UTC, Milan Kuchtiak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kuchtiak 2013-08-30 12:04:42 UTC
Build: NetBeans IDE Dev (Build 20130830-bf1c3c627691)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Linux

User Comments:
mkuchtiak: Creating WS from WSDL in Maven Web Project




Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.maven.jaxws.nodes.JaxWsRootChildren$1 (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor$Task.schedule(RequestProcessor.java:1473)
   at org.netbeans.modules.maven.jaxws.nodes.JaxWsRootChildren$JaxWsListener.propertyChange(JaxWsRootChildren.java:97)
   at java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:335)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:327)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:263)
   at org.netbeans.modules.websvc.jaxws.light.api.JAXWSLightSupport.addService(JAXWSLightSupport.java:138)
Comment 1 Milan Kuchtiak 2013-08-30 12:04:43 UTC
Created attachment 139488 [details]
stacktrace
Comment 2 Milan Kuchtiak 2013-08-30 13:08:02 UTC
Fixed:

hg.netbeans.org/web-main/rev/46f5d6a284fd
Comment 3 Quality Engineering 2013-08-31 01:27:09 UTC
Integrated into 'main-silver', will be available in build *201308310001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/46f5d6a284fd
User: Milan Kuchtiak <mkuchtiak@netbeans.org>
Log: #235309 create own RequestProcessor