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 221720 - IllegalStateException: Too many org.netbeans.modules.websvc.design.javamodel.ServiceModel$AnnotationChangeListener$1 (3) in shared RequestProcessor; create your own
Summary: IllegalStateException: Too many org.netbeans.modules.websvc.design.javamodel....
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Designer (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-08 12:44 UTC by muellermi
Modified: 2012-11-28 10:05 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 194753


Attachments
stacktrace (1.64 KB, text/plain)
2012-11-08 12:44 UTC, muellermi
Details
stacktrace (1.64 KB, text/plain)
2012-11-21 12:40 UTC, muellermi
Details
stacktrace (2.43 KB, text/plain)
2012-11-28 10:05 UTC, muellermi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description muellermi 2012-11-08 12:44:14 UTC
Build: NetBeans IDE Dev (Build 201211050001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Windows 8

User Comments:
muellermi: Tried to copy and paste a file




Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.websvc.design.javamodel.ServiceModel$AnnotationChangeListener$1 (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:424)
   at org.netbeans.modules.websvc.design.javamodel.ServiceModel$AnnotationChangeListener.fileChanged(ServiceModel.java:363)
   at org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEventImpl(FCLSupport.java:145)
   at org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEvent(FCLSupport.java:128)
   at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:105)
   at org.openide.filesystems.FileObject$ED.dispatch(FileObject.java:1313)
Comment 1 muellermi 2012-11-08 12:44:16 UTC
Created attachment 127391 [details]
stacktrace
Comment 2 muellermi 2012-11-21 12:40:39 UTC
Created attachment 128204 [details]
stacktrace

refactor: encapsulate field
Comment 3 Denis Anisimov 2012-11-22 06:43:32 UTC
web-main#39a583c6c8f7
Comment 4 Quality Engineering 2012-11-23 02:41:55 UTC
Integrated into 'main-golden', will be available in build *201211230002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/39a583c6c8f7
User: Denis Anisimov <ads@netbeans.org>
Log: Fix for BZ#221720 - IllegalStateException: Too many org.netbeans.modules.websvc.design.javamodel.ServiceModel$AnnotationChangeListener$1 (3) in shared RequestProcessor; create your own
Comment 5 muellermi 2012-11-28 10:05:31 UTC
Created attachment 128499 [details]
stacktrace

save file