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 53034 - Get ClassNotFoundException when quitting NB4.1 Xmas Q-bld 20041220
Summary: Get ClassNotFoundException when quitting NB4.1 Xmas Q-bld 20041220
Status: CLOSED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: Macintosh Mac OS X
: P3 blocker (vote)
Assignee: _ pcw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-06 02:01 UTC by wjbug
Modified: 2005-07-12 10:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE message.log (69.44 KB, text/plain)
2005-01-06 02:03 UTC, wjbug
Details

Note You need to log in before you can comment on or make changes to this bug.
Description wjbug 2005-01-06 02:01:17 UTC
I get the following error when quitting from NB
4.1  (XMas Q-build 20041220):

java.lang.ClassNotFoundException:
javax.xml.namespace.QName
	at
java.net.URLClassLoader$1.run(URLClassLoader.java:199)
	at
java.security.AccessController.doPrivileged(Native
Method)
	at
java.net.URLClassLoader.findClass(URLClassLoader.java:187)
	at
java.lang.ClassLoader.loadClass(ClassLoader.java:289)
	at
java.lang.ClassLoader.loadClass(ClassLoader.java:235)
	at
java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:219)
	at
org.netbeans.modules.websvc.registry.WebServicePersistenceManager.save(WebServicePersistenceManager.java:131)
[catch] at
org.netbeans.modules.websvc.registry.netbeans.WebServiceModuleInstaller.close(WebServiceModuleInstaller.java:60)
	at
org.netbeans.core.modules.NbInstaller.close(NbInstaller.java:639)
	at
org.netbeans.core.modules.ModuleManager.shutDown(ModuleManager.java:1535)
	at
org.netbeans.core.modules.ModuleSystem.shutDown(ModuleSystem.java:266)
	at
org.netbeans.core.NbTopManager.doExit(NbTopManager.java:498)
	at
org.netbeans.core.NbTopManager.access$200(NbTopManager.java:59)
	at
org.netbeans.core.NbTopManager$2.run(NbTopManager.java:458)
	at
java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
	at
java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
	at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:234)
	at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:184)
	at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:178)
	at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:170)
	at
java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
Comment 1 wjbug 2005-01-06 02:03:18 UTC
Created attachment 19506 [details]
IDE message.log
Comment 2 Milan Kubec 2005-01-14 13:27:02 UTC
Reassigning for evaluation.
Comment 3 _ ludo 2005-02-14 04:46:51 UTC
This is on Mac...
Where di dyou get the mac version  of the App server?
It was not available in december....
the Qname class is coming from the app server install area...
Comment 4 wjbug 2005-02-14 07:03:32 UTC
I picked up the SJSAS from the Sun Java Studio Creator IDE which is
available for Mac OS X.
     http://developer.apple.com/java/creator.html
    
http://developers.sun.com/prodtech/javatools/jscreator/downloads/index.jsp

For some reason, Sun and/or Apple have decided not to distribute the
Application Server on it's own, yet.

Cheers,
Bill
Comment 5 _ ludo 2005-02-25 18:57:56 UTC
Cannot reproduce anymore with the nb 4.1 Beta which is available today.