Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 81065 invoked from network); 1 May 2007 17:39:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 May 2007 17:39:35 -0000 Received: (qmail 99414 invoked by uid 500); 1 May 2007 17:39:11 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 99378 invoked by uid 500); 1 May 2007 17:39:11 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 99355 invoked by uid 99); 1 May 2007 17:39:11 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 May 2007 10:39:11 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [68.142.206.135] (HELO web33403.mail.mud.yahoo.com) (68.142.206.135) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 01 May 2007 10:39:04 -0700 Received: (qmail 29994 invoked by uid 60001); 1 May 2007 17:38:42 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=P0cqsyGES8H6Arbh7uoyZB+9X+nIMdcvsdWqK1aq4wyNbt9WXQ3zQVSaoSPkMTyI3cYAalm4tqklUP0EEZL5b2KY07k/cM17vfhEIW2n5BqINdZvWude3ClPaHWSR00YxR+30UZFhuEimoorTVfQCgux9fvnLcaTtJlgBozBj8A=; X-YMail-OSG: dDjMoVoVM1nMVbLPHdT.t0Sv8K9EcSPY93kSreLj28rDdqRre3H41K85ISuWj8gy_Q-- Received: from [209.191.106.123] by web33403.mail.mud.yahoo.com via HTTP; Tue, 01 May 2007 10:38:42 PDT X-Mailer: YahooMailRC/478 YahooMailWebService/0.7.41.10 Date: Tue, 1 May 2007 10:38:42 -0700 (PDT) From: Trasca Virgil Subject: Strange Websphere AxisFault To: axis-user@ws.apache.org, axis-user@ws.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=ascii Message-ID: <458517.29665.qm@web33403.mail.mud.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org 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: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org