any one have an ideas for why I'm getting this error, Thanks

 [junit] null; nested exception is:
 [junit]     java.lang.reflect.UndeclaredThrowableException
 [junit] java.rmi.RemoteException: null; nested exception is:
 [junit]     java.lang.reflect.UndeclaredThrowableException
 [junit]     at org.jboss.webservice.client.PortProxy.invoke(PortProxy.java:176)
 [junit]     at $Proxy1.getName(Unknown Source)
 [junit]     at com.poc.test.ServiceTest.testPoc(Unknown Source)
 [junit]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 [junit]     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 [junit]     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 [junit]     at java.lang.reflect.Method.invoke(Method.java:324)
 [junit]     at junit.framework.TestCase.runTest(TestCase.java:154)
 [junit]     at junit.framework.TestCase.runBare(TestCase.java:127)
 [junit]     at junit.framework.TestResult$1.protect(TestResult.java:106)
 [junit]     at junit.framework.TestResult.runProtected(TestResult.java:124)
 [junit]     at junit.framework.TestResult.run(TestResult.java:109)
 [junit]     at junit.framework.TestCase.run(TestCase.java:118)
 [junit]     at junit.framework.TestSuite.runTest(TestSuite.java:208)
 [junit]     at junit.framework.TestSuite.run(TestSuite.java:203)
 [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
 [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
 [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)
 [junit] Caused by: java.lang.reflect.UndeclaredThrowableException
 [junit]     at $Proxy0.getName(Unknown Source)
 [junit]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 [junit]     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 [junit]     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 [junit]     at java.lang.reflect.Method.invoke(Method.java:324)
 [junit]     at org.jboss.webservice.client.PortProxy.invoke(PortProxy.java:105)
 [junit]     ... 17 more
 [junit] Caused by: org.xml.sax.SAXException: Bad envelope tag:  html
 [junit]     at 
org.jboss.axis.message.EnvelopeBuilder.startElement(EnvelopeBuilder.java:109)
 [junit]     at 
org.jboss.axis.encoding.DeserializationContextImpl.startElement(DeserializationContextImpl.java:118
 [junit]     at 
org.apache.xerces.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:445)
 [junit]     at 
org.apache.xerces.impl.XMLNamespaceBinder.handleStartElement(XMLNamespaceBinder.java:832)
 [junit]     at 
org.apache.xerces.impl.XMLNamespaceBinder.startElement(XMLNamespaceBinder.java:568)
 [junit]     at 
org.apache.xerces.impl.dtd.XMLDTDValidator.startElement(XMLDTDValidator.java:808)
 [junit]     at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElement(XMLDocumentFragmentScannerIm
2)
 [junit]     at 
org.apache.xerces.impl.XMLDocumentScannerImpl$ContentDispatcher.scanRootElementHook(XMLDocumentScan
va:927)
 [junit]     at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(XMLDocumen
cannerImpl.java:1519)
 [junit]     at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.j

 [junit]     at 
org.apache.xerces.parsers.StandardParserConfiguration.parse(StandardParserConfiguration.java:525)
 [junit]     at 
org.apache.xerces.parsers.StandardParserConfiguration.parse(StandardParserConfiguration.java:581)
 [junit]     at org.apache.xerces.parsers.XMLParser.parse(XMLParser.java:147)
 [junit]     at 
org.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1157)
 [junit]     at javax.xml.parsers.SAXParser.parse(SAXParser.java:345)
 [junit]     at 
org.jboss.axis.encoding.DeserializationContextImpl.parse(DeserializationContextImpl.java:257)
 [junit]     at 
org.jboss.axis.MessagePart.getAsSOAPEnvelope(MessagePart.java:684)
 [junit]     at org.jboss.axis.Message.getSOAPEnvelope(Message.java:428)
 [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.001 sec
 [junit] Testsuite: com.poc.test.ServiceTest
 [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.001 sec

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893239#3893239

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893239


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to