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 123703 - IDE hangs after clicking finish in creating new project
Summary: IDE hangs after clicking finish in creating new project
Status: RESOLVED DUPLICATE of bug 122202
Alias: None
Product: projects
Classification: Unclassified
Component: Web Opener (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Milan Kubec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-09 15:46 UTC by wshackle
Modified: 2008-01-18 10:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
paste of the console output after ctrl-\ when netbeans hung (22.85 KB, text/plain)
2007-12-17 20:37 UTC, wshackle
Details

Note You need to log in before you can comment on or make changes to this bug.
Description wshackle 2007-12-09 15:46:53 UTC
Just installed Netbeans 6.0, on Ubuntu 7.10, from the File menu
select "New Project", leave the defaults, click "Next" then 
which shows step 2, leave the automatic defaults again click "Finish" and the IDE hangs.
Ran "killall -KILL java" to shut it down. Looking at the directory  I see


ls -l NetBeansProjects/JavaApplication
ls: NetBeansProjects/JavaApplication: No such file or directory
shackle@shackle-desktop:~$ ls -l NetBeansProjects/
total 8
drwxr-xr-x 5 shackle shackle 4096 2007-12-09 10:20 JavaApplication1
drwxr-xr-x 5 shackle shackle 4096 2007-12-09 10:33 JavaApplication2
shackle@shackle-desktop:~$ ls -l NetBeansProjects/JavaApplication1
total 20
-rw-r--r-- 1 shackle shackle 3316 2007-12-09 10:20 build.xml
-rw-r--r-- 1 shackle shackle   82 2007-12-09 10:20 manifest.mf
drwxr-xr-x 3 shackle shackle 4096 2007-12-09 10:30 nbproject
drwxr-xr-x 3 shackle shackle 4096 2007-12-09 10:20 src
drwxr-xr-x 2 shackle shackle 4096 2007-12-09 10:20 test
shackle@shackle-desktop:~$ ls -l NetBeansProjects/JavaApplication2
total 20
-rw-r--r-- 1 shackle shackle 3316 2007-12-09 10:33 build.xml
-rw-r--r-- 1 shackle shackle   82 2007-12-09 10:33 manifest.mf
drwxr-xr-x 2 shackle shackle 4096 2007-12-09 10:33 nbproject
drwxr-xr-x 3 shackle shackle 4096 2007-12-09 10:33 src
drwxr-xr-x 2 shackle shackle 4096 2007-12-09 10:33 test

So the projects were might have been created.

Restaring Netbeans the project is not added yet to the list of project
but add project allows me to add it.

-- Will
Comment 1 Milan Kubec 2007-12-11 10:24:37 UTC
Please generate thread dump while IDE hangs and attach it to this issue. Thanks
Comment 2 Milan Kubec 2007-12-16 22:14:14 UTC
For howto see: http://wiki.netbeans.info/wiki/view/GenerateThreadDump
Comment 3 wshackle 2007-12-17 20:37:35 UTC
Created attachment 54340 [details]
paste of the console output after ctrl-\ when netbeans hung
Comment 4 Milan Kubec 2008-01-16 15:01:58 UTC
IcedTea is not supported JDK. Could you try to reproduce the issue using Sun JDK. Thanks.
Comment 5 Milan Kubec 2008-01-18 10:23:54 UTC

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