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 127143

Summary: WARNING [org.netbeans.api.java.source.JavaSource]: JavaSource.runUserActionTask called in AWT event
Product: obsolete Reporter: Lukas Hasik <lhasik>
Component: visualwebAssignee: _ sandipchitale <sandipchitale>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 127148    

Description Lukas Hasik 2008-02-11 16:28:03 UTC
Product Version: NetBeans IDE Dev (Build 080208)
Java: 1.6.0_04; Java HotSpot(TM) Client VM 10.0-b19
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)
Userdir: C:\Documents and Settings\Lukas\.netbeans\dev

-just playing with the JSF page
-warning appeared in console

WARNING [org.netbeans.api.java.source.JavaSource]: JavaSource.runUserActionTask called in AWT event thread by:
org.netbeans.modules.visualweb.insync.java.ReadTaskWrapper.execute(ReadTaskWrapper.java:80)

WARNING [org.netbeans.api.java.source.JavaSource]: JavaSource.runModificationTask called in AWT event thread by:
org.netbeans.modules.visualweb.insync.java.WriteTaskWrapper.execute(WriteTaskWrapper.java:92)
Comment 1 _ sandipchitale 2008-02-20 16:55:53 UTC
This is just a warning that Retouche API was called on AWT thread. This is a known issue with Insync implementation. We
have tried to move some long running operations of Insync (such as initial building of internal models) to non-AWT
thread but some operations still remain on AWT thread. As such we do not plan to fix this.