Re: java.lang.AbstractMethodError at org.apache.axis.AxisEngine.refreshGlobalOptions(AxisEngine.java:502)
Re: java.lang.AbstractMethodError at org.apache.axis.AxisEngine.refreshGlobalOptions(AxisEngine.java:502)
- Subject: Re: java.lang.AbstractMethodError at org.apache.axis.AxisEngine.refreshGlobalOptions(AxisEngine.java:502)
- From: Simon McLean <email@hidden>
- Date: Tue, 6 Nov 2007 00:17:50 +0000
Personally I find Axis complicates things, no matter what version you
are using. We do a lot of complicated web service stuff and we do it
all with raw xml and http post. It's sometimes easier to get your
hands a little dirty than fight the Axis beast :-)
Simon
On 5 Nov 2007, at 23:53, Mr. Pierre Frisch wrote:
Move to 5.4. WO 5.3.x uses Axis 1.1. There are significant changes
in the Axis 1.1 to Axis 1.4 APIs and I am quite sure this will not
work. WO 5.4 was build with Axis 1.4 and we fixed quite a few bugs.
Which flavor of Web Services are you running? RPC/Document? SOAP?
Pierre
--
Pierre Frisch
email@hidden
On Nov 5, 2007, at 13:53, Kieran Kelleher wrote:
Guys, Ian is using WO 5.3.3/Java 1.5 on Tiger for dev and deploy.
In that light .... can anyone give him some pointers?
On Nov 5, 2007, at 3:44 PM, Mr. Pierre Frisch wrote:
What is missing? I have deployed Web Services on WO 5.4 without
problems.
Thanks
Pierre
--
Pierre Frisch
email@hidden
On Nov 5, 2007, at 11:05, Anjo Krank wrote:
FYI, the jars in JavaXML in 5.4 are pretty broken. I had an
inner class missing that was referenced from it's outer class in
the same jar...
I basically downloaded xerces and copied the missing class file
over into the jar. Your problem might be similar. (Or it's a
classpath problem and you have stale crap floating around in /
Lib/WO/Ext or whereever).
Cheers, Anjo
Am 05.11.2007 um 19:45 schrieb Ian Coleman:
I am working in osx, eclispe3.2, and have included axis1.4
jars, but i can't figure out this error. I am trying to access
a webservice at a https url but i do not think this is the
problem. Any help would be great. thanks
2007-11-05 11:22:48,069 DEBUG i18n.ProjectResourceBundle
getBundle - getBundle
(org.apache.axis,org.apache.axis.i18n,resource,null,...)
2007-11-05 11:22:48,083 DEBUG i18n.ProjectResourceBundle
loadBundle - loadBundle: Ignoring
MissingResourceException: Can't find bundle for base name
org.apache.axis.resource, locale en_US
2007-11-05 11:22:48,084 DEBUG i18n.ProjectResourceBundle
getBundle - Created
org.apache.axis.i18n.resource, linked to parent null
2007-11-05 11:22:48,085 DEBUG i18n.ProjectResourceBundle
getBundle - getBundle
(org.apache.axis,org.apache.axis.utils,resource,null,...)
2007-11-05 11:22:48,088 DEBUG i18n.ProjectResourceBundle
loadBundle - loadBundle: Ignoring
MissingResourceException: Can't find bundle for base name
org.apache.axis.utils.resource, locale en_US
2007-11-05 11:22:48,088 DEBUG i18n.ProjectResourceBundle
loadBundle - loadBundle: Ignoring
MissingResourceException: Can't find bundle for base name
org.apache.axis.resource, locale en_US
2007-11-05 11:22:48,088 DEBUG i18n.ProjectResourceBundle
getBundle - Root package not found, cross link
to org.apache.axis.i18n.resource
2007-11-05 11:22:48,089 DEBUG i18n.ProjectResourceBundle
getBundle - Root package not found, cross link
to org.apache.axis.i18n.resource
2007-11-05 11:22:48,089 DEBUG i18n.ProjectResourceBundle
handleGetObject -
org.apache.axis.i18n.resource::handleGetObject(engineFactory)
2007-11-05 11:22:48,089 DEBUG
configuration.EngineConfigurationFactoryFinder
run - Got EngineFactory:
org.apache.axis.configuration.EngineConfigurationFactoryDefault
2007-11-05 11:22:48,095 DEBUG axis.AxisEngine
init - Enter: AxisEngine::init
2007-11-05 11:22:48,286 DEBUG i18n.ProjectResourceBundle
handleGetObject -
org.apache.axis.i18n.resource::handleGetObject(attachEnabled)
2007-11-05 11:22:48,286 DEBUG utils.JavaUtils
isAttachmentSupported - Attachment support is enabled? true
2007-11-05 11:22:48,312 DEBUG
ser.JAFDataHandlerDeserializerFactory <init>
- Enter/Exit: JAFDataHandlerDeserializerFactory(class
java.lang.String, {http://xml.apache.org/xml-soap}PlainText)
2007-11-05 11:22:48,314 DEBUG i18n.ProjectResourceBundle
handleGetObject -
org.apache.axis.i18n.resource::handleGetObject(oddDigits00)
2007-11-05 11:22:48,315 DEBUG i18n.ProjectResourceBundle
handleGetObject -
org.apache.axis.i18n.resource::handleGetObject(badChars01)
2007-11-05 11:22:48,382 DEBUG
ser.JAFDataHandlerDeserializerFactory <init>
- Enter/Exit: JAFDataHandlerDeserializerFactory(class
java.awt.Image, {http://xml.apache.org/xml-soap}Image)
2007-11-05 11:22:48,384 DEBUG
ser.JAFDataHandlerDeserializerFactory <init>
- Enter/Exit: JAFDataHandlerDeserializerFactory(class
javax.mail.internet.MimeMultipart, {http://xml.apache.org/xml-
soap}Multipart)
2007-11-05 11:22:48,386 DEBUG
ser.JAFDataHandlerDeserializerFactory <init>
- Enter/Exit: JAFDataHandlerDeserializerFactory(interface
javax.xml.transform.Source, {http://xml.apache.org/xml-soap}
Source)
2007-11-05 11:22:48,389 DEBUG
ser.JAFDataHandlerDeserializerFactory <init>
- Enter/Exit: JAFDataHandlerDeserializerFactory(class
org.apache.axis.attachments.OctetStream, {http://xml.apache.org/
xml-soap}octet-stream)
2007-11-05 11:22:48,389 DEBUG
ser.JAFDataHandlerDeserializerFactory <init>
- Enter/Exit: JAFDataHandlerDeserializerFactory()
2007-11-05 11:22:48,444 DEBUG axis.AxisEngine
init - Exit: AxisEngine::init
2007-11-05 11:22:49,187 DEBUG axis.AxisEngine
init - Enter: AxisEngine::init
2007-11-05 11:22:49,195 WARN NSLog
appendln -
<er.extensions.ERXDirectActionRequestHandler>: Exception while
handling action named "extlogin" on action class
"null" :com.webobjects.foundation.NSForwardException
[java.lang.AbstractMethodError] null
[2007-11-05 11:22:49 EST] <unknown-5nt9NwfZRZjcX8bfPn9qew-
WorkerThread0> com.webobjects.foundation.NSForwardException for
java.lang.AbstractMethodError
at org.apache.axis.AxisEngine.refreshGlobalOptions
(AxisEngine.java:502)
at
com.webobjects.webservices.support.WOXMLProvider.doConfigureEngine
(WOXMLProvider.java:94)
at
com.webobjects.webservices.support.WOXMLProvider.configureEngine
(WOXMLProvider.java:108)
at org.apache.axis.AxisEngine.init(AxisEngine.java:172)
at org.apache.axis.AxisEngine.<init>(AxisEngine.java:156)
at org.apache.axis.client.AxisClient.<init>(AxisClient.java:52)
at com.webobjects.webservices.client.WOWebService.axisService
(WOWebService.java:193)
at
com.webobjects.webservices.client.WOWebService.createCallForOperat
ion(WOWebService.java:235)
at com.webobjects.webservices.client.WOWebServiceClient.invoke
(WOWebServiceClient.java:482)
-----
Ian Coleman
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40logicunited.com
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40apple.com
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
@mac.com
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40mac.com
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden