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 - WARNING [org.netbeans.api.java.source.JavaSource]: JavaSource.runUserActionTask called in AWT event
Summary: WARNING [org.netbeans.api.java.source.JavaSource]: JavaSource.runUserActionTa...
Status: RESOLVED WONTFIX
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ sandipchitale
URL:
Keywords:
Depends on:
Blocks: 127148
  Show dependency tree
 
Reported: 2008-02-11 16:28 UTC by Lukas Hasik
Modified: 2008-02-20 16:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.