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 156776 - AssertionError: Not Swing Thread
Summary: AssertionError: Not Swing Thread
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@third-party
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-14 12:17 UTC by Marian Mirilovic
Modified: 2009-01-14 12:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 132957


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2009-01-14 12:17:26 UTC
63 duplicates so far ...

Build: NetBeans IDE 6.5 RC1 (Build 200810171318)
VM: Java HotSpot(TM) Client VM, 10.0-b23, Java(TM) SE Runtime Environment, 1.6.0_07-b06
OS: Linux, 2.6.24-21-generic, i386
User comments: 
STACKTRACE: (first 10 lines)
java.lang.AssertionError: Not Swing Thread
        at com.elixirtech.repository.tree.RepositoryTreeModel.assertSwingThread(RepositoryTreeModel.java:327)
        at com.elixirtech.repository.tree.RepositoryTreeModel.<init>(RepositoryTreeModel.java:39)
        at com.elixirtech.arch.repository.RepositoryExplorer.buildUI(RepositoryExplorer.java:153)
        at com.elixirtech.arch.repository.RepositoryExplorer$.finished(RepositoryExplorer.java:144)
        at com.elixirtech.ui.SwingWorker$.run(SwingWorker.java:117)
        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:104)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)