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 225585 - IllegalThreadStateException: Should never be called from AWT thread
Summary: IllegalThreadStateException: Should never be called from AWT thread
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: execution (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Andrew Krasny
URL:
Keywords:
: 231730 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-01-31 10:26 UTC by Alexander Simon
Modified: 2015-09-25 21:26 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 198214


Attachments
stacktrace (1.50 KB, text/plain)
2013-01-31 10:26 UTC, Alexander Simon
Details
stacktrace (1.50 KB, text/plain)
2013-01-31 12:52 UTC, Alexander Simon
Details
stacktrace (1.50 KB, text/plain)
2013-01-31 14:22 UTC, Alexander Simon
Details
stacktrace (1.50 KB, text/plain)
2013-03-27 09:48 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2013-01-31 10:26:37 UTC
Build: NetBeans IDE Dev (Build 20130131-f7147183bc33)
VM: Java HotSpot(TM) Client VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_11-b21
OS: SunOS

User Comments:
alexvsimon: remote....




Stacktrace: 
java.lang.IllegalThreadStateException: Should never be called from AWT thread
   at org.netbeans.modules.nativeexecution.api.util.ConnectionManager.connectTo(ConnectionManager.java:321)
   at org.netbeans.modules.nativeexecution.api.NativeProcessBuilder$1.confirmed(NativeProcessBuilder.java:194)
   at org.netbeans.core.NbErrorManager$Exc.confirm(NbErrorManager.java:278)
   at org.netbeans.core.NotifyExcPanel$2.run(NotifyExcPanel.java:300)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:721)
Comment 1 Alexander Simon 2013-01-31 10:26:39 UTC
Created attachment 130876 [details]
stacktrace
Comment 2 Alexander Simon 2013-01-31 12:52:52 UTC
Created attachment 130887 [details]
stacktrace
Comment 3 Alexander Simon 2013-01-31 14:22:52 UTC
Created attachment 130892 [details]
stacktrace
Comment 4 Exceptions Reporter 2013-03-27 09:48:43 UTC
Created attachment 133118 [details]
stacktrace
Comment 5 Andrew Krasny 2013-05-21 17:19:06 UTC
http://hg.netbeans.org/cnd-main/rev/98b924b7fd9e
Comment 6 Quality Engineering 2013-05-22 02:35:48 UTC
Integrated into 'main-golden', will be available in build *201305212300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/98b924b7fd9e
User: Andrew Krasny <akrasny@netbeans.org>
Log: Bug#225585 - IllegalThreadStateException: Should never be called from AWT thread
Comment 7 Vladimir Kvashin 2015-09-25 21:26:06 UTC
*** Bug 231730 has been marked as a duplicate of this bug. ***