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 208578

Summary: UNC: NPE from BaseFileObj.getExistingFor
Product: platform Reporter: Jesse Glick <jglick>
Component: FilesystemsAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: Log file

Description Jesse Glick 2012-02-17 15:34:46 UTC
Created attachment 115884 [details]
Log file

Recent dev build running on XP on a j2seproject in a UNC share.

SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor org.netbeans.core.ui.warmup.MenuWarmUpTask$NbWindowsAdapter
java.lang.NullPointerException
	at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.getExistingFor(BaseFileObj.java:1023)
	at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.getExistingParentFor(BaseFileObj.java:1029)
	at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.getExistingParent(BaseFileObj.java:1033)
	at org.netbeans.modules.masterfs.filebasedfs.fileobjects.RefreshSlow.progress(RefreshSlow.java:103)
	at org.netbeans.modules.masterfs.filebasedfs.fileobjects.RefreshSlow.refreshFileObject(RefreshSlow.java:93)
	at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.refresh(FileObjectFactory.java:533)
	at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.refresh(FileObjectFactory.java:508)
	at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.refreshAll(FileObjectFactory.java:440)
Comment 1 Jesse Glick 2012-02-17 15:36:14 UTC
(Would have used exception reporter but when I clicked on the error icon no dialog would appear - not sure why.)
Comment 2 Jesse Glick 2012-02-17 16:28:20 UTC
Now exc rep works.

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