[OT]Using Axis to get stock quote
[OT]Using Axis to get stock quote
- Subject: [OT]Using Axis to get stock quote
- From: Baiss Eric Magnusson <email@hidden>
- Date: Thu, 1 Jul 2004 09:10:54 -0700
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.