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"><<a href=3D"mailto:all= [email protected]">[email protected]</a>></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><testcase classname=3D"test.mx4j= .tools.remote.soap.SOAPConnectorInvocationTest" time=3D"5.268&quo= t; name=3D"testAuthenticatedInvoke"><br> −<br><error type=3D"AxisFault faultCode" message= =3D"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> AxisFault<br> 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> faultSubcode: <br> = ;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> faultActor: <br> faultNode: <br> faultDetail: <br> &nb= sp; {<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> at org.apache.axis.message.SOAPFaultBuilder.createFault(= SOAPFaultBuilder.java:222)<br> at org.apache.axis.message= .SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:129)<br> &nbs= p; at org.apache.axis.encoding.DeserializationContext.endElement(Deserializ= ationContext.java:1087)<br> at org.apache.xerces.parsers.AbstractSAXParser.endElemen= t(Unknown Source)<br> at org.apache.xerces.impl.XMLNSDocu= mentScannerImpl.scanEndElement(Unknown Source)<br> at org= .apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatche= r.dispatch(Unknown Source)<br> at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl= .scanDocument(Unknown Source)<br> at org.apache.xerces.pa= rsers.XML11Configuration.parse(Unknown Source)<br> at org= .apache.xerces.parsers.XML11Configuration.parse(Unknown Source)<br> at org.apache.xerces.parsers.XMLParser.parse(Unknown Sou= rce)<br> at org.apache.xerces.parsers.AbstractSAXParser.p= arse(Unknown Source)<br> at org.apache.xerces.jaxp.SAXPar= serImpl$JAXPSAXParser.parse(Unknown Source)<br> at org.apache.xerces.jaxp.SAXParserImpl.parse(Unknown So= urce)<br> at org.apache.axis.encoding.DeserializationCont= ext.parse(DeserializationContext.java:227)<br> at org.apa= che.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)<br> at org.apache.axis.Message.getSOAPEnvelope(Message.java:= 435)<br> at org.apache.axis.handlers.soap.MustUnderstandC= hecker.invoke(MustUnderstandChecker.java:62)<br> at org.a= pache.axis.client.AxisClient.invoke(AxisClient.java:206)<br> at org.apache.axis.client.Call.invokeEngine(Call.java:27= 84)<br> at org.apache.axis.client.Call.invoke(Call.java:2= 767)<br> at org.apache.axis.client.Call.invoke(Call.java:= 2443)<br> at org.apache.axis.client.Call.invoke(Call.java= :2366)<br> at org.apache.axis.client.Call.invoke(Call.java:1812)<br= > at mx4j.tools.remote.soap.SOAPClientInvoker.connect(SOA= PClientInvoker.java:67)<br> at mx4j.tools.remote.http.HTT= PConnector.doConnect(HTTPConnector.java:51)<br> at mx4j.tools.remote.AbstractJMXConnector.connect(Abstra= ctJMXConnector.java:70)<br> at javax.management.remote.JM= XConnectorFactory.connect(JMXConnectorFactory.java:38)<br>  = ; at test.javax.management.remote.JMXConnectorInvocationTestCase.testAuthen= ticatedInvoke(JMXConnectorInvocationTestCase.java:370)<br> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native M= ethod)<br> at sun.reflect.NativeMethodAccessorImpl.invoke= (NativeMethodAccessorImpl.java:39)<br> at sun.reflect.Del= egatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br> at java.lang.reflect.Method.invoke(Method.java:324)<br>&= nbsp; at junit.framework.TestCase.runTest(TestCase.java:154)<br= > at junit.framework.TestCase.runBare(TestCase.java:127)<= br> at junit.framework.TestResult$1.protect(TestResult.ja= va:106)<br> at junit.framework.TestResult.runProtected(TestResult.ja= va:124)<br> at junit.framework.TestResult.run(TestResult.= java:109)<br> at junit.framework.TestCase.run(TestCase.ja= va:118)<br> at junit.framework.TestSuite.runTest(TestSuit= e.java:208)<br> at junit.framework.TestSuite.run(TestSuite.java:203)<br>= at sun.reflect.NativeMethodAccessorImpl.invoke0(Native M= ethod)<br> at sun.reflect.NativeMethodAccessorImpl.invoke= (NativeMethodAccessorImpl.java:39)<br> at sun.reflect.Del= egatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br> at java.lang.reflect.Method.invoke(Method.java:324)<br>&= nbsp; at org.apache.maven.surefire.junit.JUnitTestSet.execute(J= UnitTestSet.java:213)<br> at org.apache.maven.surefire.su= ite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.ja= va:140)<br> at org.apache.maven.surefire.suite.AbstractDirectoryTest= Suite.execute(AbstractDirectoryTestSuite.java:165)<br> at= org.apache.maven.surefire.Surefire.run(Surefire.java:107)<br> &= nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMet= hodAccessorImpl.java:39)<br> at sun.reflect.DelegatingMet= hodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br>  = ; at java.lang.reflect.Method.invoke(Method.java:324)<br> at org.apache.maven.surefire.booter.SurefireBooter.runSu= itesInProcess(SurefireBooter.java:289)<br> at org.apache.= maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1005)<br><= /error><br>−<br><system-out><br> Created MBeanServer with ID: 12a1e44:125ddc20382:-7fea:allen-laptop:23<br>T= HE URL IS>>>>>>>>>>> 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= ></system-out><br></testcase><br>−<br><testcase classn= ame=3D"test.mx4j.tools.remote.soap.SOAPConnectorInvocationTest" t= ime=3D"5.212" name=3D"testDelegatedInvoke"><br> −<br><error type=3D"AxisFault faultCode" message= =3D"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> AxisFault<br> 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> faultSubcode: <br> = ;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> faultActor: <br> faultNode: <br> faultDetail: <br> &nb= sp; {<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> at org.apache.axis.message.SOAPFaultBuilder.createFault(= SOAPFaultBuilder.java:222)<br> at org.apache.axis.message= .SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:129)<br> &nbs= p; at org.apache.axis.encoding.DeserializationContext.endElement(Deserializ= ationContext.java:1087)<br> at org.apache.xerces.parsers.AbstractSAXParser.endElemen= t(Unknown Source)<br> at org.apache.xerces.impl.XMLNSDocu= mentScannerImpl.scanEndElement(Unknown Source)<br> at org= .apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatche= r.dispatch(Unknown Source)<br> at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl= .scanDocument(Unknown Source)<br> at org.apache.xerces.pa= rsers.XML11Configuration.parse(Unknown Source)<br> at org= .apache.xerces.parsers.XML11Configuration.parse(Unknown Source)<br> at org.apache.xerces.parsers.XMLParser.parse(Unknown Sou= rce)<br> at org.apache.xerces.parsers.AbstractSAXParser.p= arse(Unknown Source)<br> at org.apache.xerces.jaxp.SAXPar= serImpl$JAXPSAXParser.parse(Unknown Source)<br> at org.apache.xerces.jaxp.SAXParserImpl.parse(Unknown So= urce)<br> at org.apache.axis.encoding.DeserializationCont= ext.parse(DeserializationContext.java:227)<br> at org.apa= che.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)<br> at org.apache.axis.Message.getSOAPEnvelope(Message.java:= 435)<br> at org.apache.axis.handlers.soap.MustUnderstandC= hecker.invoke(MustUnderstandChecker.java:62)<br> at org.a= pache.axis.client.AxisClient.invoke(AxisClient.java:206)<br> at org.apache.axis.client.Call.invokeEngine(Call.java:27= 84)<br> at org.apache.axis.client.Call.invoke(Call.java:2= 767)<br> at org.apache.axis.client.Call.invoke(Call.java:= 2443)<br> at org.apache.axis.client.Call.invoke(Call.java= :2366)<br> at org.apache.axis.client.Call.invoke(Call.java:1812)<br= > at mx4j.tools.remote.soap.SOAPClientInvoker.connect(SOA= PClientInvoker.java:67)<br> at mx4j.tools.remote.http.HTT= PConnector.doConnect(HTTPConnector.java:51)<br> at mx4j.tools.remote.AbstractJMXConnector.connect(Abstra= ctJMXConnector.java:70)<br> at javax.management.remote.JM= XConnectorFactory.connect(JMXConnectorFactory.java:38)<br>  = ; at test.javax.management.remote.JMXConnectorInvocationTestCase.testDelega= tedInvoke(JMXConnectorInvocationTestCase.java:408)<br> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native M= ethod)<br> at sun.reflect.NativeMethodAccessorImpl.invoke= (NativeMethodAccessorImpl.java:39)<br> at sun.reflect.Del= egatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br> at java.lang.reflect.Method.invoke(Method.java:324)<br>&= nbsp; at junit.framework.TestCase.runTest(TestCase.java:154)<br= > at junit.framework.TestCase.runBare(TestCase.java:127)<= br> at junit.framework.TestResult$1.protect(TestResult.ja= va:106)<br> at junit.framework.TestResult.runProtected(TestResult.ja= va:124)<br> at junit.framework.TestResult.run(TestResult.= java:109)<br> at junit.framework.TestCase.run(TestCase.ja= va:118)<br> at junit.framework.TestSuite.runTest(TestSuit= e.java:208)<br> at junit.framework.TestSuite.run(TestSuite.java:203)<br>= at sun.reflect.NativeMethodAccessorImpl.invoke0(Native M= ethod)<br> at sun.reflect.NativeMethodAccessorImpl.invoke= (NativeMethodAccessorImpl.java:39)<br> at sun.reflect.Del= egatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br> at java.lang.reflect.Method.invoke(Method.java:324)<br>&= nbsp; at org.apache.maven.surefire.junit.JUnitTestSet.execute(J= UnitTestSet.java:213)<br> at org.apache.maven.surefire.su= ite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.ja= va:140)<br> at org.apache.maven.surefire.suite.AbstractDirectoryTest= Suite.execute(AbstractDirectoryTestSuite.java:165)<br> at= org.apache.maven.surefire.Surefire.run(Surefire.java:107)<br> &= nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMet= hodAccessorImpl.java:39)<br> at sun.reflect.DelegatingMet= hodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br>  = ; at java.lang.reflect.Method.invoke(Method.java:324)<br> at org.apache.maven.surefire.booter.SurefireBooter.runSu= itesInProcess(SurefireBooter.java:289)<br> at org.apache.= maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1005)<br><= /error><br>−<br><system-out><br> Created MBeanServer with ID: 12a1e44:125ddc20382:-7fe9:allen-laptop:24<br>T= HE URL IS>>>>>>>>>>> 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= ></system-out><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==--