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

Summary: AssertionError at org.netbeans.modules.web.core.JspEditorWarmUpTask.run
Product: javaee Reporter: David Konecny <dkonecny>
Component: JSPAssignee: Anton Chechel <manowar>
Status: RESOLVED DUPLICATE    
Severity: normal CC: kawazu428
Priority: P3    
Version: 7.0.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 178251
Attachments: stacktrace

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 ***