Hello,

    A webservice program which is working on weblogic is
failing on Websphere with follwowing crypting error. As you can see the
description of the error is null.

What is even more strange is that If I move the same code to a JSP page on the 
same Websphere (currently it is from
java code) it is working and I get the expected result. What could be the 
problem?



[4/27/07
0:40:50:980 EEST] 0000001d ServletWrappe E   SRVE0068E: Could not
invoke the service() method on servlet action. Exception thrown :
AxisFault
 faultCode: {http://xml.apache.org/axis/}HTTP
 faultSubcode: 
 faultString: (0)null
 faultActor: 
 faultNode: 
 faultDetail: 
    {}:return code:  0

    {http://xml.apache.org/axis/}HttpErrorCode:0

(0)null
    at 
org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:744)
    at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:144)
    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.client.AxisClient.invoke(AxisClient.java:165)
    at org.apache.axis.client.Call.invokeEngine(Call.java:2765)
    at org.apache.axis.client.Call.invoke(Call.java:2748)
    at org.apache.axis.client.Call.invoke(Call.java:2424)
    at org.apache.axis.client.Call.invoke(Call.java:2347)
    at org.apache.axis.client.Call.invoke(Call.java:1804)
    at
apmwebservice.amdocs.APILink.webservices.ws.PartnerWSSoapBindingStub.getPropertyString(PartnerWSSoapBindingStub.java:1040)
    at 
apmwebservice.amdocs.APILink.webservices.ws.PartnerWS_WSProxy.getPropertyString(PartnerWS_WSProxy.java:318)
    at 
amdocs.prm.web.selfreg.utils.PortalUtils.getIsAddlInfoVisible(PortalUtils.java:426)
    at 
amdocs.prm.web.selfreg.utils.PortalUtils.loadAddlInfoLabels(PortalUtils.java:157)
    at 
amdocs.prm.web.selfreg.actions.DispatcherAction.register(DispatcherAction.java:108)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
    at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
    at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled
 Code))
    at java.lang.reflect.Method.invoke(Method.java(Compiled Code))
    at 
org.apache.struts.actions.ActionDispatcher.dispatchMethod(ActionDispatcher.java:335)
    at 
org.apache.struts.actions.ActionDispatcher.dispatchMethod(ActionDispatcher.java:318)
    at 
org.apache.struts.actions.ActionDispatcher.execute(ActionDispatcher.java:220)
    at 
amdocs.prm.web.selfreg.actions.DispatcherAction.execute(DispatcherAction.java:63)
    at 
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
    at 
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at 
com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1282)
    at 
com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:673)
    at 
com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:89)
    at 
com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1897)
    at 
com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:84)
    at 
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:472)
    at 
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:411)
    at 
com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:101)
    at 
com.ibm.ws.ssl.channel.impl.SSLReadServiceContext$SSLReadCompletedCallback.complete(SSLReadServiceContext.java:1698)
    at 
com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:566)
    at 
com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:619)
    at 
com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:952)
    at 
com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1039)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1470)

[4/27/07 0:40:50:996 EEST] 0000001d ServletWrappe E   SRVE0014E: Uncaught 
service() exception root cause action: (0)null
[4/27/07 0:40:51:167 EEST] 0000001d WebApp        E   SRVE0026E: [Servlet 
Error]-[action]: AxisFault
 faultCode: {http://xml.apache.org/axis/}HTTP
 faultSubcode: 
 faultString: (0)null
 faultActor: 
 faultNode: 
 faultDetail: 
    {}:return code:  0

    {http://xml.apache.org/axis/}HttpErrorCode:0

(0)null
    at 
org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:744)
    at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:144)
    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.client.AxisClient.invoke(AxisClient.java:165)
    at org.apache.axis.client.Call.invokeEngine(Call.java:2765)
    at org.apache.axis.client.Call.invoke(Call.java:2748)
    at org.apache.axis.client.Call.invoke(Call.java:2424)
    at org.apache.axis.client.Call.invoke(Call.java:2347)
    at org.apache.axis.client.Call.invoke(Call.java:1804)

Any idea?
Thank you,
Virgil


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to