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 212268 - NullPointerException at sun.awt.shell.Win32ShellFolder2.getFileSystemPath
Summary: NullPointerException at sun.awt.shell.Win32ShellFolder2.getFileSystemPath
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL: http://bugs.sun.com/bugdatabase/view_...
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-10 03:36 UTC by nkxtlh
Modified: 2012-11-14 10:23 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 183970


Attachments
stacktrace (786 bytes, text/plain)
2012-05-10 03:36 UTC, nkxtlh
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nkxtlh 2012-05-10 03:36:28 UTC
Build: NetBeans IDE 7.1.2 (Build 201204101705)
VM: Java HotSpot(TM) Client VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b22
OS: Windows XP

User Comments:
nkxtlh: I try to open exisited project after starting netbeans.And the problem occures,i.e.,i can not open exisited project with netbeans.Creating new projects seems possible.




Stacktrace: 
java.lang.NullPointerException
   at sun.awt.shell.Win32ShellFolder2.getFileSystemPath(Win32ShellFolder2.java:571)
   at sun.awt.shell.Win32ShellFolder2.access$400(Win32ShellFolder2.java:72)
   at sun.awt.shell.Win32ShellFolder2$2.call(Win32ShellFolder2.java:298)
   at sun.awt.shell.Win32ShellFolder2$2.call(Win32ShellFolder2.java:296)
   at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
   at java.util.concurrent.FutureTask.run(FutureTask.java:166)
Comment 1 nkxtlh 2012-05-10 03:36:33 UTC
Created attachment 119245 [details]
stacktrace