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

Summary: [70cat] IllegalStateException: Too many org.netbeans.modules.bugzilla.ReportNBIssueAction$1 (3) in shared RequestProcessor; create your own
Product: connecteddeveloper Reporter: esmithbss <esmithbss>
Component: BugzillaAssignee: Tomas Stupka <tstupka>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 174396
Attachments: stacktrace

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