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 160473 - AssertionError: Not to be called from AWT, can take significant amount ot time to download dependencies from the network.
Summary: AssertionError: Not to be called from AWT, can take significant amount ot ti...
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Maven (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Milos Kleint
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-17 16:26 UTC by Jaroslav Pospisil
Modified: 2009-03-23 11:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 147721


Attachments
stacktrace (7.56 KB, text/plain)
2009-03-17 16:26 UTC, Jaroslav Pospisil
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Pospisil 2009-03-17 16:26:46 UTC
Build: NetBeans IDE Dev (Build 20090317073347)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b02
OS: Windows Vista, 6.0, x86

User Comments:
jpospisil: Created maven EJB project and Service Locator.When i clicked on Finish,NPE appeared.



Stacktrace: 
java.lang.reflect.UndeclaredThrowableException
        at $Proxy9.actionPerformed(.java:0)
        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)
        at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
Comment 1 Jaroslav Pospisil 2009-03-17 16:26:51 UTC
Created attachment 78312 [details]
stacktrace
Comment 2 Milos Kleint 2009-03-18 09:13:05 UTC
http://hg.netbeans.org/main/rev/eb21635f515c
Comment 3 Quality Engineering 2009-03-18 22:34:10 UTC
Integrated into 'main-golden', will be available in build *200903181604* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/eb21635f515c
User: Milos Kleint <mkleint@netbeans.org>
Log: #160473 make sure the instantiate method is not called in AWT
Comment 4 Jaroslav Pospisil 2009-03-23 11:11:07 UTC
v.