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 - After upgrade, getting an error message
Summary: After upgrade, getting an error message
Status: RESOLVED DUPLICATE of bug 166236
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 6.x
Hardware: PC Windows 7
: P1 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-03 09:01 UTC by eladkatz
Modified: 2009-12-03 10:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
some logs (19.67 KB, application/octet-stream)
2009-12-03 09:02 UTC, eladkatz
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***