• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Error WSWS3400I while calling WS

 
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am getting the below mentioned error when I am trying to call a WS. I am using com.ibm.ws.webservices.thinclient_6.1.0.jar. Have anyone of you faced the similar error?
Java: 1.5

INFO: ssl.disable.url.hostname.verification.CWPKI0027I
Oct 28, 2011 4:42:28 PM com.ibm.ws.webservices.engine.PivotHandlerWrapper bindExceptionToResponse
SEVERE: WSWS3400I: Info: unexpected exception.
Throwable occurred: java.lang.NoSuchFieldError: com/ibm/xml/xlxp/api/was/WSXMLReader.fStringBuffer


at com.ibm.xml.xlxp.api.was.WSXMLReader.<init>(WSXMLReader.java:80)
at com.ibm.xml.xlxp.api.was.WSXMLReader.<init>(WSXMLReader.java:74)
at com.ibm.xml.xlxp.api.was.WSSAXParserImpl.<init>(WSSAXParserImpl.java:44)
at com.ibm.xml.xlxp.api.was.WSSAXParserFactoryImpl.newSAXParser(WSSAXParserFactoryImpl.java:42)
at com.ibm.ws.webservices.engine.utils.WebServicesParser.<init>(WebServicesParser.java:86)
at com.ibm.ws.webservices.engine.utils.WebServicesParserFactory.newSAXParser(WebServicesParserFactory.java:97)
at com.ibm.ws.webservices.engine.utils.XMLUtils.getSAXParser(XMLUtils.java:391)
at com.ibm.ws.webservices.engine.encoding.DeserializationContextImpl.parse(DeserializationContextImpl.java:267)
at com.ibm.ws.webservices.engine.SOAPPart._getSOAPEnvelope(SOAPPart.java:1036)
at com.ibm.ws.webservices.engine.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:604)
at com.ibm.ws.webservices.engine.Message.getSOAPEnvelope(Message.java:476)
at com.ibm.ws.webservices.engine.handlers.jaxrpc.JAXRPCSOAPHandler.checkSOAPSemantics(JAXRPCSOAPHandler.java:298)
at com.ibm.ws.webservices.engine.handlers.jaxrpc.JAXRPCSOAPHandler.access$000(JAXRPCSOAPHandler.java:75)
at com.ibm.ws.webservices.engine.handlers.jaxrpc.JAXRPCSOAPHandler$2.invoke(JAXRPCSOAPHandler.java:173)
at com.ibm.ws.webservices.engine.PivotHandlerWrapper.invoke(PivotHandlerWrapper.java:335)
at com.ibm.ws.webservices.engine.WebServicesEngine.invoke(WebServicesEngine.java:332)
at com.ibm.ws.webservices.engine.client.Connection.invokeEngine(Connection.java:738)
at com.ibm.ws.webservices.engine.client.Connection.invoke(Connection.java:659)
at com.ibm.ws.webservices.engine.client.Connection.invoke(Connection.java:617)
at com.ibm.ws.webservices.engine.client.Connection.invoke(Connection.java:452)
at com.ibm.ws.webservices.engine.client.Stub$Invoke.invoke(Stub.java:908)
at com.walmartstores.xmlns.www.WSHttpBinding_IWMLinkUtilStub.createWMLinkCloudUrl(WSHttpBinding_IWMLinkUtilStub.java:224)
at com.walmart.cloudservice.CloudService.generateLinks(CloudService.java:206)
at com.walmart.cloudservice.CloudService.performSaveReportsOnCloud(CloudService.java:102)
at com.walmart.diversity.invokers.EventTableReport.main(EventTableReport.java:41)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:600)
at org.eclipse.ve.internal.java.vce.launcher.remotevm.JavaBeansLauncher.main(JavaBeansLauncher.java:79)

Regards
Amit
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Probably there are duplicate classes in the classpath. Please verify if there are no multiple WSXMLReader classes in the classpath.
 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am also getting the same error.

I am calling the web service from a java batch running on AS400 box.

After the AS400 box was upgraded the issue is coming.

The batch is running fine if I run it on RAD which is running on windows.

Is there any solution to the problem?

Thanks
 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Amit,

Did you find the solution for this problem
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic