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 173346 - AssertionError: Must be called on event thread
Summary: AssertionError: Must be called on event thread
Status: RESOLVED WORKSFORME
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@ide
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks: 173148
  Show dependency tree
 
Reported: 2009-09-30 09:32 UTC by Sergey Petrov
Modified: 2009-10-01 09:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 159279


Attachments
stacktrace (5.67 KB, text/plain)
2009-09-30 09:32 UTC, Sergey Petrov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Petrov 2009-09-30 09:32:18 UTC
Build: NetBeans IDE Dev (Build 090930)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Linux, 2.6.27-14-generic, i386

User Comments:
sergeyp: fresh build with empty tst user dir,
tried to create maven project with all default, press finish.



Stacktrace: 
java.lang.AssertionError: Must be called on event thread
        at org.netbeans.validation.api.ui.ValidationGroup.removeValidationGroup(ValidationGroup.java:403)
        at org.netbeans.modules.maven.newproject.BasicPanelVisual.store(BasicPanelVisual.java:559)
        at org.netbeans.modules.maven.newproject.BasicWizardPanel.storeSettings(BasicWizardPanel.java:146)
        at org.openide.WizardDescriptor.callInstantiateOpen(WizardDescriptor.java:1513)
        at org.openide.WizardDescriptor.callInstantiate(WizardDescriptor.java:1481)
        at org.openide.WizardDescriptor.access$1700(WizardDescriptor.java:127)
Comment 1 Sergey Petrov 2009-09-30 09:32:26 UTC
Created attachment 88567 [details]
stacktrace
Comment 2 Sergey Petrov 2009-09-30 10:07:49 UTC
should be p1-p2 if it's not my system specific as I can't create any maven project
Comment 3 Sergey Petrov 2009-10-01 09:47:28 UTC
all works fine today.