[
http://issues.apache.org/jira/browse/AXIS-2061?page=comments#action_12313908 ]
Davanum Srinivas commented on AXIS-2061:
----------------------------------------
got a failure:
<error message="; nested exception is:
java.lang.ArrayIndexOutOfBoundsException: 1"
type="org.apache.axis.AxisFault">AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: java.lang.ArrayIndexOutOfBoundsException: 1
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}stackTrace:java.lang.ArrayIndexOutOfBoundsException:
1
at
org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:132)
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:453)
at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281)
at test.RPCDispatch.TestSerializedRPC.rpc(TestSerializedRPC.java:125)
at
test.RPCDispatch.TestSerializedRPC.testOverloadedMethodDispatch(TestSerializedRPC.java:286)
{http://xml.apache.org/axis/}hostname:ws.zones.apache.org
{http://xml.apache.org/axis/}isRuntimeException:true
java.lang.ArrayIndexOutOfBoundsException: 1
at org.apache.axis.AxisFault.makeFault(AxisFault.java:101)
at
org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:333)
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:453)
at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281)
at test.RPCDispatch.TestSerializedRPC.rpc(TestSerializedRPC.java:125)
at
test.RPCDispatch.TestSerializedRPC.testOverloadedMethodDispatch(TestSerializedRPC.java:286)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 1
at
org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:132)
at
org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323)
... 24 more
</error>
> Refactored RPCProvider
> ----------------------
>
> Key: AXIS-2061
> URL: http://issues.apache.org/jira/browse/AXIS-2061
> Project: Apache Axis
> Type: Improvement
> Components: Basic Architecture
> Versions: 1.2.1
> Reporter: David Blevins
> Attachments: RPCProvider.java, RPCProvider.java.diff
>
> I've split up the RPCProvider's processMessage method so I could override it
> more easily. I actually have my own implementation of processMessage and
> simply use the split out methods.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira