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 142866

Summary: NullPointerException at org.openide.filesystems.FileUtil.normalizeFileOnWindows
Product: platform Reporter: fbertra <fbertra>
Component: FilesystemsAssignee: Jiri Skrivanek <jskrivanek>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=86426
Issue Type: DEFECT Exception Reporter: 86426
Attachments: stacktrace

Description fbertra 2008-08-05 01:45:02 UTC
Build: NetBeans IDE Dev (Build 200808021401)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_05-b13
OS: Windows Vista, 6.0, x86

User Comments: 
Opening Netbeans

Stacktrace: 
java.lang.NullPointerException
        at org.openide.filesystems.FileUtil.normalizeFileOnWindows(FileUtil.java:1446)
        at org.openide.filesystems.FileUtil.normalizeFile(FileUtil.java:1344)
        at org.netbeans.modules.scala.stdplatform.platformdefinition.Util.createClassPath(Util.java:72)
        at org.netbeans.modules.scala.stdplatform.platformdefinition.DefaultPlatformImpl.getStandardLibraries(DefaultPlatformImpl.java:205)
        at org.netbeans.modules.scala.platform.queries.PlatformSourceForBinaryQuery.findSourceRoots2(PlatformSourceForBinaryQuery.java:99)
        at org.netbeans.modules.scala.platform.queries.PlatformSourceForBinaryQuery.findSourceRoots(PlatformSourceForBinaryQuery.java:129)
Comment 1 fbertra 2008-08-05 01:45:06 UTC
Created attachment 66541 [details]
stacktrace
Comment 2 Jiri Skrivanek 2008-08-05 08:42:14 UTC

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