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 197723 - AssertionError at org.netbeans.modules.web.core.JspEditorWarmUpTask.run
Summary: AssertionError at org.netbeans.modules.web.core.JspEditorWarmUpTask.run
Status: RESOLVED DUPLICATE of bug 190096
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 7.0.1
Hardware: All All
: P3 normal (vote)
Assignee: Anton Chechel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-13 20:59 UTC by David Konecny
Modified: 2011-04-14 12:54 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 178251


Attachments
stacktrace (2.65 KB, text/plain)
2011-04-13 20:59 UTC, David Konecny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Konecny 2011-04-13 20:59:10 UTC
Build: NetBeans IDE Dev (Build 20110408-32ac8b5ddb30)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Linux

User Comments:
kawazu428: starting up the IDE?




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.web.core.JspEditorWarmUpTask.run(JspEditorWarmUpTask.java:156)
   at org.netbeans.core.WarmUpSupport.run(WarmUpSupport.java:90)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1424)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1968)
Comment 1 David Konecny 2011-04-13 20:59:14 UTC
Created attachment 107737 [details]
stacktrace
Comment 2 David Konecny 2011-04-13 21:22:08 UTC
In my recent dev build I can see this almost during each startup. Initially I thought it is a result of previously killing IDE or something like that. But I do not think that's the case. Please evaluate and feel free to downgrade priority or fix.
Comment 3 Anton Chechel 2011-04-14 12:54:45 UTC
This is caused by NetBeans bug: warmup task is invoked twice in a row. Therefore second thread is going to STATUS_CREATE_PANE state not from EventDispatchThread.

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