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 2139 - Exception when traversing repository
Summary: Exception when traversing repository
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: support
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-06-09 19:22 UTC by Jan Palka
Modified: 2008-12-23 11:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Palka 1999-06-09 19:22:17 UTC
java.lang.ClassNotFoundException: com.netbeans.ide.filesystems.DefaultAttributes
$Table
        at java.io.ObjectInputStream.inputObject(ObjectInputStream.java:981)
        at java.io.ObjectInputStream.readObject(ObjectInputStream.java:369)
        at java.io.ObjectInputStream.readObject(ObjectInputStream.java:232)
        at org.openide.filesystems.DefaultAttributes.loadTable(DefaultAttributes
.java:352)
        at org.openide.filesystems.DefaultAttributes.load(DefaultAttributes.java
:314)
        at org.openide.filesystems.DefaultAttributes.loadTable(DefaultAttributes
.java:294)
        at org.openide.filesystems.DefaultAttributes.readAttribute(DefaultAttrib
utes.java:126)
        at org.openide.filesystems.AbstractFileObject.getAttribute(AbstractFileO
bject.java:299)
        at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java
:330)
        at org.openide.loaders.FolderList.createBoth(FolderList.java:362)
        at org.openide.loaders.FolderList.getObjects(FolderList.java:224)
        at org.openide.loaders.FolderList.getChildrenList(FolderList.java:125)
        at org.openide.loaders.DataFolder.getChildrenList(DataFolder.java:217)

        at org.openide.loaders.FolderChildren$1.run(FolderChildren.java:183)
        at org.openide.util.Task.run(Task.java:125)
        at org.openide.util.RequestProcessor$ProcessorThread.run(RequestProcesso
r.java:379)
Comment 1 Marek Grummich 2000-07-25 09:36:59 UTC
Priority is changed to P4 (normal).