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 40168 - WindowsAPI is called from RequestProcessor
Summary: WindowsAPI is called from RequestProcessor
Status: RESOLVED WORKSFORME
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 3.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Petr Pisl
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2004-02-17 10:44 UTC by Marek Fukala
Modified: 2004-08-13 12:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
java.lang.IllegalStateException: Assertion failed. WindowsAPI is required to be called from AWT thread only (2.12 KB, text/plain)
2004-02-17 10:44 UTC, Marek Fukala
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Fukala 2004-02-17 10:44:17 UTC
[20040215]
After clicking on a JSP node I got
java.lang.IllegalStateException: Assertion failed.
WindowsAPI is required to be called from A
WT thread only ...   exception
Comment 1 Marek Fukala 2004-02-17 10:44:56 UTC
Created attachment 13468 [details]
java.lang.IllegalStateException: Assertion failed. WindowsAPI is required to be called from AWT thread only
Comment 2 Petr Pisl 2004-02-19 13:58:07 UTC
According the exception the thread has to be started with 
SwingUtilities.invokeLater(...), not with Request Processor.
Comment 3 Petr Pisl 2004-02-25 18:42:22 UTC
I'm closing the bug because it's unreproducible.