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 223282 - IllegalStateException: Too many org.netbeans.core.actions.SystemExit (3) in shared RequestProcessor; create your own
Summary: IllegalStateException: Too many org.netbeans.core.actions.SystemExit (3) in s...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-05 07:20 UTC by Andrew Krasny
Modified: 2013-01-09 02:25 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 196109


Attachments
stacktrace (2.53 KB, text/plain)
2012-12-05 07:20 UTC, Andrew Krasny
Details
stacktrace (2.52 KB, text/plain)
2012-12-14 22:17 UTC, host
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Krasny 2012-12-05 07:20:30 UTC
Build: NetBeans IDE Dev (Build 20121205-b9c157f200b8)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.12-b01-434, Java(TM) SE Runtime Environment, 1.6.0_37-b06-434-11M3909
OS: Mac OS X

Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.core.actions.SystemExit (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:424)
   at org.netbeans.core.actions.SystemExit.performAction(SystemExit.java:84)
   at org.openide.util.actions.CallableSystemAction$1.run(CallableSystemAction.java:129)
   at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:95)
   at org.openide.util.actions.ActionInvoker.doPerformAction(ActionInvoker.java:116)
   at org.openide.util.actions.ActionInvoker.invokeAction(ActionInvoker.java:99)
Comment 1 Andrew Krasny 2012-12-05 07:20:32 UTC
Created attachment 128866 [details]
stacktrace
Comment 2 host 2012-12-14 22:17:16 UTC
Created attachment 129394 [details]
stacktrace
Comment 3 Jiri Rechtacek 2013-01-07 16:01:10 UTC
core-main/rev/8709431e780e
Comment 4 Quality Engineering 2013-01-09 02:25:53 UTC
Integrated into 'main-golden', will be available in build *201301090001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/8709431e780e
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #223282: IllegalStateException: Too many org.netbeans.core.actions.SystemExit (3) in shared RequestProcessor; create your own