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 3142 - ClassNotFoundException after work in the Editor
Summary: ClassNotFoundException after work in the Editor
Status: CLOSED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-08-04 22:24 UTC by Martin Entlicher
Modified: 2007-11-05 13:44 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 Martin Entlicher 1999-08-04 22:24:02 UTC
Open tutorial/clock/part1/ClockFrame. Do some changes to the source file. Close the editor and say "yes" to save changes. Open the file again and following exception arises:
(After execution clock does not work, since it didn`t found Timer.)


java.lang.ClassNotFoundException: com.netbeans.timerbean.Timer
        at java.net.URLClassLoader$1.run(URLClassLoader.java, Compiled Code)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java, Compiled Code)
        at com.netbeans.developer.impl.ModuleClassLoader.findClass(ModuleClassLoader.java, Compiled Code)
        at java.lang.ClassLoader.loadClass(ClassLoader.java, Compiled Code)
        at java.lang.ClassLoader.loadClass(ClassLoader.java, Compiled Code)
        at com.netbeans.developer.modules.loaders.form.GandalfPersistenceManager.loadComponent(GandalfPersistenceManager.java, Compiled Code)
        at com.netbeans.developer.modules.loaders.form.GandalfPersistenceManager.loadNonVisuals(GandalfPersistenceManager.java, Compiled Code)
        at com.netbeans.developer.modules.loaders.form.GandalfPersistenceManager.loadForm(GandalfPersistenceManager.java, Compiled Code)
        at com.netbeans.developer.modules.loaders.form.FormEditorSupport.loadForm(FormEditorSupport.java, Compiled Code)
        at com.netbeans.developer.modules.loaders.form.FormEditorSupport.open(FormEditorSupport.java, Compiled Code)
        at org.openide.actions.OpenAction$1.run(OpenAction.java, Compiled Code)
        at org.openide.util.Task.run(Task.java, Compiled Code)
        at org.openide.util.RequestProcessor$ProcessorThread.run(RequestProcessor.java, Compiled Code)
Comment 1 Marek Grummich 2000-07-25 09:16:59 UTC
Priority is changed to P4 (normal).
Comment 2 Quality Engineering 2003-07-02 15:40:50 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.