I've finally taken the list's advice and dumped JavaMail in favor of Project Wonder's ERJavaMail.

All is going to plan with the exception of the below exception. There are two "Frameworks" folders in Project Wonder both containing what appears to be identical ERJavaMail frameworks. I have placed one of those into /Library/Frameworks/ and receive this fatal exception:

This would seem to be a path problem, but the Frontbase framework is in the same location and is loading fine.

Any ideas?

[2006-07-29 10:47:16 EDT] <main> A fatal exception occurred: er/ extensions/ERXFrameworkPrincipal [2006-07-29 10:47:16 EDT] <main> java.lang.NoClassDefFoundError: er/ extensions/ERXFrameworkPrincipal


Full exception listing is below:

[2006-07-29 10:47:16 EDT] <main> A fatal exception occurred: er/ extensions/ERXFrameworkPrincipal [2006-07-29 10:47:16 EDT] <main> java.lang.NoClassDefFoundError: er/ extensions/ERXFrameworkPrincipal
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
at java.security.SecureClassLoader.defineClass (SecureClassLoader.java:124)
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
        at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:164)
at com.webobjects.foundation._NSUtilities._classWithPartialName (_NSUtilities.java:307) at com.webobjects.foundation._NSUtilities.classWithName (_NSUtilities.java:291) at com.webobjects.foundation.NSBundle.initPrincipalClass (NSBundle.java:2553) 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 (WOProperties.java:187) at com.webobjects.appserver.WOApplication._initWOApp (WOApplication.java:5081) 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 (NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance (DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at java.lang.Class.newInstance0(Class.java:350)
        at java.lang.Class.newInstance(Class.java:303)
        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.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.webobjects._bootstrap.WOBootstrap.main(WOBootstrap.java:71)


Segment_Report has exited with status 1.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to