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 134639 - Deadlock when using New Java Application wizard
Summary: Deadlock when using New Java Application wizard
Status: RESOLVED DUPLICATE of bug 129227
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P2 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-06 22:10 UTC by jeremy_ross
Modified: 2008-05-07 18:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
thread dump (7.29 KB, text/plain)
2008-05-06 22:11 UTC, jeremy_ross
Details
New thread dump. Produced via: jstack 286 >nb_thread_dump_2.txt (9.21 KB, text/plain)
2008-05-07 16:09 UTC, jeremy_ross
Details
messages.log (40.91 KB, text/plain)
2008-05-07 16:13 UTC, jeremy_ross
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jeremy_ross 2008-05-06 22:10:23 UTC
Steps:

1) File > New Project > Java Application > Next
2) Untick "set as main class"
3) Click Finish
4) Progress bar hangs at 25%.

If I close the wizard, I can open the newly created project and it looks fine.  However I wonder what the remaining 75%
entailed.
Comment 1 jeremy_ross 2008-05-06 22:11:59 UTC
Created attachment 61108 [details]
thread dump
Comment 2 jeremy_ross 2008-05-06 23:29:58 UTC
I'm unable to create a class as well, which may be the root problem.  

I tried opening the project in NB 6.1 and it did not have a problem adding a class to the project.
Comment 3 Tomas Zezula 2008-05-07 07:26:07 UTC
Changing priority, original P5 is the lowest one.
Comment 4 Tomas Zezula 2008-05-07 07:58:54 UTC
The thread dump is not complete the first thread has no frames.
Can you try to reproduce this issue and attach other thread dump?
Thanks.
Comment 5 Jan Lahoda 2008-05-07 13:54:51 UTC
Please also attach your messages.log (can be found in var/log in your userdir:
http://wiki.netbeans.org/FaqWhatIsUserdir ). The described behavior could also be caused by an exception being thrown
(which should be in the log). Thanks.
Comment 6 jeremy_ross 2008-05-07 16:09:26 UTC
Created attachment 61138 [details]
New thread dump.  Produced via: jstack 286 >nb_thread_dump_2.txt
Comment 7 jeremy_ross 2008-05-07 16:13:09 UTC
Created attachment 61139 [details]
messages.log
Comment 8 Jan Lahoda 2008-05-07 18:22:55 UTC
From the log, this is the same problem as issue #129227. Should be OK in NetBeans 6.1. Please see issue #129227 for more
information. Thanks for the report.

*** This issue has been marked as a duplicate of 129227 ***