On Apr 30, 2007, at 12:36 PM, Don Lindsay wrote:

Howdy Chuck;

I did a clean and build and still have the issue. I have not made any changes to the application since the last time it was built and deployed 4 months ago.

Don

Look at the classpath as it is printed out by Xcode when you launch. Find the JavaFoundation.jar file. Is the file there? Is it readable. Do a "jar tf" on it. Does it have the classes?

Your classpath is what it is. The classes on the classpath are what they are.

If it is not making sense construct a one-line script out of the output from the script inside the woa and launch it. Double-check what is in it and tweak until it works. The things you had to change are the problem.

- ray

On Apr 30, 2007, at 2:55 PM, Chuck Hill wrote:

That looks like a classpath error, or a class loader issue. Try a clean and rebuilt. What have you changed?

Chuck

On Apr 30, 2007, at 11:50 AM, Don Lindsay wrote:

Hello;

I am having an issue with one of my applications. It just started, I get the following error when I attempt to run the application:

[2007-04-30 14:45:58 EDT] <main> A fatal exception occurred: com/ webobjects/foundation/NSDictionary [2007-04-30 14:45:58 EDT] <main> java.lang.NoClassDefFoundError: com/webobjects/foundation/NSDictionary at com.webobjects.security.SPSecurityPolicyAbstract.policyConfig (SPSecurityPolicyAbstract.java:347) at com.webobjects.security.SPSecurityPolicyAbstract.<init> (SPSecurityPolicyAbstract.java:403) at com.webobjects.security.SPSecurityPolicy.<init> (SPSecurityPolicy.java:110) at com.webobjects.security.SPSecurityPolicy.policy (SPSecurityPolicy.java:104)
        at com.psgs.dodig.dwtm.Application.<init>(Application.java:42)

Any ideas?  I am using Xcode 2.4.1.

Thanks,

Don
_______________________________________________
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/chill% 40global-village.net

This email sent to [EMAIL PROTECTED]


--

Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific 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 protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/ray% 40ganymede.org

This email sent to [EMAIL PROTECTED]


_______________________________________________
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