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 29498 - Exceptions & deadlock while instantiating templates
Summary: Exceptions & deadlock while instantiating templates
Status: CLOSED DUPLICATE of bug 29540
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P1 blocker (vote)
Assignee: Vitezslav Stejskal
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-12 09:20 UTC by Jan Becicka
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NPE 1 (1.96 KB, text/plain)
2002-12-12 09:21 UTC, Jan Becicka
Details
NPE 2 (2.92 KB, text/plain)
2002-12-12 09:22 UTC, Jan Becicka
Details
Thread dump (9.02 KB, text/plain)
2002-12-12 09:24 UTC, Jan Becicka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Becicka 2002-12-12 09:20:43 UTC
[200212120736] {JDK1.4.1]
1. Create a new project TTT
2. Create a new Class in the <default package>
3. Wizard is invoked. NPE is thrown.
4. Push Finish. Another NPE is thrown
5. Try to open your new class: deadlock
Comment 1 Jan Becicka 2002-12-12 09:21:34 UTC
Created attachment 8278 [details]
NPE 1
Comment 2 Jan Becicka 2002-12-12 09:22:11 UTC
Created attachment 8279 [details]
NPE 2
Comment 3 Jan Becicka 2002-12-12 09:24:22 UTC
Created attachment 8281 [details]
Thread dump
Comment 4 Vitezslav Stejskal 2002-12-13 14:23:31 UTC
The second NPE is the same as in issue #29540 and also subsequent
deadlock caused by this exception is the same as in case of #29540.
The whole problem is caused by wrong initialization of java source
roots in the project and IMO the first exception thrown from classpath
factory is caused by this problem as well.

*** This issue has been marked as a duplicate of 29540 ***
Comment 5 Jan Becicka 2003-08-15 12:02:36 UTC
VERIFIED
Comment 6 Jan Becicka 2003-11-25 14:22:17 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.

Marking issue as CLOSED.