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 144101 - NullPointerException at org.openide.filesystems.FileUtil.normalizeFileOnWindows
Summary: NullPointerException at org.openide.filesystems.FileUtil.normalizeFileOnWindows
Status: RESOLVED 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-15 16:41 UTC by kevinjrandall
Modified: 2008-12-22 13:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 90688


Attachments
stacktrace (1.23 KB, text/plain)
2008-08-15 16:41 UTC, kevinjrandall
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kevinjrandall 2008-08-15 16:41:02 UTC
Build: NetBeans IDE 6.5 Beta (Build 200808111757)
VM: Java HotSpot(TM) Client VM, 10.0-b23, Java(TM) SE Runtime Environment, 1.6.0_07-b06
OS: Windows Vista, 6.0, x86

User Comments: 
I was trying to detect sony ericsson on board debug tools for java j2me 

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.mobility.cldcplatform.UEIEmulatorConfiguratorImpl.getFile(UEIEmulatorConfiguratorImpl.java:119)
        at org.netbeans.modules.mobility.cldcplatform.UEIEmulatorConfiguratorImpl.analyzePath(UEIEmulatorConfiguratorImpl.java:134)
        at org.netbeans.modules.mobility.cldcplatform.UEIEmulatorConfiguratorImpl.resolveDevices(UEIEmulatorConfiguratorImpl.java:465)
        at org.netbeans.modules.mobility.cldcplatform.UEIEmulatorConfiguratorImpl.getPlatform(UEIEmulatorConfiguratorImpl.java:370)
Comment 1 kevinjrandall 2008-08-15 16:41:07 UTC
Created attachment 67550 [details]
stacktrace
Comment 2 Jiri Skrivanek 2008-08-18 14:26:10 UTC

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