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 231730

Summary: IllegalThreadStateException: Should never be called from AWT thread
Product: cnd Reporter: Exceptions Reporter <exceptions_reporter>
Component: D-LightAssignee: Maria Tishkova <mromashova>
Status: RESOLVED DUPLICATE    
Severity: normal CC: alexvsimon
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 201650
Attachments: stacktrace

Description Exceptions Reporter 2013-06-24 15:35:16 UTC
This bug was originally marked as duplicate of bug 225585, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.3 (Build 201306052037)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Windows 7

User Comments:
GUEST: I had C++ runing on remote masine. 
And had a disconnect.




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:193)
   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:727)
Comment 1 Exceptions Reporter 2013-06-24 15:35:17 UTC
Created attachment 136232 [details]
stacktrace
Comment 2 Vladimir Kvashin 2015-09-25 21:26:06 UTC
Yes, it is a duplicate of issue 225585, it was just fixed a little bit late to get into release 7.3

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