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

Summary: Get ClassNotFoundException when quitting NB4.1 Xmas Q-bld 20041220
Product: webservices Reporter: wjbug <wjbug>
Component: CodeAssignee: _ pcw <pcw>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: Macintosh   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE message.log

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.