DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13949>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13949

ArrayStoreException during method invocation

           Summary: ArrayStoreException during method invocation
           Product: Axis
           Version: 1.0-rc2
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Basic Architecture
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


When running the enclosed test program, Axis repeatedly fails with an
ArrayStoreException while trying to process an xml message during a method
invocation.

This same test has been attempted with Axis' nightly-build with the same
result.  Axis was put in debug mode while running this test - see axis.log
in the enclosed zip file.  The zip file also contains an ant build file
with "jar", "war", and "test-if" targets, a deployment descriptor and the
test source.  There is also a "lib-readme" file which contains a list of
3rd-party jar files which should be in the lib directory and a "bugtest"
file which contains this description and other relevant information.

Here's an overview of the Exception:

stackTrace: java.lang.ArrayStoreException
        at org.apache.axis.utils.JavaUtils.convert(JavaUtils.java:414)
        at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider
.java:236)
        at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:
276)
        at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrateg
y.java:71)
        at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:156)
        at org.apache.axis.SimpleChain.invoke(SimpleChain.java:126)
        at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:437
)
        at org.apache.axis.server.AxisServer.invoke(AxisServer.java:316)
        at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:70
1)
... (added detail enclosed)

Reply via email to