Forum Discussion

pmlopes's avatar
pmlopes
Occasional Visitor
3 years ago

SoapUI - failed to instantiate properly

Hi,

I've got two different applications that has webservices and they behave differently.

Both webservice were generated and built with the same settings but when I got test them one gives me the reponse with no problems, the other gives me the following error:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<tns:Agw2WebserviceInternalReaderResponse xmlns:tns="tns:WAGTC002">
<error>
<type>com.ca.gen85.csu.exception.CSUException</type>
<description>com.ca.gen85.csu.exception.CSUException: [Function: loadInstance]Class (com.ca.gen85.odc.ITPIPTranEntry) failed to instantiate properly: com.ca.gen85.csu.exception.CSUException: [Function: loadClass]Class (com.ca.gen85.odc.ITPIPTranEntry) failed to load properly: java.lang.ClassNotFoundException: com.ca.gen85.odc.ITPIPTranEntry</description>
<trace>com.ca.gen85.csu.exception.CSUException: [Function: loadInstance]Class (com.ca.gen85.odc.ITPIPTranEntry) failed to instantiate properly: com.ca.gen85.csu.exception.CSUException: [Function: loadClass]Class (com.ca.gen85.odc.ITPIPTranEntry) failed to load properly: java.lang.ClassNotFoundException: com.ca.gen85.odc.ITPIPTranEntry
at com.ca.gen85.csu.load.Loader.loadInstance(Unknown Source)
at com.ca.gen85.odc.TranData.getTranEntry(Unknown Source)
at ag_ws.Agw2WebserviceInternalReader.execute(Unknown Source)
at ag_ws.Agw2WebserviceInternalReader.xmlExecute(Unknown Source)
at ag_ws.Agw2WebserviceInternalReader.xmlExecute(Unknown Source)
at WAGTC002.WAGTC002.Agw2WebserviceInternalReader(WAGTC002.java:55)
at sun.reflect.GeneratedMethodAccessor113.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:56)
at java.lang.reflect.Method.invoke(Method.java:620)
at org.apache.axis.providers.java.MsgProvider.processMessage(MsgProvider.java:141)
at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323)
at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:454)
at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281)
at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:595)
at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:668)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1233)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:782)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:481)
at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:178)
at com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:1114)
at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:87)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:952)
at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1817)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:213)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:463)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:530)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:316)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:287)
at com.ibm.ws.ssl.channel.impl.SSLConnectionLink.determineNextChannel(SSLConnectionLink.java:1187)
at com.ibm.ws.ssl.channel.impl.SSLConnectionLink$MyReadCompletedCallback.complete(SSLConnectionLink.java:694)
at com.ibm.ws.ssl.channel.impl.SSLReadServiceContext$SSLReadCompletedCallback.complete(SSLReadServiceContext.java:1833)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:558)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:608)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:985)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1074)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1892)</trace>
</error>
</tns:Agw2WebserviceInternalReaderResponse>
</soapenv:Body>
</soapenv:Envelope>

 

Can anyone tell me what this is about?

 

Thanks in advance...

No RepliesBe the first to reply