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 250803

Summary: IllegalThreadStateException: Should never be called from AWT thread
Product: cnd Reporter: Exceptions Reporter <exceptions_reporter>
Component: ProjectAssignee: Alexander Simon <alexvsimon>
Status: RESOLVED FIXED    
Severity: normal CC: alexvsimon
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 215744
Attachments: stacktrace

Description Exceptions Reporter 2015-03-02 06:19:28 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.31-b07, Java(TM) SE Runtime Environment, 1.8.0_31-b13
OS: Windows 8

User Comments:
GUEST: Attempting to open Netbeans




Stacktrace: 
java.lang.IllegalThreadStateException: Should never be called from AWT thread
   at org.netbeans.modules.nativeexecution.api.util.MacroExpanderFactory.getExpander(MacroExpanderFactory.java:88)
   at org.netbeans.modules.nativeexecution.api.util.MacroExpanderFactory.getExpander(MacroExpanderFactory.java:70)
   at org.netbeans.modules.nativeexecution.NativeProcessInfo.<init>(NativeProcessInfo.java:93)
   at org.netbeans.modules.nativeexecution.api.NativeProcessBuilder.<init>(NativeProcessBuilder.java:95)
   at org.netbeans.modules.nativeexecution.api.NativeProcessBuilder.newProcessBuilder(NativeProcessBuilder.java:106)
   at org.netbeans.modules.nativeexecution.api.util.ProcessUtils.execute(ProcessUtils.java:336)
Comment 1 Exceptions Reporter 2015-03-02 06:19:30 UTC
Created attachment 152309 [details]
stacktrace
Comment 2 Alexander Simon 2015-07-17 11:40:09 UTC
fixed, change set:http://hg.netbeans.org/cnd-main/rev/084a9143fb2c
Comment 3 Quality Engineering 2015-07-18 01:47:41 UTC
Integrated into 'main-silver', will be available in build *201507180001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/084a9143fb2c
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #250803 IllegalThreadStateException: Should never be called from AWT thread