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 168719 - New Project wizard hangs at 25% after clicking "Finish"
Summary: New Project wizard hangs at 25% after clicking "Finish"
Status: RESOLVED DUPLICATE of bug 167240
Alias: None
Product: java
Classification: Unclassified
Component: Platform (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Milan Kubec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-16 23:26 UTC by jeremy_ross
Modified: 2009-08-20 14:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
thread dump (8.64 KB, text/plain)
2009-07-16 23:27 UTC, jeremy_ross
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jeremy_ross 2009-07-16 23:26:55 UTC
I've tried with Java FX project and Java project.  The status bar stays at 25% "Creating new project" indefinitely. 
Thread dump attached.
Comment 1 jeremy_ross 2009-07-16 23:27:40 UTC
Created attachment 84867 [details]
thread dump
Comment 2 Andrei Chistiakov 2009-07-17 12:18:41 UTC
Please provide version numbers of NetBeans and JDK you are using. Thanks.
Comment 3 jeremy_ross 2009-07-17 14:21:09 UTC
Product Version: NetBeans IDE 6.5 (Build 200901261116)
Java: 1.5.0_19; Java HotSpot(TM) Client VM 1.5.0_19-137
System: Mac OS X version 10.5.7 running on i386; MacRoman; en_US (nb)
Userdir: /Users/jeremyross/.netbeans/6.5
Comment 4 Andrei Chistiakov 2009-07-20 10:37:56 UTC
Reassigning to Platform
Comment 5 jeremy_ross 2009-07-22 21:10:49 UTC
I was able to fix this by changing the netbeans_jdkhome varialbe in  /Applications/NetBeans/NetBeans
6.5.1.app/Contents/Resources/NetBeans/etc/netbeans.conf to point to JDK 1.6 instead of 1.5.  

Comment 6 Antonin Nebuzelsky 2009-07-24 13:50:42 UTC
Reassigning to parsing for evaluation.
Comment 7 Vitezslav Stejskal 2009-07-27 12:18:48 UTC
There is pretty much nothing in the threaddump. The only thread that's active is the AWT, which I assume is pumping
events for the wizard panels. Besides of that all the other threads seem to be inactive. Perhaps the thread that was
supposed to create/open the new project crashed getting the wizard stuck. Do you have a log file? If so, please attach
it here to see if there are any exceptions or messages that would indicate the cause of this problem (eg.
<nb-userdir>/var/log/messages.log). Thanks
Comment 8 vinz65 2009-08-08 16:20:15 UTC
Hi, I have the same problem with Ubuntu 9.04 and NetBeans 6.5 installed; the problem appears when I try to create a new
Java project (while for example a new OpenOffice.org project is created correctly). Configuration as follows:

Product Version: NetBeans IDE 6.5 (Build 090407)
Java: 1.6.0_14; Java HotSpot(TM) Client VM 14.0-b16
System: Linux version 2.6.28-15-generic running on i386; UTF-8; it_CH (nb)

Best regards
vince
Comment 9 Peter Pis 2009-08-20 14:27:05 UTC
Duplicate of #167240.

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