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 38654 - Deadlock when opening JSP page
Summary: Deadlock when opening JSP page
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC All
: P1 blocker (vote)
Assignee: Petr Pisl
URL:
Keywords:
: 38210 38841 39079 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-01-12 15:20 UTC by Marek Fukala
Modified: 2004-03-15 13:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The threaddump (19.71 KB, text/plain)
2004-01-12 15:20 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-01-12 15:20:17 UTC
[20040111]
These steps caused a deadlock of the IDE:
1) started the IDE with a new userdir
2) created a webmodule by convert to webmodule action
3) created a JSP and made some changes
4) "executed" the web module
5) closed IDE
6) opened the IDE with the some userdir
7) double-clicked on the JSP node

Threaddump is attached.
Comment 1 Marek Fukala 2004-01-12 15:20:47 UTC
Created attachment 12836 [details]
The threaddump
Comment 2 L Martinek 2004-01-19 13:00:26 UTC
*** Issue 38841 has been marked as a duplicate of this issue. ***
Comment 3 Martin Grebac 2004-01-19 13:49:28 UTC
Right now happened to me, but without restart of IDE, I just used
steps 1 and 2, and tried to create a new JSP. No JSP has been opened
in editor, there was a deadlock instead of it.
Comment 4 Petr Pisl 2004-01-21 15:27:24 UTC
*** Issue 39079 has been marked as a duplicate of this issue. ***
Comment 5 Petr Jiricka 2004-01-21 20:34:22 UTC
*** Issue 38210 has been marked as a duplicate of this issue. ***
Comment 6 Petr Pisl 2004-01-22 09:24:59 UTC
There is may be releated issue #38435
Comment 7 Marek Fukala 2004-01-26 09:41:13 UTC
Since a lot of people have encountered this problem (last time it has
happened to me today) am I rising this bug to P1. 
The threaddump is still the some - locked AWT & JSP parser threads.
Comment 8 Petr Pisl 2004-01-27 14:49:11 UTC
I changed synchronization in jsp parser. I also tested it and I didn't
see any deadlock. If you see this deadlock again reopen this bug.
Comment 9 Marek Fukala 2004-03-15 13:01:51 UTC
haven't encountered this for a long time