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 224407 - IllegalStateException: Too many org.netbeans.modules.kenai.ui.NameAndLicenseWizardPanelGUI$6 (3) in shared RequestProcessor; create your own
Summary: IllegalStateException: Too many org.netbeans.modules.kenai.ui.NameAndLicenseW...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Kenai (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-03 07:26 UTC by lehel
Modified: 2013-01-04 02:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 197091


Attachments
stacktrace (9.82 KB, text/plain)
2013-01-03 07:26 UTC, lehel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lehel 2013-01-03 07:26:50 UTC
Build: NetBeans IDE Dev (Build 201212280001)
VM: Java HotSpot(TM) Client VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_10-b18
OS: Windows XP

User Comments:
lehel: Trying to add a new Team Project




Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.kenai.ui.NameAndLicenseWizardPanelGUI$6 (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:425)
   at org.netbeans.modules.kenai.ui.NameAndLicenseWizardPanelGUI.setupLicensesListModel(NameAndLicenseWizardPanelGUI.java:246)
   at org.netbeans.modules.kenai.ui.NameAndLicenseWizardPanelGUI.access$400(NameAndLicenseWizardPanelGUI.java:109)
   at org.netbeans.modules.kenai.ui.NameAndLicenseWizardPanelGUI$1.actionPerformed(NameAndLicenseWizardPanelGUI.java:166)
   at javax.swing.JComboBox.fireActionEvent(JComboBox.java:1260)
   at javax.swing.JComboBox.setSelectedItem(JComboBox.java:588)
Comment 1 lehel 2013-01-03 07:26:51 UTC
Created attachment 129839 [details]
stacktrace
Comment 2 Ondrej Vrabec 2013-01-03 12:30:29 UTC
fix: http://hg.netbeans.org/core-main/rev/3f899eed191b
Comment 3 Quality Engineering 2013-01-04 02:29:19 UTC
Integrated into 'main-golden', will be available in build *201301040001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/3f899eed191b
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #224407 - IllegalStateException: Too many org.netbeans.modules.kenai.ui.NameAndLicenseWizardPanelGUI$6 (3) in shared RequestProcessor; create your own