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 154993 - 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-12-09 08:31 UTC by Marian Mirilovic
Modified: 2009-12-03 03:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 109565


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2008-12-09 08:31:48 UTC
11 duplicates so far ...

Build: NetBeans IDE 6.5 Beta (Build 200808111757)
VM: Java HotSpot(TM) 64-Bit Server VM, 10.0-b23, Java(TM) SE Runtime Environment, 1.6.0_07-b06
OS: Windows Vista, 6.0, amd64
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.bpel.project.BpelproProject$CatalogListener.updateEntries(BpelproProject.java:602)
        at org.netbeans.modules.bpel.project.BpelproProject$CatalogListener.fileChanged(BpelproProject.java:570)
        at org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEventImpl(FCLSupport.java:136)
        at org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEvent(FCLSupport.java:122)
        at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:99)
        at org.openide.filesystems.FileObject$ED.dispatch(FileObject.java:915)
        at org.openide.filesystems.FileSystem$EventDispatcher.run(FileSystem.java:907)
        at org.openide.filesystems.EventControl.dispatchEvent(EventControl.java:77)
Comment 1 Jiri Skrivanek 2008-12-09 08:42:09 UTC
Please, do not use beta builds. Final 6.5 version is available.

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