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 178088

Summary: After upgrade, getting an error message
Product: platform Reporter: eladkatz
Component: Module SystemAssignee: Jesse Glick <jglick>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P1    
Version: 6.x   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Attachments: some logs

Description eladkatz 2009-12-03 09:01:26 UTC
"A java.lang.noClassDefFoundError exception has occured
Please report this..."

java.lang.NoClassDefFoundError: Could not initialize class org.netbeans.modules.masterfs.filebasedfs.FileBasedFileSystem
	at org.netbeans.modules.masterfs.filebasedfs.FileBasedURLMapper.getFileObjects(FileBasedURLMapper.java:128)
	at org.netbeans.modules.masterfs.MasterURLMapper.getFileObjects(MasterURLMapper.java:62)
	at org.openide.filesystems.URLMapper.findFileObject(URLMapper.java:213)
	at org.openide.filesystems.FileUtil.toFileObject(FileUtil.java:887)
	at org.openide.filesystems.FileUtil.getDiskFileSystemFor(FileUtil.java:126)
	at org.openide.filesystems.FileUtil.refreshFor(FileUtil.java:146)
	at org.openide.filesystems.FileUtil.refreshAll(FileUtil.java:162)
	at org.netbeans.core.ui.warmup.MenuWarmUpTask$NbWindowsAdapter.run(MenuWarmUpTask.java:160)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:577)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1030)
Comment 1 eladkatz 2009-12-03 09:02:01 UTC
Created attachment 92052 [details]
some logs
Comment 2 Jesse Glick 2009-12-03 10:00:53 UTC

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