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 212753 - NullPointerException at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.getFileObject
Summary: NullPointerException at org.netbeans.modules.masterfs.filebasedfs.fileobjects...
Status: RESOLVED DUPLICATE of bug 212073
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-20 21:03 UTC by mperezma
Modified: 2012-05-21 10:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 188134


Attachments
stacktrace (9.14 KB, text/plain)
2012-05-20 21:03 UTC, mperezma
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mperezma 2012-05-20 21:03:41 UTC
Build: NetBeans IDE Dev (Build 201205200400)
VM: Java HotSpot(TM) Client VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b04
OS: Linux

User Comments:
mperezma: Simply open the ide for second time after installing it. The first time it closed automatically. It didn't ask me if I want to import settings from previous version.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.getFileObject(FileObjectFactory.java:196)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.getValidFileObject(FileObjectFactory.java:698)
   at org.netbeans.modules.masterfs.filebasedfs.FileBasedFileSystem.getFileObject(FileBasedFileSystem.java:141)
   at org.netbeans.modules.masterfs.filebasedfs.FileBasedURLMapper.getFileObjects(FileBasedURLMapper.java:138)
   at org.netbeans.modules.masterfs.MasterURLMapper.getFileObjects(MasterURLMapper.java:65)
   at org.openide.filesystems.URLMapper.findFileObject(URLMapper.java:212)
Comment 1 mperezma 2012-05-20 21:03:47 UTC
Created attachment 119657 [details]
stacktrace
Comment 2 Jaroslav Tulach 2012-05-21 10:34:30 UTC

*** This bug has been marked as a duplicate of bug 212073 ***