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 76233

Summary: Netbeans Install Quits
Product: installer Reporter: djhunt <djhunt>
Component: JDK bundleAssignee: mslama <mslama>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description djhunt 2006-05-11 20:12:30 UTC
I tried to install Netbeans 5.0, Netbeans 5.0 + AS, Netbeans 5.5 preview.  All 
failed (by just "going away") after I clicked Next on the wizard page 
verifying the location to install.  Even getting and extracting the ZIP bundle 
didn't work: it started, showing "loading modules" and then went away.  
Various logs showed "nullPointerExceptions".

My Windows XP user account folder name was "David Hunt". I solved this by 
creating a new user account named "David".  Everything now installs and works 
fine.  I suspect the space in my user account folder name is the culprit.
Comment 1 mslama 2006-05-31 14:28:45 UTC
Please can you attach IDE log to see exceptions?
Comment 2 mslama 2006-05-31 15:00:07 UTC
I just tried to create user account with space in name and both installer and
IDE works fine. I suspect it is rather duplicate of issue #64380. To confirm
that change your desktop theme to default theme. See issue #64380 for more
details. If you attach IDE log file here I can see if it is the same issue or
not. You can also get more detail output from installer using-is:extract command
line option. It will extract setup.jar from installer exe file. Then run java
-Dis.debug=1
-Dtemp.dir=<Path to any existing dir with r/w access> -jar setup.jar.
Comment 3 mslama 2007-02-07 15:59:55 UTC
No response.

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