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 184528 - [69cat] IllegalStateException: Too many org.netbeans.modules.maven.nodes.AddDependencyPanel$4 (3) in shared RequestProcessor; create your own
Summary: [69cat] IllegalStateException: Too many org.netbeans.modules.maven.nodes.AddD...
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: David Simonek
URL:
Keywords:
Depends on: 189349
Blocks:
  Show dependency tree
 
Reported: 2010-04-20 11:30 UTC by aldobrucale
Modified: 2010-08-11 14:05 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 167884


Attachments
stacktrace (2.54 KB, text/plain)
2010-04-20 11:30 UTC, aldobrucale
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aldobrucale 2010-04-20 11:30:27 UTC
Build: NetBeans IDE Dev (Build 201004200200)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Linux

User Comments:
buzzword: Opened Add Dependancy dialog on a Maven project, closed it, then opened it again.




Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.maven.nodes.AddDependencyPanel$4 (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:417)
   at org.netbeans.modules.maven.nodes.AddDependencyPanel.<init>(AddDependencyPanel.java:198)
   at org.netbeans.modules.maven.nodes.AddDependencyPanel.<init>(AddDependencyPanel.java:139)
   at org.netbeans.modules.maven.nodes.DependenciesNode$AddDependencyAction.actionPerformed(DependenciesNode.java:347)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
Comment 1 aldobrucale 2010-04-20 11:30:32 UTC
Created attachment 97702 [details]
stacktrace
Comment 2 David Simonek 2010-04-23 15:13:49 UTC
Changeset: a52ba3467afa
Author:    Dafe Simonek <dsimonek@netbeans.org>
Date:      2010-04-23 17:13
Message:   #184528: use own RP
Issue #184528 - [69cat] IllegalStateException: Too many org.netbeans.modules.maven.nodes.AddDependencyPanel$4 (3) in shared RequestProcessor; create your own
Comment 3 Quality Engineering 2010-04-24 05:20:54 UTC
Integrated into 'main-golden', will be available in build *201004240200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/a52ba3467afa
User: Dafe Simonek <dsimonek@netbeans.org>
Log: #184528: use own RP
Issue #184528 - [69cat] IllegalStateException: Too many org.netbeans.modules.maven.nodes.AddDependencyPanel$4 (3) in shared RequestProcessor; create your own