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 183563

Summary: IllegalStateException: Method can be called only on model waiting for bg thread to populate it.
Product: apisupport Reporter: Karol Harezlak <kharezlak>
Component: ProjectAssignee: Jesse Glick <jglick>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 167630
Attachments: stacktrace

Description Karol Harezlak 2010-04-06 13:22:17 UTC
Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) Client VM, 14.1-b02, Java(TM) SE Runtime Environment, 1.6.0_15-b03
OS: Linux

Stacktrace: 
java.lang.IllegalStateException: Method can be called only on model waiting for bg thread to populate it.
   at org.netbeans.modules.apisupport.project.ui.customizer.CustomizerComponentFactory$DependencyListModel.setDependencies(CustomizerComponentFactory.java:230)
   at org.netbeans.modules.apisupport.project.ui.customizer.SingleModuleProperties$2$1.run(SingleModuleProperties.java:523)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
   at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:125)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
Comment 1 Karol Harezlak 2010-04-06 13:22:22 UTC
Created attachment 96773 [details]
stacktrace
Comment 2 Jesse Glick 2010-04-06 22:31:49 UTC

*** This bug has been marked as a duplicate of bug 179979 ***