hi,
I have a timer that is polling the National Weather Service for
information. This worked fine on my local machine however when I
deploy to the server I get the following error.
Exception in thread "Timer-0" java.lang.NoClassDefFoundError: org/
apache/axis/constants/Style
at
gov.weather.www.forecasts.xml.DWMLgen.wsdl.ndfdXML_wsdl.NdfdXMLBindingStub
._initOperationDesc1(NdfdXMLBindingStub.java:81)
at
gov.weather.www.forecasts.xml.DWMLgen.wsdl.ndfdXML_wsdl.NdfdXMLBindingStub
.<clinit>(NdfdXMLBindingStub.java:22)
at
gov.weather.www.forecasts.xml.DWMLgen.wsdl.ndfdXML_wsdl.NdfdXMLLocator.getndfdXMLPort
(NdfdXMLLocator.java:130)
at
gov.weather.www.forecasts.xml.DWMLgen.wsdl.ndfdXML_wsdl.NdfdXMLLocator.getndfdXMLPort
(NdfdXMLLocator.java:125)
at com.mauionline.main.Application
$WeatherPollingTask.run(Application.java:249)
at java.util.TimerThread.mainLoop(Timer.java:512)
at java.util.TimerThread.run(Timer.java:462)
The axis.jar is in /Library/WebObjects/Extensions I'm deploying on OS X
10.4.11 WO 5.3.
Anyone have any ideas?
Thanks in advance
Jon _______________________________________________
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]