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 251724 - IllegalStateException: Too many org.netbeans.modules.maven.apisupport.ImportantFilesNodeFactory$ImportantFilesNode (1) in shared RequestProcessor; create your own
Summary: IllegalStateException: Too many org.netbeans.modules.maven.apisupport.Importa...
Status: NEW
Alias: None
Product: apisupport
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-08 22:06 UTC by markiewb
Modified: 2015-04-08 22:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216649


Attachments
stacktrace (2.21 KB, text/plain)
2015-04-08 22:06 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2015-04-08 22:06:46 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b25
OS: Windows 7

User Comments:
markiewb: ???




Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.maven.apisupport.ImportantFilesNodeFactory$ImportantFilesNode (1) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor$Task.schedule(RequestProcessor.java:1464)
   at org.netbeans.modules.maven.apisupport.AnnotatedNode.annotationChanged(AnnotatedNode.java:162)
   at sun.reflect.GeneratedMethodAccessor64.invoke(GeneratedMethodAccessor64.java:0)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:497)
   at org.openide.util.WeakListenerImpl$ProxyListener.invoke(WeakListenerImpl.java:461)
Comment 1 markiewb 2015-04-08 22:06:47 UTC
Created attachment 153106 [details]
stacktrace