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 184133

Summary: [69cat] IllegalStateException: Too many org.netbeans.modules.maven.newproject.BasicPanelVisual (3) in shared RequestProcessor; create your own
Product: projects Reporter: aldobrucale <aldobrucale>
Component: MavenAssignee: Antonin Nebuzelsky <anebuzelsky>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 168020
Attachments: stacktrace

Description aldobrucale 2010-04-14 11:33:46 UTC
Build: NetBeans IDE Dev (Build 201004140201)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Linux

Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.maven.newproject.BasicPanelVisual (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:416)
   at org.netbeans.modules.maven.newproject.BasicPanelVisual.getCommandLineMavenVersion(BasicPanelVisual.java:525)
   at org.netbeans.modules.maven.newproject.BasicPanelVisual.windowGainedFocus(BasicPanelVisual.java:823)
   at java.awt.AWTEventMulticaster.windowGainedFocus(AWTEventMulticaster.java:406)
   at java.awt.Window.processWindowFocusEvent(Window.java:1909)
   at java.awt.Window.processEvent(Window.java:1824)
Comment 1 aldobrucale 2010-04-14 11:33:50 UTC
Created attachment 97311 [details]
stacktrace
Comment 2 Antonin Nebuzelsky 2010-08-04 12:05:09 UTC

*** This bug has been marked as a duplicate of bug 187948 ***