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 4353 - ClassNotFound Exception is raised on explore file *.ser that has not Class in repository.
Summary: ClassNotFound Exception is raised on explore file *.ser ...
Status: CLOSED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: pzajac
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-10-08 19:33 UTC by pzajac
Modified: 2008-12-23 10:41 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 pzajac 1999-10-08 19:33:14 UTC
Full stack trace:

java.lang.ClassNotFoundException: ahoj
	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.loaders.InstanceSupport.readClass(InstanceSupport.java:400)
	at org.openide.loaders.InstanceSupport.instanceClass(InstanceSupport.java:107)
	at com.netbeans.developer.modules.loaders.clazz.ClassDataObject.initCookies(ClassDataObject.java:105)
	at com.netbeans.developer.modules.loaders.clazz.ClassDataObject.getCookie(ClassDataObject.java:125)
	at com.netbeans.developer.modules.loaders.clazz.ClassDataNode.run(ClassDataNode.java:233)
	at org.openide.util.Task.run(Task.java:127)
Comment 1 Marek Grummich 2000-07-25 09:34:59 UTC
Priority is changed to P4 (normal).
Comment 2 Quality Engineering 2003-07-02 15:19:20 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.