Failing test case that I do not understand: test.mx4j.tools.remote.soap.SOAPConnectorInvocationTest

Allen Servedio <[email protected]> Wed, 30 Dec 2009 00:07:59 -0500
Newsgroups gmane.comp.java.mx4j.devel
Message-ID <[email protected]>
--===============1569577251563382381==
Content-Type: multipart/alternative; boundary=001485f94df6482d10047beb1f37

--001485f94df6482d10047beb1f37
Content-Type: text/plain; charset=ISO-8859-1

Hi,

Simon - I am not sure if you are still monitoring this mailing list, but on
the off chance that you are, perhaps you can suggest the best way to
troubleshoot this failure...

I am trying to get all of the test cases for the code in trunk to pass and
have hit one that I believe is either failing correctly (meaning the test
case has to be changed) OR there is some bug in what the SOAP client code is
trying to send the server (as I believe it is the server sending the bug.

The failing test case is:
test.mx4j.tools.remote.soap.SOAPConnectorInvocationTest

It fails as follows (any suggestions on where I should be looking to correct
this?):

<testcase
classname="test.mx4j.tools.remote.soap.SOAPConnectorInvocationTest"
time="5.268" name="testAuthenticatedInvoke">
-
<error type="AxisFault  faultCode" message="org.xml.sax.SAXException: No
deserializer defined for array type {http://www.w3.org/2001/XMLSchema}any">
AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
 faultSubcode:
 faultString: org.xml.sax.SAXException: No deserializer defined for array
type {http://www.w3.org/2001/XMLSchema}any
 faultActor:
 faultNode:
 faultDetail:
    {http://xml.apache.org/axis/}hostname:allen-laptop
org.xml.sax.SAXException: No deserializer defined for array type {
http://www.w3.org/2001/XMLSchema}any
    at
org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:222)
    at
org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:129)
    at
org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)
    at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown
Source)
    at
org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown
Source)
    at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
Source)
    at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
Source)
    at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
    at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
    at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
    at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
    at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown
Source)
    at org.apache.xerces.jaxp.SAXParserImpl.parse(Unknown Source)
    at
org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
    at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
    at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)
    at
org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
    at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
    at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
    at org.apache.axis.client.Call.invoke(Call.java:2767)
    at org.apache.axis.client.Call.invoke(Call.java:2443)
    at org.apache.axis.client.Call.invoke(Call.java:2366)
    at org.apache.axis.client.Call.invoke(Call.java:1812)
    at
mx4j.tools.remote.soap.SOAPClientInvoker.connect(SOAPClientInvoker.java:67)
    at mx4j.tools.remote.http.HTTPConnector.doConnect(HTTPConnector.java:51)
    at
mx4j.tools.remote.AbstractJMXConnector.connect(AbstractJMXConnector.java:70)
    at
javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:38)
    at
test.javax.management.remote.JMXConnectorInvocationTestCase.testAuthenticatedInvoke(JMXConnectorInvocationTestCase.java:370)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at junit.framework.TestCase.runTest(TestCase.java:154)
    at junit.framework.TestCase.runBare(TestCase.java:127)
    at junit.framework.TestResult$1.protect(TestResult.java:106)
    at junit.framework.TestResult.runProtected(TestResult.java:124)
    at junit.framework.TestResult.run(TestResult.java:109)
    at junit.framework.TestCase.run(TestCase.java:118)
    at junit.framework.TestSuite.runTest(TestSuite.java:208)
    at junit.framework.TestSuite.run(TestSuite.java:203)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at
org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
    at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
    at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:165)
    at org.apache.maven.surefire.Surefire.run(Surefire.java:107)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:289)
    at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1005)
</error>
-
<system-out>
Created MBeanServer with ID: 12a1e44:125ddc20382:-7fea:allen-laptop:23
THE URL IS>>>>>>>>>>> service:jmx:soap://allen-laptop:8080/soap
JMXConnectorServer started at: service:jmx:soap://allen-laptop:8080/soap
JMXConnectorServer stopped at: service:jmx:soap://allen-laptop:8080/soap
</system-out>
</testcase>
-
<testcase
classname="test.mx4j.tools.remote.soap.SOAPConnectorInvocationTest"
time="5.212" name="testDelegatedInvoke">
-
<error type="AxisFault  faultCode" message="org.xml.sax.SAXException: No
deserializer defined for array type {http://www.w3.org/2001/XMLSchema}any">
AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
 faultSubcode:
 faultString: org.xml.sax.SAXException: No deserializer defined for array
type {http://www.w3.org/2001/XMLSchema}any
 faultActor:
 faultNode:
 faultDetail:
    {http://xml.apache.org/axis/}hostname:allen-laptop
org.xml.sax.SAXException: No deserializer defined for array type {
http://www.w3.org/2001/XMLSchema}any
    at
org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:222)
    at
org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:129)
    at
org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)
    at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown
Source)
    at
org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown
Source)
    at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
Source)
    at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
Source)
    at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
    at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
    at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
    at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
    at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown
Source)
    at org.apache.xerces.jaxp.SAXParserImpl.parse(Unknown Source)
    at
org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
    at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
    at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)
    at
org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
    at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
    at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
    at org.apache.axis.client.Call.invoke(Call.java:2767)
    at org.apache.axis.client.Call.invoke(Call.java:2443)
    at org.apache.axis.client.Call.invoke(Call.java:2366)
    at org.apache.axis.client.Call.invoke(Call.java:1812)
    at
mx4j.tools.remote.soap.SOAPClientInvoker.connect(SOAPClientInvoker.java:67)
    at mx4j.tools.remote.http.HTTPConnector.doConnect(HTTPConnector.java:51)
    at
mx4j.tools.remote.AbstractJMXConnector.connect(AbstractJMXConnector.java:70)
    at
javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:38)
    at
test.javax.management.remote.JMXConnectorInvocationTestCase.testDelegatedInvoke(JMXConnectorInvocationTestCase.java:408)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at junit.framework.TestCase.runTest(TestCase.java:154)
    at junit.framework.TestCase.runBare(TestCase.java:127)
    at junit.framework.TestResult$1.protect(TestResult.java:106)
    at junit.framework.TestResult.runProtected(TestResult.java:124)
    at junit.framework.TestResult.run(TestResult.java:109)
    at junit.framework.TestCase.run(TestCase.java:118)
    at junit.framework.TestSuite.runTest(TestSuite.java:208)
    at junit.framework.TestSuite.run(TestSuite.java:203)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at
org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
    at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
    at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:165)
    at org.apache.maven.surefire.Surefire.run(Surefire.java:107)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:289)
    at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1005)
</error>
-
<system-out>
Created MBeanServer with ID: 12a1e44:125ddc20382:-7fe9:allen-laptop:24
THE URL IS>>>>>>>>>>> service:jmx:soap://allen-laptop:8080/soap
JMXConnectorServer started at: service:jmx:soap://allen-laptop:8080/soap
JMXConnectorServer stopped at: service:jmx:soap://allen-laptop:8080/soap
</system-out>

Thanks!
Allen

--001485f94df6482d10047beb1f37
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Hi,<br><br>Simon - I am not sure if you are still monitoring this mailing l=
ist, but on the off chance that you are, perhaps you can suggest the best w=
ay to troubleshoot this failure... <br><br>I am trying to get all of the te=
st cases for the code in trunk to pass and have hit one that I believe is e=
ither failing correctly (meaning the test case has to be changed) OR there =
is some bug in what the SOAP client code is trying to send the server (as I=
 believe it is the server sending the bug.<br>
<br>The failing test case is: test.mx4j.tools.remote.soap.SOAPConnectorInvo=
cationTest<br><br>It fails as follows (any suggestions on where I should be=
 looking to correct this?):<br><br>&lt;testcase classname=3D&quot;test.mx4j=
.tools.remote.soap.SOAPConnectorInvocationTest&quot; time=3D&quot;5.268&quo=
t; name=3D&quot;testAuthenticatedInvoke&quot;&gt;<br>
&minus;<br>&lt;error type=3D&quot;AxisFault&nbsp; faultCode&quot; message=
=3D&quot;org.xml.sax.SAXException: No deserializer defined for array type {=
<a href=3D"http://www.w3.org/2001/XMLSchema}any">http://www.w3.org/2001/XML=
Schema}any</a>&quot;&gt;<br>
AxisFault<br>&nbsp;faultCode: {<a href=3D"http://schemas.xmlsoap.org/soap/e=
nvelope/}Server.userException">http://schemas.xmlsoap.org/soap/envelope/}Se=
rver.userException</a><br>&nbsp;faultSubcode: <br>&nbsp;faultString: org.xm=
l.sax.SAXException: No deserializer defined for array type {<a href=3D"http=
://www.w3.org/2001/XMLSchema}any">http://www.w3.org/2001/XMLSchema}any</a><=
br>
&nbsp;faultActor: <br>&nbsp;faultNode: <br>&nbsp;faultDetail: <br>&nbsp;&nb=
sp;&nbsp; {<a href=3D"http://xml.apache.org/axis/}hostname:allen-laptop">ht=
tp://xml.apache.org/axis/}hostname:allen-laptop</a><br>org.xml.sax.SAXExcep=
tion: No deserializer defined for array type {<a href=3D"http://www.w3.org/=
2001/XMLSchema}any">http://www.w3.org/2001/XMLSchema}any</a><br>
&nbsp;&nbsp;&nbsp; at org.apache.axis.message.SOAPFaultBuilder.createFault(=
SOAPFaultBuilder.java:222)<br>&nbsp;&nbsp;&nbsp; at org.apache.axis.message=
.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:129)<br>&nbsp;&nbsp;&nbs=
p; at org.apache.axis.encoding.DeserializationContext.endElement(Deserializ=
ationContext.java:1087)<br>
&nbsp;&nbsp;&nbsp; at org.apache.xerces.parsers.AbstractSAXParser.endElemen=
t(Unknown Source)<br>&nbsp;&nbsp;&nbsp; at org.apache.xerces.impl.XMLNSDocu=
mentScannerImpl.scanEndElement(Unknown Source)<br>&nbsp;&nbsp;&nbsp; at org=
.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatche=
r.dispatch(Unknown Source)<br>
&nbsp;&nbsp;&nbsp; at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl=
.scanDocument(Unknown Source)<br>&nbsp;&nbsp;&nbsp; at org.apache.xerces.pa=
rsers.XML11Configuration.parse(Unknown Source)<br>&nbsp;&nbsp;&nbsp; at org=
.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)<br>
&nbsp;&nbsp;&nbsp; at org.apache.xerces.parsers.XMLParser.parse(Unknown Sou=
rce)<br>&nbsp;&nbsp;&nbsp; at org.apache.xerces.parsers.AbstractSAXParser.p=
arse(Unknown Source)<br>&nbsp;&nbsp;&nbsp; at org.apache.xerces.jaxp.SAXPar=
serImpl$JAXPSAXParser.parse(Unknown Source)<br>
&nbsp;&nbsp;&nbsp; at org.apache.xerces.jaxp.SAXParserImpl.parse(Unknown So=
urce)<br>&nbsp;&nbsp;&nbsp; at org.apache.axis.encoding.DeserializationCont=
ext.parse(DeserializationContext.java:227)<br>&nbsp;&nbsp;&nbsp; at org.apa=
che.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)<br>
&nbsp;&nbsp;&nbsp; at org.apache.axis.Message.getSOAPEnvelope(Message.java:=
435)<br>&nbsp;&nbsp;&nbsp; at org.apache.axis.handlers.soap.MustUnderstandC=
hecker.invoke(MustUnderstandChecker.java:62)<br>&nbsp;&nbsp;&nbsp; at org.a=
pache.axis.client.AxisClient.invoke(AxisClient.java:206)<br>
&nbsp;&nbsp;&nbsp; at org.apache.axis.client.Call.invokeEngine(Call.java:27=
84)<br>&nbsp;&nbsp;&nbsp; at org.apache.axis.client.Call.invoke(Call.java:2=
767)<br>&nbsp;&nbsp;&nbsp; at org.apache.axis.client.Call.invoke(Call.java:=
2443)<br>&nbsp;&nbsp;&nbsp; at org.apache.axis.client.Call.invoke(Call.java=
:2366)<br>
&nbsp;&nbsp;&nbsp; at org.apache.axis.client.Call.invoke(Call.java:1812)<br=
>&nbsp;&nbsp;&nbsp; at mx4j.tools.remote.soap.SOAPClientInvoker.connect(SOA=
PClientInvoker.java:67)<br>&nbsp;&nbsp;&nbsp; at mx4j.tools.remote.http.HTT=
PConnector.doConnect(HTTPConnector.java:51)<br>
&nbsp;&nbsp;&nbsp; at mx4j.tools.remote.AbstractJMXConnector.connect(Abstra=
ctJMXConnector.java:70)<br>&nbsp;&nbsp;&nbsp; at javax.management.remote.JM=
XConnectorFactory.connect(JMXConnectorFactory.java:38)<br>&nbsp;&nbsp;&nbsp=
; at test.javax.management.remote.JMXConnectorInvocationTestCase.testAuthen=
ticatedInvoke(JMXConnectorInvocationTestCase.java:370)<br>
&nbsp;&nbsp;&nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native M=
ethod)<br>&nbsp;&nbsp;&nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke=
(NativeMethodAccessorImpl.java:39)<br>&nbsp;&nbsp;&nbsp; at sun.reflect.Del=
egatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br>
&nbsp;&nbsp;&nbsp; at java.lang.reflect.Method.invoke(Method.java:324)<br>&=
nbsp;&nbsp;&nbsp; at junit.framework.TestCase.runTest(TestCase.java:154)<br=
>&nbsp;&nbsp;&nbsp; at junit.framework.TestCase.runBare(TestCase.java:127)<=
br>&nbsp;&nbsp;&nbsp; at junit.framework.TestResult$1.protect(TestResult.ja=
va:106)<br>
&nbsp;&nbsp;&nbsp; at junit.framework.TestResult.runProtected(TestResult.ja=
va:124)<br>&nbsp;&nbsp;&nbsp; at junit.framework.TestResult.run(TestResult.=
java:109)<br>&nbsp;&nbsp;&nbsp; at junit.framework.TestCase.run(TestCase.ja=
va:118)<br>&nbsp;&nbsp;&nbsp; at junit.framework.TestSuite.runTest(TestSuit=
e.java:208)<br>
&nbsp;&nbsp;&nbsp; at junit.framework.TestSuite.run(TestSuite.java:203)<br>=
&nbsp;&nbsp;&nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native M=
ethod)<br>&nbsp;&nbsp;&nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke=
(NativeMethodAccessorImpl.java:39)<br>&nbsp;&nbsp;&nbsp; at sun.reflect.Del=
egatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br>
&nbsp;&nbsp;&nbsp; at java.lang.reflect.Method.invoke(Method.java:324)<br>&=
nbsp;&nbsp;&nbsp; at org.apache.maven.surefire.junit.JUnitTestSet.execute(J=
UnitTestSet.java:213)<br>&nbsp;&nbsp;&nbsp; at org.apache.maven.surefire.su=
ite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.ja=
va:140)<br>
&nbsp;&nbsp;&nbsp; at org.apache.maven.surefire.suite.AbstractDirectoryTest=
Suite.execute(AbstractDirectoryTestSuite.java:165)<br>&nbsp;&nbsp;&nbsp; at=
 org.apache.maven.surefire.Surefire.run(Surefire.java:107)<br>&nbsp;&nbsp;&=
nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br>
&nbsp;&nbsp;&nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMet=
hodAccessorImpl.java:39)<br>&nbsp;&nbsp;&nbsp; at sun.reflect.DelegatingMet=
hodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br>&nbsp;&nbsp=
;&nbsp; at java.lang.reflect.Method.invoke(Method.java:324)<br>
&nbsp;&nbsp;&nbsp; at org.apache.maven.surefire.booter.SurefireBooter.runSu=
itesInProcess(SurefireBooter.java:289)<br>&nbsp;&nbsp;&nbsp; at org.apache.=
maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1005)<br>&lt;=
/error&gt;<br>&minus;<br>&lt;system-out&gt;<br>
Created MBeanServer with ID: 12a1e44:125ddc20382:-7fea:allen-laptop:23<br>T=
HE URL IS&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; service:jmx:soap://al=
len-laptop:8080/soap<br>JMXConnectorServer started at: service:jmx:soap://a=
llen-laptop:8080/soap<br>
JMXConnectorServer stopped at: service:jmx:soap://allen-laptop:8080/soap<br=
>&lt;/system-out&gt;<br>&lt;/testcase&gt;<br>&minus;<br>&lt;testcase classn=
ame=3D&quot;test.mx4j.tools.remote.soap.SOAPConnectorInvocationTest&quot; t=
ime=3D&quot;5.212&quot; name=3D&quot;testDelegatedInvoke&quot;&gt;<br>
&minus;<br>&lt;error type=3D&quot;AxisFault&nbsp; faultCode&quot; message=
=3D&quot;org.xml.sax.SAXException: No deserializer defined for array type {=
<a href=3D"http://www.w3.org/2001/XMLSchema}any">http://www.w3.org/2001/XML=
Schema}any</a>&quot;&gt;<br>
AxisFault<br>&nbsp;faultCode: {<a href=3D"http://schemas.xmlsoap.org/soap/e=
nvelope/}Server.userException">http://schemas.xmlsoap.org/soap/envelope/}Se=
rver.userException</a><br>&nbsp;faultSubcode: <br>&nbsp;faultString: org.xm=
l.sax.SAXException: No deserializer defined for array type {<a href=3D"http=
://www.w3.org/2001/XMLSchema}any">http://www.w3.org/2001/XMLSchema}any</a><=
br>
&nbsp;faultActor: <br>&nbsp;faultNode: <br>&nbsp;faultDetail: <br>&nbsp;&nb=
sp;&nbsp; {<a href=3D"http://xml.apache.org/axis/}hostname:allen-laptop">ht=
tp://xml.apache.org/axis/}hostname:allen-laptop</a><br>org.xml.sax.SAXExcep=
tion: No deserializer defined for array type {<a href=3D"http://www.w3.org/=
2001/XMLSchema}any">http://www.w3.org/2001/XMLSchema}any</a><br>
&nbsp;&nbsp;&nbsp; at org.apache.axis.message.SOAPFaultBuilder.createFault(=
SOAPFaultBuilder.java:222)<br>&nbsp;&nbsp;&nbsp; at org.apache.axis.message=
.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:129)<br>&nbsp;&nbsp;&nbs=
p; at org.apache.axis.encoding.DeserializationContext.endElement(Deserializ=
ationContext.java:1087)<br>
&nbsp;&nbsp;&nbsp; at org.apache.xerces.parsers.AbstractSAXParser.endElemen=
t(Unknown Source)<br>&nbsp;&nbsp;&nbsp; at org.apache.xerces.impl.XMLNSDocu=
mentScannerImpl.scanEndElement(Unknown Source)<br>&nbsp;&nbsp;&nbsp; at org=
.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatche=
r.dispatch(Unknown Source)<br>
&nbsp;&nbsp;&nbsp; at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl=
.scanDocument(Unknown Source)<br>&nbsp;&nbsp;&nbsp; at org.apache.xerces.pa=
rsers.XML11Configuration.parse(Unknown Source)<br>&nbsp;&nbsp;&nbsp; at org=
.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)<br>
&nbsp;&nbsp;&nbsp; at org.apache.xerces.parsers.XMLParser.parse(Unknown Sou=
rce)<br>&nbsp;&nbsp;&nbsp; at org.apache.xerces.parsers.AbstractSAXParser.p=
arse(Unknown Source)<br>&nbsp;&nbsp;&nbsp; at org.apache.xerces.jaxp.SAXPar=
serImpl$JAXPSAXParser.parse(Unknown Source)<br>
&nbsp;&nbsp;&nbsp; at org.apache.xerces.jaxp.SAXParserImpl.parse(Unknown So=
urce)<br>&nbsp;&nbsp;&nbsp; at org.apache.axis.encoding.DeserializationCont=
ext.parse(DeserializationContext.java:227)<br>&nbsp;&nbsp;&nbsp; at org.apa=
che.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)<br>
&nbsp;&nbsp;&nbsp; at org.apache.axis.Message.getSOAPEnvelope(Message.java:=
435)<br>&nbsp;&nbsp;&nbsp; at org.apache.axis.handlers.soap.MustUnderstandC=
hecker.invoke(MustUnderstandChecker.java:62)<br>&nbsp;&nbsp;&nbsp; at org.a=
pache.axis.client.AxisClient.invoke(AxisClient.java:206)<br>
&nbsp;&nbsp;&nbsp; at org.apache.axis.client.Call.invokeEngine(Call.java:27=
84)<br>&nbsp;&nbsp;&nbsp; at org.apache.axis.client.Call.invoke(Call.java:2=
767)<br>&nbsp;&nbsp;&nbsp; at org.apache.axis.client.Call.invoke(Call.java:=
2443)<br>&nbsp;&nbsp;&nbsp; at org.apache.axis.client.Call.invoke(Call.java=
:2366)<br>
&nbsp;&nbsp;&nbsp; at org.apache.axis.client.Call.invoke(Call.java:1812)<br=
>&nbsp;&nbsp;&nbsp; at mx4j.tools.remote.soap.SOAPClientInvoker.connect(SOA=
PClientInvoker.java:67)<br>&nbsp;&nbsp;&nbsp; at mx4j.tools.remote.http.HTT=
PConnector.doConnect(HTTPConnector.java:51)<br>
&nbsp;&nbsp;&nbsp; at mx4j.tools.remote.AbstractJMXConnector.connect(Abstra=
ctJMXConnector.java:70)<br>&nbsp;&nbsp;&nbsp; at javax.management.remote.JM=
XConnectorFactory.connect(JMXConnectorFactory.java:38)<br>&nbsp;&nbsp;&nbsp=
; at test.javax.management.remote.JMXConnectorInvocationTestCase.testDelega=
tedInvoke(JMXConnectorInvocationTestCase.java:408)<br>
&nbsp;&nbsp;&nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native M=
ethod)<br>&nbsp;&nbsp;&nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke=
(NativeMethodAccessorImpl.java:39)<br>&nbsp;&nbsp;&nbsp; at sun.reflect.Del=
egatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br>
&nbsp;&nbsp;&nbsp; at java.lang.reflect.Method.invoke(Method.java:324)<br>&=
nbsp;&nbsp;&nbsp; at junit.framework.TestCase.runTest(TestCase.java:154)<br=
>&nbsp;&nbsp;&nbsp; at junit.framework.TestCase.runBare(TestCase.java:127)<=
br>&nbsp;&nbsp;&nbsp; at junit.framework.TestResult$1.protect(TestResult.ja=
va:106)<br>
&nbsp;&nbsp;&nbsp; at junit.framework.TestResult.runProtected(TestResult.ja=
va:124)<br>&nbsp;&nbsp;&nbsp; at junit.framework.TestResult.run(TestResult.=
java:109)<br>&nbsp;&nbsp;&nbsp; at junit.framework.TestCase.run(TestCase.ja=
va:118)<br>&nbsp;&nbsp;&nbsp; at junit.framework.TestSuite.runTest(TestSuit=
e.java:208)<br>
&nbsp;&nbsp;&nbsp; at junit.framework.TestSuite.run(TestSuite.java:203)<br>=
&nbsp;&nbsp;&nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native M=
ethod)<br>&nbsp;&nbsp;&nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke=
(NativeMethodAccessorImpl.java:39)<br>&nbsp;&nbsp;&nbsp; at sun.reflect.Del=
egatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br>
&nbsp;&nbsp;&nbsp; at java.lang.reflect.Method.invoke(Method.java:324)<br>&=
nbsp;&nbsp;&nbsp; at org.apache.maven.surefire.junit.JUnitTestSet.execute(J=
UnitTestSet.java:213)<br>&nbsp;&nbsp;&nbsp; at org.apache.maven.surefire.su=
ite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.ja=
va:140)<br>
&nbsp;&nbsp;&nbsp; at org.apache.maven.surefire.suite.AbstractDirectoryTest=
Suite.execute(AbstractDirectoryTestSuite.java:165)<br>&nbsp;&nbsp;&nbsp; at=
 org.apache.maven.surefire.Surefire.run(Surefire.java:107)<br>&nbsp;&nbsp;&=
nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br>
&nbsp;&nbsp;&nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMet=
hodAccessorImpl.java:39)<br>&nbsp;&nbsp;&nbsp; at sun.reflect.DelegatingMet=
hodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br>&nbsp;&nbsp=
;&nbsp; at java.lang.reflect.Method.invoke(Method.java:324)<br>
&nbsp;&nbsp;&nbsp; at org.apache.maven.surefire.booter.SurefireBooter.runSu=
itesInProcess(SurefireBooter.java:289)<br>&nbsp;&nbsp;&nbsp; at org.apache.=
maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1005)<br>&lt;=
/error&gt;<br>&minus;<br>&lt;system-out&gt;<br>
Created MBeanServer with ID: 12a1e44:125ddc20382:-7fe9:allen-laptop:24<br>T=
HE URL IS&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; service:jmx:soap://al=
len-laptop:8080/soap<br>JMXConnectorServer started at: service:jmx:soap://a=
llen-laptop:8080/soap<br>
JMXConnectorServer stopped at: service:jmx:soap://allen-laptop:8080/soap<br=
>&lt;/system-out&gt;<br><br>Thanks!<br>Allen<br>

--001485f94df6482d10047beb1f37--


--===============1569577251563382381==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
--===============1569577251563382381==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Mx4j-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mx4j-devel

--===============1569577251563382381==--