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 193472 - [70cat] IllegalStateException: Too many org.netbeans.modules.bugzilla.ReportNBIssueAction$1 (3) in shared RequestProcessor; create your own
Summary: [70cat] IllegalStateException: Too many org.netbeans.modules.bugzilla.ReportN...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Bugzilla (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-15 22:49 UTC by esmithbss
Modified: 2011-01-07 08:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 174396


Attachments
stacktrace (2.33 KB, text/plain)
2010-12-15 22:49 UTC, esmithbss
Details

Note You need to log in before you can comment on or make changes to this bug.
Description esmithbss 2010-12-15 22:49:48 UTC
Build: NetBeans IDE Dev (Build 201012150001)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Windows XP

User Comments:
esmithbss: Attempting to open Report Issue dialog

esmithbss: Attempting to launch a new Report Issue form.  First 3 clicks did nothing within 1 minute.  Only after generating error did system proceed.




Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.bugzilla.ReportNBIssueAction$1 (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:425)
   at org.netbeans.modules.bugzilla.ReportNBIssueAction.actionPerformed(ReportNBIssueAction.java:82)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
   at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
   at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
Comment 1 esmithbss 2010-12-15 22:49:51 UTC
Created attachment 104141 [details]
stacktrace
Comment 2 Tomas Stupka 2011-01-06 15:53:12 UTC
http://hg.netbeans.org/core-main/rev/8b22997c6aef
fixed
Comment 3 Quality Engineering 2011-01-07 08:05:08 UTC
Integrated into 'main-golden', will be available in build *201101070001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/8b22997c6aef
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #193472 - [70cat] IllegalStateException: Too many org.netbeans.modules.bugzilla.ReportNBIssueAction$1 (3) in shared RequestProcessor; create your own