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 17662 - ClassNotFoundException after restart after turning of AutoUpdate module
Summary: ClassNotFoundException after restart after turning of AutoUpdate module
Status: CLOSED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: akemr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-14 14:12 UTC by _ tboudreau
Modified: 2003-06-30 13:48 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 _ tboudreau 2001-11-14 14:12:35 UTC
JDK 1.4 B3, NB3.3B1 - Note, this occurred after a session in which I turned off
the AutoUpdate module, which crashed with a hotspot error when I turned off the
Beans module (see issue 17661):

---------------
Wed Nov 14 15:08:19 CET 2001: java.lang.ClassNotFoundException:
org.netbeans.modules.autoupdate.NbmDataLoader
Annotation: Type= 2, name = org.netbeans.modules.autoupdate.NbmDataLoader
java.lang.ClassNotFoundException: org.netbeans.modules.autoupdate.NbmDataLoader
        at java.net.URLClassLoader$1.run(URLClassLoader.java:201)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:189)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:308)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:264)
        at
org.netbeans.core.modules.ProxyClassLoader.loadInOrder(ProxyClassLoader.java:442)
        at
org.netbeans.core.modules.ProxyClassLoader.smartLoadClass(ProxyClassLoader.java:422)
        at
org.netbeans.core.modules.ProxyClassLoader.loadClass(ProxyClassLoader.java:138)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:264)
        at
org.netbeans.modules.projects.content.XMLProjectContent$XMLSettingsSet.setRawData(XMLProjectContent.java:583)
        at
org.netbeans.modules.projects.content.XMLProjectContent.loadSettingsSet(XMLProjectContent.java:208)
        at
org.netbeans.modules.projects.content.XMLProjectContent.getLoaderPool(XMLProjectContent.java:104)
        at org.netbeans.modules.projects.PSupport.projectOpen(PSupport.java:226)
        at
org.netbeans.core.NbProjectOperation.setProject(NbProjectOperation.java:115)
        at
org.netbeans.core.NbProjectOperation.setOpeningProject(NbProjectOperation.java:171)
        at
org.netbeans.core.NbProjectOperation.openOrCreateProject(NbProjectOperation.java:158)
        at org.netbeans.core.NonGui.run(NonGui.java:532)
        at org.netbeans.core.Main.run(Main.java:216)
        at org.openide.TopManager.initializeTopManager(TopManager.java:120)
        at org.openide.TopManager.getDefault(TopManager.java:81)
        at org.netbeans.core.Main.main(Main.java:325)
        at org.netbeans.core.TopThreadGroup.run(TopThreadGroup.java:90)
[catch] at java.lang.Thread.run(Thread.java:539)
Comment 1 akemr 2001-11-14 14:31:17 UTC
Cannot reproduce, it works correctly.
Probably it occurrs because of this unexpected hotspot crash..
Comment 2 Quality Engineering 2003-06-30 13:46:48 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.
Comment 3 Quality Engineering 2003-06-30 13:48:54 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.