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 183425 - [69cat] IllegalStateException: Too many org.netbeans.core.actions.LogViewerSupport (2) in shared RequestProcessor; create your own
Summary: [69cat] IllegalStateException: Too many org.netbeans.core.actions.LogViewerSu...
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-02 21:37 UTC by abajja
Modified: 2010-04-22 09:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 167525


Attachments
stacktrace (454 bytes, text/plain)
2010-04-02 21:37 UTC, abajja
Details

Note You need to log in before you can comment on or make changes to this bug.
Description abajja 2010-04-02 21:37:24 UTC
Build: NetBeans IDE Dev (Build 201004020200)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows Vista

Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.core.actions.LogViewerSupport (2) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor$Task.schedule(RequestProcessor.java:1407)
   at org.netbeans.core.actions.LogViewerSupport.run(LogViewerSupport.java:126)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1369)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1907)
Comment 1 abajja 2010-04-02 21:37:29 UTC
Created attachment 96626 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2010-04-22 09:39:32 UTC
two instances in a shared request processor doesn't see too many to me