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 143402

Summary: NullPointerException at org.openide.filesystems.FileUtil.normalizeFileOnWindows
Product: platform Reporter: Marian Mirilovic <mmirilovic>
Component: FilesystemsAssignee: Jiri Skrivanek <jskrivanek>
Status: CLOSED DUPLICATE    
Severity: blocker CC: dcaoyuan
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=85899
Issue Type: DEFECT Exception Reporter: 85899

Description Marian Mirilovic 2008-08-11 07:47:20 UTC
Build: NetBeans IDE Dev (Build 200808021401)
VM: Java HotSpot(TM) Client VM, 11.0-b12, Java(TM) SE Runtime Environment, 1.6.0_10-beta-b25
OS: Windows Vista, 6.0, x86
User comments: 
STACKTRACE: (first 10 lines)
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.project.classpath.ClassPathProviderImpl.getCompileTimeClasspath(ClassPathProviderImpl.java:210)
        at
org.netbeans.modules.scala.project.classpath.ClassPathProviderImpl.getCompileTimeClasspath(ClassPathProviderImpl.java:187)
        at org.netbeans.modules.scala.project.classpath.ClassPathProviderImpl.findClassPath(ClassPathProviderImpl.java:324)
        at
org.netbeans.modules.scala.project.classpath.GsfClassPathProviderImpl.getCompileTimeClasspath(GsfClassPathProviderImpl.java:102)
        at
org.netbeans.modules.scala.project.classpath.GsfClassPathProviderImpl.getCompileTimeClasspath(GsfClassPathProviderImpl.java:91)
        at
org.netbeans.modules.scala.project.classpath.GsfClassPathProviderImpl.findClassPath(GsfClassPathProviderImpl.java:155)
Comment 1 Exceptions Reporter 2008-08-14 13:00:40 UTC
This issue has already 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=85899
Comment 2 _ dcaoyuan 2008-08-15 06:30:22 UTC
It seems this only happens on Windows Vista, and related to #135547
Comment 3 Exceptions Reporter 2008-08-15 15:30:04 UTC
This issue has already 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=85899
Comment 4 Jiri Skrivanek 2008-08-18 12:37:59 UTC

*** This issue has been marked as a duplicate of 142725 ***
Comment 5 Marian Mirilovic 2009-12-03 03:25:03 UTC
v/c