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 37294 - IllegalMonitorStateException in JSP execution
Summary: IllegalMonitorStateException in JSP execution
Status: RESOLVED WONTFIX
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@serverplugins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-18 11:24 UTC by hall9792
Modified: 2006-06-05 00:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Here is the log file. (15.98 KB, text/plain)
2003-11-18 11:25 UTC, hall9792
Details

Note You need to log in before you can comment on or make changes to this bug.
Description hall9792 2003-11-18 11:24:18 UTC
While in debug view, selected line of code in 
editor containing servlet code for JSP page and 
created break point.  Selected to run in 
debugger.  Received this exception:

java.lang.IllegalMonitorStateException
	at 
org.netbeans.core.execution.TaskThreadGroup.isProc
essDead(TaskThreadGroup.java:105)
	at 
org.netbeans.core.execution.TaskThreadGroup.waitFo
r(TaskThreadGroup.java:113)
	at 
org.netbeans.core.execution.DefaultSysProcess.resu
lt(DefaultSysProcess.java:71)
[catch] at 
org.netbeans.core.execution.RunClassThread.run
(RunClassThread.java:124)
Comment 1 hall9792 2003-11-18 11:25:28 UTC
Created attachment 12189 [details]
Here is the log file.
Comment 2 Pavel Buzek 2004-01-15 04:49:34 UTC
the implementation was changed substantially, this issue is no more
relevant