Re: [OT]Using Axis to get stock quote
Re: [OT]Using Axis to get stock quote
- Subject: Re: [OT]Using Axis to get stock quote
- From: Tony Becker <email@hidden>
- Date: Thu, 1 Jul 2004 12:33:07 -0400
Let me throw this in because it bit me yesterday...
The files in /Library/Java/Extensions are loaded on JVM startup. So, if
your server or tool is already running, new jar files will be ignored
until the next start.
Was the Server re-started after the files were copied to the extensions
directory?
On Jul 1, 2004, at 12:10 PM, Baiss Eric Magnusson wrote:
I was able to run SOAP via the Apache Axis stuff from my development
machine running MacOSX 10.3.4.
But when I try to deploy the app on my MacOSXS 10.2 server, I get the
following:
com.webobjects.foundation.NSForwardException
[java.lang.NoClassDefFoundError] null
com.webobjects.foundation.NSForwardException for
java.lang.NoClassDefFoundError
at
org.apache.axis.handlers.BasicHandler.<clinit>(BasicHandler.java:43)
at
org.apache.axis.client.Service.getAxisClient(Service.java:104)
at org.apache.axis.client.Service.<init>(Service.java:113)
at _Utilities.stockQuote(_Utilities.java:46)
The failed line of code in <_Utilities.stockQuote> is:
org.apache.axis.client.Service service = new
org.apache.axis.client.Service();
I installed the 8 jar files from the <axis-bin-1_2beta.tar.gz> lib
file on both machines at
</Library/Java/Extensions>
Is the 10.2 vs. 10.3 OS an issue?
Could it be a permissions problem on the server?
----
Baiss Eric Magnusson
<http://www.Track-Your-Finances.com>
<http://www.CascadeWebDesign.com>
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
Tony Becker
Cell: 727 460 1891
If a man is talking in the forest, and no woman is around to hear him,
is he still wrong?
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.