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

Allen Servedio <[email protected]> Wed, 30 Dec 2009 02:21:19 -0500
Newsgroups gmane.comp.java.mx4j.devel
Message-ID <[email protected]>
--===============8274794955035732495==
Content-Type: multipart/alternative; boundary=001485f7c4da2b7073047becfcc1

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

Okay, nevermind. I figured out what was wrong (I hope :-) ). I checked my
fix for this in revision 2283. Looks like the test case found a bug in the
code...

Allen


On Wed, Dec 30, 2009 at 12:07 AM, Allen Servedio <[email protected]
> wrote:

> 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<http://www.w3.org/2001/XMLSchema%7Dany>
> ">
> AxisFault
>  faultCode: {
> http://schemas.xmlsoap.org/soap/envelope/}Server.userException<http://schemas.xmlsoap.org/soap/envelope/%7DServer.userException>
>  faultSubcode:
>  faultString: org.xml.sax.SAXException: No deserializer defined for array
> type {http://www.w3.org/2001/XMLSchema}any<http://www.w3.org/2001/XMLSchema%7Dany>
>  faultActor:
>  faultNode:
>  faultDetail:
>     {http://xml.apache.org/axis/}hostname:allen-laptop<http://xml.apache.org/axis/%7Dhostname:allen-laptop>
> org.xml.sax.SAXException: No deserializer defined for array type {
> http://www.w3.org/2001/XMLSchema}any<http://www.w3.org/2001/XMLSchema%7Dany>
>     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<http://www.w3.org/2001/XMLSchema%7Dany>
> ">
> AxisFault
>  faultCode: {
> http://schemas.xmlsoap.org/soap/envelope/}Server.userException<http://schemas.xmlsoap.org/soap/envelope/%7DServer.userException>
>  faultSubcode:
>  faultString: org.xml.sax.SAXException: No deserializer defined for array
> type {http://www.w3.org/2001/XMLSchema}any<http://www.w3.org/2001/XMLSchema%7Dany>
>  faultActor:
>  faultNode:
>  faultDetail:
>     {http://xml.apache.org/axis/}hostname:allen-laptop<http://xml.apache.org/axis/%7Dhostname:allen-laptop>
> org.xml.sax.SAXException: No deserializer defined for array type {
> http://www.w3.org/2001/XMLSchema}any<http://www.w3.org/2001/XMLSchema%7Dany>
>     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
>

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

Okay, nevermind. I figured out what was wrong (I hope :-) ). I checked my f=
ix for this in revision 2283. Looks like the test case found a bug in the c=
ode...<br><br>Allen<br><br><br><div class=3D"gmail_quote">On Wed, Dec 30, 2=
009 at 12:07 AM, Allen Servedio <span dir=3D"ltr">&lt;<a href=3D"mailto:all=
[email protected]">[email protected]</a>&gt;</span> wrote:<b=
r>
<blockquote class=3D"gmail_quote" style=3D"border-left: 1px solid rgb(204, =
204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br><br>Simon =
- I am not sure if you are still monitoring this mailing list, but on the o=
ff chance that you are, perhaps you can suggest the best way to troubleshoo=
t this failure... <br>
<br>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 te=
st case has to be changed) OR there is some bug in what the SOAP client cod=
e is trying to send the server (as I believe it is the server sending the b=
ug.<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%7Dany" target=3D"_blank">http:/=
/www.w3.org/2001/XMLSchema}any</a>&quot;&gt;<br>

AxisFault<br>&nbsp;faultCode: {<a href=3D"http://schemas.xmlsoap.org/soap/e=
nvelope/%7DServer.userException" target=3D"_blank">http://schemas.xmlsoap.o=
rg/soap/envelope/}Server.userException</a><br>&nbsp;faultSubcode: <br>&nbsp=
;faultString: org.xml.sax.SAXException: No deserializer defined for array t=
ype {<a href=3D"http://www.w3.org/2001/XMLSchema%7Dany" target=3D"_blank">h=
ttp://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/%7Dhostname:allen-laptop" =
target=3D"_blank">http://xml.apache.org/axis/}hostname:allen-laptop</a><br>=
org.xml.sax.SAXException: No deserializer defined for array type {<a href=
=3D"http://www.w3.org/2001/XMLSchema%7Dany" target=3D"_blank">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%7Dany" target=3D"_blank">http:/=
/www.w3.org/2001/XMLSchema}any</a>&quot;&gt;<br>

AxisFault<br>&nbsp;faultCode: {<a href=3D"http://schemas.xmlsoap.org/soap/e=
nvelope/%7DServer.userException" target=3D"_blank">http://schemas.xmlsoap.o=
rg/soap/envelope/}Server.userException</a><br>&nbsp;faultSubcode: <br>&nbsp=
;faultString: org.xml.sax.SAXException: No deserializer defined for array t=
ype {<a href=3D"http://www.w3.org/2001/XMLSchema%7Dany" target=3D"_blank">h=
ttp://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/%7Dhostname:allen-laptop" =
target=3D"_blank">http://xml.apache.org/axis/}hostname:allen-laptop</a><br>=
org.xml.sax.SAXException: No deserializer defined for array type {<a href=
=3D"http://www.w3.org/2001/XMLSchema%7Dany" target=3D"_blank">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><font color=3D"#888888">Allen<br>
</font></blockquote></div><br>

--001485f7c4da2b7073047becfcc1--


--===============8274794955035732495==
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 
--===============8274794955035732495==
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

--===============8274794955035732495==--