Hi,

I have a very simple WebObjects-Application with just one Component (Main). It works perfect in Development Mode and Deployment Mode on Tomcat 4.127 on my OS X development machine.
However, when I want to deploy it on my Linux machine (same tomcat version), I have a problem I can not solve.
The Appplication first starts succesfully (no errors, no license issues) and is waiting for request. But when I do a request I immidately get this error: (I had the license key issue before, but I could solve that).

com.webobjects.foundation.NSKeyValueCoding$UnknownKeyException: [ valueForKey()]: lookup of unknown key: 'errorMessage'. This WOComponent does not have an instance variable of the name errorMessage or _errorMessage, nor a method of the name errorMessage, _errorMessage, getErrorMessage, or _getErrorMessage

Of course errorMessage is an instance variable of Main and the accessor methods errorMessage, getErrorMessage are present...and as described it all works perfect in development mode or when deployed on my OS X machine.

For information:
I am building a true WAR, and do non single-directory-deployment.

I am stuck with this problem and have no idea how to solve it (maybe any path variables?). I would be happy about a hint.

Regards,

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

This email sent to [email protected]

Reply via email to