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 176017 - 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 FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milos Kleint
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-04 17:27 UTC by onmomo
Modified: 2009-11-08 23:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 161498


Attachments
stacktrace (5.73 KB, text/plain)
2009-11-04 17:27 UTC, onmomo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description onmomo 2009-11-04 17:27:08 UTC
Build: NetBeans IDE 6.8 Beta (Build 200910212001)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Windows Vista, 6.0, x86

User Comments:
onmomo: Tried to copy a maven project with the netbeans copy dialog (right mouse on the project)



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:334)
        at org.netbeans.modules.maven.ProjectOpenedHookImpl.checkBinaryDownloads(ProjectOpenedHookImpl.java:196)
        at org.netbeans.modules.maven.ProjectOpenedHookImpl.projectOpened(ProjectOpenedHookImpl.java:97)
        at org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectOpened(ProjectOpenedHook.java:81)
        at org.netbeans.modules.project.ui.OpenProjectList.notifyOpened(OpenProjectList.java:1066)
        at org.netbeans.modules.project.ui.OpenProjectList.doOpenProject(OpenProjectList.java:1117)
Comment 1 onmomo 2009-11-04 17:27:13 UTC
Created attachment 90495 [details]
stacktrace
Comment 3 Quality Engineering 2009-11-06 10:00:47 UTC
Integrated into 'main-golden', will be available in build *200911060201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/0082ba1db3f6
User: Milos Kleint <mkleint@netbeans.org>
Log: #176017 don't open projects in awt.