Op 27-okt-2005, om 5:34 heeft Chuck Hill het volgende geschreven:
I can't advise you on Tomcat, but I'm pretty sure that 5.3 won't run with a 5.2 license.Chuck
Ahh, I think I've found the problem, more or less: this showed up in the tomcat log:
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[....]
Caused by: com.webobjects.foundation.NSForwardException
[java.lang.RuntimeException] Invalid serial number: <WOApplication>:
Cannot be init
ialized.: <Application> failed instantiation. Exception thrown :com.webobjects.foundation.NSForwardException [java.lang.RuntimeException] Invalid serial number: <WOApplication>: Cannot be initialized.: I
nvalid serial number: <WOApplication>: Cannot be initialized.at com.webobjects.foundation._NSUtilities._explainInstantiationException (_NSUtilities.java:567) at com.webobjects.foundation._NSUtilities.instantiateObject (_NSUtilities.java:581) at com.webobjects.appserver.WOApplication.primeApplication (WOApplication.java:411)
... 46 more
- Marking servlet WOServletAdaptor as unavailable
- Servlet /theaterres threw load() exception
So that seems to indicate indeed that the serial number is not right.
I first used a 5.2 deployment serial number, but that is not working.
So I tried the OS X Server serial number. Still no dice.
Can anybody give me an idea where to use what number? I am trying it now in:
SERVLET_SINGLE_DIR_DEPLOY_LICENSE = xsvr-1(etc) SERVLET_DEPLOY_LICENSE = xsvr-(etc) If anybody has any ideas...
On Oct 26, 2005, at 8:10 PM, Johan Henselmans wrote:I am trying to deploy an application on a machine from a customer. No option to install WebObjects deployment, so I tried to deploy as a servlet. First I ran into the problem that the machine could not load the EOModel file, because NSPathUtilities failed to load the eomodel directory.I have used a fixed NSPathUtilities.class to work around a bug in the JavaFoundation.jar that Apple supplies. That works fine on Tomcat 4.1.29-LE on a a10.3.9 machine, but on a FreeBSD machine running tomcat 4.1.30 I am getting the following error:type Status report message Servlet WOServletAdaptor is currently unavailabledescription The requested service (Servlet WOServletAdaptor is currently unavailable) is not currently available.I have also tried it on a 4.1.31 Tomcat with Java 1.5_05 Linux machine. Same error message...Does anybody what this means, and if there is some kind of workaround? Could it have something to do with a license? (I used a 5.2 license as I started this project in a 5.2 environment but progressed into 5.3 for other reasons)Best Regards, Johan Henselmans http://www.netsense.nl Tel: +31-20-6267538 Fax: +31-20-6273852 _______________________________________________ Do not post admin requests to the list. They will be ignored.Webobjects-deploy mailing list (Webobjects- [EMAIL PROTECTED])Help/Unsubscribe/Update your Subscription:http://lists.apple.com/mailman/options/webobjects-deploy/chill% 40global-village.netThis email sent to [EMAIL PROTECTED]--Coming in 2006 - an introduction to web applications using WebObjects and Xcode http://www.global-village.net/wointroPractical 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
Best Regards, Johan Henselmans http://www.netsense.nl Tel: +31-20-6267538 Fax: +31-20-6273852
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ 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]
