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 223751 - 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: RESOLVED WORKSFORME
Alias: None
Product: projects
Classification: Unclassified
Component: Eclipse project importer (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@projects
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-13 07:05 UTC by Exceptions Reporter
Modified: 2015-02-04 03:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 196490


Attachments
stacktrace (6.87 KB, text/plain)
2012-12-13 07:05 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-12-13 07:05:41 UTC
This bug was originally marked as duplicate of bug 176017, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) Client VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Windows 7

Stacktrace: 
java.lang.AssertionError:  Not to be called from AWT, can take significant amount ot time to download dependencies from the network.
   at org.netbeans.modules.maven.api.NbMavenProject.synchronousDependencyDownload(NbMavenProject.java:384)
   at org.netbeans.modules.maven.ProjectOpenedHookImpl.checkBinaryDownloads(ProjectOpenedHookImpl.java:315)
   at org.netbeans.modules.maven.ProjectOpenedHookImpl.projectOpened(ProjectOpenedHookImpl.java:156)
   at org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectOpened(ProjectOpenedHook.java:84)
   at org.netbeans.spi.project.ui.support.UILookupMergerSupport$OpenHookImpl.projectOpened(UILookupMergerSupport.java:248)
   at org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectOpened(ProjectOpenedHook.java:84)
Comment 1 Exceptions Reporter 2012-12-13 07:05:43 UTC
Created attachment 129299 [details]
stacktrace
Comment 2 Milos Kleint 2012-12-13 08:00:08 UTC
org.netbeans.modules.projectimport.eclipse.core.ImportProjectAction should not call open on projects in awt
Comment 3 Quality Engineering 2015-02-04 03:34:38 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.