You are viewing a plain text version of this content. The canonical link for it is here.
Posted to savan-dev@ws.apache.org by "nagaraja kapu (JIRA)" <ax...@ws.apache.org> on 2010/07/08 06:27:52 UTC

[jira] Commented: (AXIS-918) uninformative exceptions

    [ https://issues.apache.org/jira/browse/AXIS-918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12886226#action_12886226 ] 

nagaraja kapu commented on AXIS-918:
------------------------------------

I am also getting same error. Please advise the solution to resolve this.

> uninformative exceptions
> ------------------------
>
>                 Key: AXIS-918
>                 URL: https://issues.apache.org/jira/browse/AXIS-918
>             Project: Axis
>          Issue Type: Bug
>          Components: Serialization/Deserialization
>    Affects Versions: 1.1
>         Environment: Operating System: All
> Platform: Other
>            Reporter: Mike Spreitzer
>            Assignee: Axis Developers Mailing List
>
> I am using client-side stubs generated by the WSDL2Java functionality of Axis. 
> My client program forks 150 threads, and each goes into a loop whose body first
> does a stochastic sleep and then does a call.  The server is IBM WebSphere
> 5.0.0, on which I am using the Web Services Gateway (recently modified to
> support concurrency), and a very simply service deployed in the Gateway; I think
> that stuff is using a pre-Axis version of Apache SOAP.  Sometimes the client's
> calls succeed.  Sometimes some calls raise an exception whose printout is
> stunningly devoid of useful information.  Using tcpdump (Axis' tcpmon fails
> under this stressful a load) shows normal reply messages, so I think the problem
> is somewhere on the client side.  Setting JAVA_COMPILER=none changes things so
> much that the problem does not occur (but slows things down too much).  Here is
> such an Exception's printout:
> AxisFault
>  faultCode: {http://xml.apache.org/axis/}HTTP
>  faultSubcode: 
>  faultString: (0)null
>  faultActor: 
>  faultNode: 
>  faultDetail: 
> 		 {}string: return code:  0
> (0)null
> 		 at
> org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java(Compiled
> Code))
> 		 at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java(Compiled
> Code))
> 		 at
> org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java(Compiled
> Code))
> 		 at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java(Compiled Code))
> 		 at org.apache.axis.SimpleChain.invoke(SimpleChain.java(Compiled Code))
> 		 at org.apache.axis.client.AxisClient.invoke(AxisClient.java(Compiled Code))
> 		 at org.apache.axis.client.Call.invokeEngine(Call.java(Compiled Code))
> 		 at org.apache.axis.client.Call.invoke(Call.java(Compiled Code))
> 		 at org.apache.axis.client.Call.invoke(Call.java(Compiled Code))
> 		 at org.apache.axis.client.Call.invoke(Call.java(Compiled Code))
> 		 at org.apache.axis.client.Call.invoke(Call.java(Compiled Code))
> 		 at
> org.tempuri.TaxManagement.TaxManagementApacheSOAPBindingStub.invokeService(TaxManagementApacheSOAPBindingStub.java(Compiled
> Code))
> 		 at stress.tax$tax_Inv.do1(tax.java(Compiled Code))
> 		 at
> com.ibm.wsst.builtin.IndepInvokeAndThinkFactory$1.do1(IndepInvokeAndThinkFactory.java(Compiled
> Code))
> 		 at
> com.ibm.wsst.builtin.MarkovSessionFactory$1.do1(MarkovSessionFactory.java(Compiled
> Code))
> 		 at com.ibm.wsst.engine.SessionRunner.run(SessionRunner.java:77)
> 		 at
> com.ibm.wsst.engine.threadpool.ThreadPoolInstance$PoolThread.run(ThreadPoolInstance.java:136)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org