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

Summary: NullPointerException at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.getFileObject
Product: platform Reporter: mperezma <mperezma>
Component: FilesystemsAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 188134
Attachments: stacktrace

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 ***