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

Summary: AssertionError: Not to be called from AWT, can take significant amount ot time to download dependencies from the network.
Product: projects Reporter: Exceptions Reporter <exceptions_reporter>
Component: Eclipse project importerAssignee: issues@projects <issues>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 196490
Attachments: stacktrace

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.