Re: NoClassDefFoundError com/webobjects/_eoproject/_WBInterfaceDescriptor
Re: NoClassDefFoundError com/webobjects/_eoproject/_WBInterfaceDescriptor
- Subject: Re: NoClassDefFoundError com/webobjects/_eoproject/_WBInterfaceDescriptor
- From: Chuck Hill <email@hidden>
- Date: Thu, 14 Apr 2005 11:56:38 -0700
Looks like it is missing the path for
/System/Library/Frameworks/JavaEOProject.framework/Resources/Java/
javaeoproject.jar
On Apr 14, 2005, at 11:31 AM, Don Lindsay wrote:
Hello;
I have an application that was running fine, all of a sudden it no
longer starts up and throws:
[2005-04-14 14:28:15 EDT] <main> A fatal exception occurred:
com/webobjects/_eoproject/_WBInterfaceDescriptor
[2005-04-14 14:28:15 EDT] <main> java.lang.NoClassDefFoundError:
com/webobjects/_eoproject/_WBInterfaceDescriptor
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:141)
at
com.webobjects.foundation._NSUtilities._classWithPartialName(_NSUtiliti
es.java:307)
at
com.webobjects.foundation._NSUtilities.classWithName(_NSUtilities.java:
291)
at
com.webobjects.foundation.NSBundle.initPrincipalClass(NSBundle.java:
2554)
at
com.webobjects.foundation.NSBundle.InitPrincipalClasses(NSBundle.java:
710)
at com.webobjects.foundation.NSBundle.<clinit>(NSBundle.java:368)
at
com.webobjects.appserver._private.WOProperties.initUserDefaultsKeys(WOP
roperties.java:179)
at
com.webobjects.appserver.WOApplication._initWOApp(WOApplication.java:
5049)
at
com.webobjects.appserver.WOApplication.<init>(WOApplication.java:551)
at Application.<init>(Application.java:23)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructor
AccessorImpl.java:39)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingCon
structorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
at java.lang.Class.newInstance0(Class.java:308)
at java.lang.Class.newInstance(Class.java:261)
at com.webobjects.appserver.WOApplication.main(WOApplication.java:323)
at Application.main(Application.java:19)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja
va:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso
rImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.webobjects._bootstrap.WOBootstrap.main(WOBootstrap.java:71)
I am not sure what has changed in the project to cause this issue. Is
there a jar file missing from the classpath? If so what jar file
should I be looking for?
Thanks
Don Lindsay
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
village.net
This email sent to email@hidden
--
Practical WebObjects - a book for intermediate WebObjects developers
who want to increase their overall knowledge of WebObjects, or those
who are trying to solve specific application development problems.
http://www.global-village.net/products/practical_webobjects
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden