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 184599 - [69cat] IllegalStateException: Too many org.netbeans.core.output2.FileMapStorage$1 (3) in shared RequestProcessor; create your own
Summary: [69cat] IllegalStateException: Too many org.netbeans.core.output2.FileMapStor...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Output Window (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: David Simonek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-21 11:34 UTC by stefan79
Modified: 2010-04-24 05:25 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 168308


Attachments
stacktrace (3.69 KB, text/plain)
2010-04-21 11:35 UTC, stefan79
Details

Note You need to log in before you can comment on or make changes to this bug.
Description stefan79 2010-04-21 11:34:51 UTC
Build: NetBeans IDE Dev (Build 201004210200)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows XP

User Comments:
stefan79: Deleted some lines in a Java-File.
After saving + compiling, this exception occured.




Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.core.output2.FileMapStorage$1 (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:417)
   at org.netbeans.core.output2.FileMapStorage.dispose(FileMapStorage.java:252)
   at org.netbeans.core.output2.OutWriter.dispose(OutWriter.java:249)
   at org.netbeans.core.output2.OutputDocument.dispose(OutputDocument.java:96)
   at org.netbeans.core.output2.OutputTab.setDocument(OutputTab.java:142)
   at org.netbeans.core.output2.OutputTab.closed(OutputTab.java:285)
Comment 1 stefan79 2010-04-21 11:35:01 UTC
Created attachment 97783 [details]
stacktrace
Comment 2 David Simonek 2010-04-23 13:56:24 UTC
Changeset: 91543eb5da70
Author:    Dafe Simonek <dsimonek@netbeans.org>
Date:      2010-04-23 15:56
Message:   #184599: use own RP
Issue #184599 - [69cat] IllegalStateException: Too many org.netbeans.core.output2.FileMapStorage$1 (3) in shared RequestProcessor; create your own
Comment 3 Quality Engineering 2010-04-24 05:25:27 UTC
Integrated into 'main-golden', will be available in build *201004240200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/91543eb5da70
User: Dafe Simonek <dsimonek@netbeans.org>
Log: #184599: use own RP
Issue #184599 - [69cat] IllegalStateException: Too many org.netbeans.core.output2.FileMapStorage$1 (3) in shared RequestProcessor; create your own