Invocation target exception intermittently coming from axis client
------------------------------------------------------------------

                 Key: AXIS-2860
                 URL: https://issues.apache.org/jira/browse/AXIS-2860
             Project: Axis
          Issue Type: Bug
          Components: Serialization/Deserialization
    Affects Versions: 1.2, 1.4
         Environment: Axis: 1.4
Weblogic 8.1 SP2
HP Unix
            Reporter: Saurabh Gupta


The service works absolutely fine in normal circumstances.
Then this exception comes intermittently.
During heavy load below exception is thrown (once in a month). 
The client is not able to post request and throws below exception.
This requires weblogic server restart to resolve the issue:

AxisFault:; nested exception is: 
        java.lang.reflect.InvocationTargetException


Following are the thread dump.

Service Addressing satisfied hence setting the target service to MLI
AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
 faultSubcode:
 faultString: java.lang.reflect.InvocationTargetException
 faultActor:
 faultNode:
 faultDetail:
        
{http://xml.apache.org/axis/}stackTrace:java.lang.reflect.InvocationTargetException
        at sun.reflect.GeneratedMethodAccessor525.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at 
org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397)
        at 
org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186)
        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 
com.bt.mli.mdb.MLIQueueListenerEJB.onMessage(MLIQueueListenerEJB.java:154)
        at weblogic.ejb20.internal.MDListener.execute(MDListener.java:400)
        at 
weblogic.ejb20.internal.MDListener.transactionalOnMessage(MDListener.java:333)
        at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:298)
        at com.ibm.mq.jms.MQQueueReceiver.receiveAsync(MQQueueReceiver.java:706)
        at com.ibm.mq.jms.SessionAsyncHelper.run(SessionAsyncHelper.java:362)
        at java.lang.Thread.run(Thread.java:534)
Caused by: java.lang.StackOverflowError

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Reply via email to