You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Sam Ruby <ru...@us.ibm.com> on 2001/06/08 18:40:44 UTC

[GUMP] Function Test Failure - Axis

----------------------------------------------------
This email is autogenerated from the output from:
<http://jakarta.apache.org/builds/gump/2001-06-08/test-axis.html>
----------------------------------------------------

Buildfile: java/build.xml

setenv:
     [echo] --- Build environment for Axis ---
     [echo] --- Flags (Note: If the {property name} is displayed, 
     [echo]            then the component is not present)
     [echo] 
     [echo] --- Required Libraries ---
     [echo] xerces.present=true
     [echo] 
     [echo] --- Optional Libraries ---
     [echo] servlet.present=true
     [echo] junit.present=true
     [echo] 
     [echo] --- Property values
     [echo] debug=true
     [echo] deprecation=true

compile:

post-compile:

buildTest:
     [echo] junit package found ...

samples:

functional-tests:

functional-tests:

start-functional-test-tcp-server:
     [echo] Starting test tcp server.
     [java] AxisListener is listening on port 8088.
RunAxisFunctionalTestsTask.callStart successfully pinged server.

start-functional-test-http-server:
     [echo] Starting test http server.
RunAxisFunctionalTestsTask.callStart successfully pinged server.

junit-functional:
    [junit] Running test.functional.FunctionalTests
    [junit] Creating FunctionalTests suite.
    [junit] Tests run: 4, Failures: 0, Errors: 1, Time elapsed: 10.787 sec
     [java] AxisListener quitting.

stop-functional-test-http-server:
     [echo] Stopping test http server.
     [java] Doing a quit
     [java] SimpleAxisServer quitting.
     [java] Admin service requested to quit, quitting.
     [java] <Admin>Quitting</Admin>
RunAxisFunctionalTestsTask.callStop successfully sent quit message.

BUILD FAILED

/home/rubys/jakarta/xml-axis/java/test/build_functional_tests.xml:59: Test test.functional.FunctionalTests failed

Total time: 30 seconds

Re: [GUMP] Function Test Failure - Axis

Posted by Rob Jellinghaus <ro...@unrealities.com>.
I just updated to the latest in CVS, and reproduced this failure, though
more informatively.  I don't know exactly what is going on here (I wish
there were a dump of the SAX tree here, or something), but it definitely
happened in the last two days.  Sam?

And why doesn't the error output below appear in the GUMP dump?

Cheers,
Rob

junit-functional:
    [junit] Running test.functional.FunctionalTests
    [junit] Creating FunctionalTests suite.
    [junit] Testing TCP stock service...
    [junit] http://localhost:8088
    [junit] Test complete.
    [junit] Testing transport sample.
    [junit] Testing client deployment...
    [junit] Processing 'samples/transport/client_deploy.xml'
    [junit] Testing deployment...
    [junit] Processing 'samples/transport/deploy.xml'
    [junit] Testing service with symbol IBM...
    [junit] org.xml.sax.SAXParseException: The root element is required in
a wel
l-formed document.
    [junit]     at
org.apache.xerces.framework.XMLParser.reportError(XMLParser.j
ava:1150)
    [junit]     at
org.apache.xerces.framework.XMLDocumentScanner.reportFatalXML
Error(XMLDocumentScanner.java:626)
    [junit]     at
org.apache.xerces.framework.XMLDocumentScanner$XMLDeclDispatc
her.endOfInput(XMLDocumentScanner.java:846)
    [junit]     at
org.apache.xerces.framework.XMLDocumentScanner.endOfInput(XML
DocumentScanner.java:418)
    [junit]     at
org.apache.xerces.validators.common.XMLValidator.sendEndOfInp
utNotifications(XMLValidator.java:698)
    [junit]     at
org.apache.xerces.readers.DefaultEntityHandler.changeReaders(
DefaultEntityHandler.java:1026)
    [junit]     at
org.apache.xerces.readers.XMLEntityReader.changeReaders(XMLEn
tityReader.java:168)
    [junit]     at
org.apache.xerces.readers.AbstractCharReader.changeReaders(Ab
stractCharReader.java:150)
    [junit]     at
org.apache.xerces.readers.AbstractCharReader.lookingAtChar(Ab
stractCharReader.java:217)
    [junit]     at
org.apache.xerces.framework.XMLDocumentScanner$XMLDeclDispatc
her.dispatch(XMLDocumentScanner.java:742)
    [junit]     at
org.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLD
ocumentScanner.java:381)
    [junit]     at
org.apache.xerces.framework.XMLParser.parse(XMLParser.java:10
35)
    [junit]     at javax.xml.parsers.SAXParser.parse(SAXParser.java:374)
    [junit]     at
org.apache.axis.message.SAXAdapter.parse(SAXAdapter.java:36)
    [junit]     at
org.apache.axis.message.SOAPSAXHandler.parseToEnd(SOAPSAXHand
ler.java:209)
    [junit]     at
org.apache.axis.message.SOAPEnvelope.getFirstBody(SOAPEnvelop
e.java:133)
    [junit]     at
org.apache.axis.client.ServiceClient.invoke(ServiceClient.jav
a:311)
    [junit]     at
org.apache.axis.client.ServiceClient.invoke(ServiceClient.jav
a:244)
    [junit]     at samples.transport.FileTest.main(FileTest.java:52)
    [junit]     at
test.functional.TestTransportSample.doTestIBM(TestTransportSa
mple.java:98)
    [junit]     at
test.functional.TestTransportSample.testService(TestTransport
Sample.java:114)
    [junit]     at java.lang.reflect.Method.invoke(Native Method)
    [junit]     at junit.framework.TestCase.runTest(TestCase.java:156)
    [junit]     at junit.framework.TestCase.runBare(TestCase.java:130)
    [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:121)
    [junit]     at junit.framework.TestSuite.runTest(TestSuite.java:160)
    [junit]     at junit.framework.TestSuite.run(TestSuite.java:155)
    [junit]     at junit.framework.TestSuite.runTest(TestSuite.java:160)
    [junit]     at junit.framework.TestSuite.run(TestSuite.java:155)
    [junit]     at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.
run(JUnitTestRunner.java:209)
    [junit]     at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.
main(JUnitTestRunner.java:342)


At 04:40 PM 6/8/2001 -0000, Sam Ruby wrote:
>----------------------------------------------------
>This email is autogenerated from the output from:
><http://jakarta.apache.org/builds/gump/2001-06-08/test-axis.html>
>----------------------------------------------------
>
>Buildfile: java/build.xml
>
>setenv:
>     [echo] --- Build environment for Axis ---
>     [echo] --- Flags (Note: If the {property name} is displayed, 
>     [echo]            then the component is not present)
>     [echo] 
>     [echo] --- Required Libraries ---
>     [echo] xerces.present=true
>     [echo] 
>     [echo] --- Optional Libraries ---
>     [echo] servlet.present=true
>     [echo] junit.present=true
>     [echo] 
>     [echo] --- Property values
>     [echo] debug=true
>     [echo] deprecation=true
>
>compile:
>
>post-compile:
>
>buildTest:
>     [echo] junit package found ...
>
>samples:
>
>functional-tests:
>
>functional-tests:
>
>start-functional-test-tcp-server:
>     [echo] Starting test tcp server.
>     [java] AxisListener is listening on port 8088.
>RunAxisFunctionalTestsTask.callStart successfully pinged server.
>
>start-functional-test-http-server:
>     [echo] Starting test http server.
>RunAxisFunctionalTestsTask.callStart successfully pinged server.
>
>junit-functional:
>    [junit] Running test.functional.FunctionalTests
>    [junit] Creating FunctionalTests suite.
>    [junit] Tests run: 4, Failures: 0, Errors: 1, Time elapsed: 10.787 sec
>     [java] AxisListener quitting.
>
>stop-functional-test-http-server:
>     [echo] Stopping test http server.
>     [java] Doing a quit
>     [java] SimpleAxisServer quitting.
>     [java] Admin service requested to quit, quitting.
>     [java] <Admin>Quitting</Admin>
>RunAxisFunctionalTestsTask.callStop successfully sent quit message.
>
>BUILD FAILED
>
>/home/rubys/jakarta/xml-axis/java/test/build_functional_tests.xml:59: Test
test.functional.FunctionalTests failed
>
>Total time: 30 seconds
>
>