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 - NullPointerException at org.openide.filesystems.FileUtil.normalizeFileOnWindows
Summary: NullPointerException at org.openide.filesystems.FileUtil.normalizeFileOnWindows
Status: CLOSED DUPLICATE of bug 142725
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Skrivanek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-11 07:47 UTC by Marian Mirilovic
Modified: 2009-12-03 03:25 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 85899


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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