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/07/21 11:12:14 UTC

[GUMP] Function Test Failure - Axis

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

Buildfile: 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] --- 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] TCPListener is listening on port 8088.
     [java] TCPListener received new connection: Socket[addr=rubix/127.0.0.1,port=33809,localport=8088]
RunAxisFunctionalTestsTask.callStart successfully pinged server.

start-functional-test-http-server:
     [echo] Starting test http server.
     [java] TCPListener received new connection: Socket[addr=rubix/127.0.0.1,port=33810,localport=8088]
RunAxisFunctionalTestsTask.callStart successfully pinged server.

junit-functional:
    [mkdir] Created dir: /home/rubys/jakarta/xml-axis/java/build/jws
     [copy] Copying 1 file to /home/rubys/jakarta/xml-axis/java/build/jws
     [copy] Copying 1 file to /home/rubys/jakarta/xml-axis/java/build/jws
    [junit] Running test.functional.FunctionalTests
     [java] TCPListener received new connection: Socket[addr=rubix/127.0.0.1,port=33817,localport=8088]
     [java] TCPListener received new connection: Socket[addr=rubix/127.0.0.1,port=33818,localport=8088]
     [java] TCPListener received new connection: Socket[addr=rubix/127.0.0.1,port=33819,localport=8088]
     [java] TCPListener received new connection: Socket[addr=rubix/127.0.0.1,port=33834,localport=8088]
     [java] This message courtesy of the LogMessage Handler!
     [java] Enter: TCPSender::invoke
    [junit] Tests run: 8, Failures: 0, Errors: 1, Time elapsed: 16.975 sec
     [java] Exit: TCPSender::invoke
    [junit] Testsuite: test.functional.FunctionalTests
    [junit] Tests run: 8, Failures: 0, Errors: 1, Time elapsed: 16.975 sec
    [junit] ------------- Standard Output ---------------
    [junit] Testing echo interop sample.
    [junit] Processing file: samples/echo/deploy.xml
    [junit] <?xml version="1.0" encoding="UTF-8"?><Admin>Done processing</Admin>
    [junit] Test complete.
    [junit] Testing stock sample.
    [junit] Testing JWS...
    [junit] Testing deployment...
    [junit] Processing file: samples/stock/deploy.xml
    [junit] <?xml version="1.0" encoding="UTF-8"?><Admin>Done processing</Admin>
    [junit] Testing service...
    [junit] Testing service with SOAPAction: ""...
    [junit] Testing undeployment...
    [junit] Processing file: samples/stock/undeploy.xml
    [junit] <?xml version="1.0" encoding="UTF-8"?><Admin>Done processing</Admin>
    [junit] Test complete.
    [junit] Testing TCP transport.
    [junit] Deploying TCP client transport...Processing 'samples/transport/tcp/deploy.xml'
    [junit] OK!
    [junit] Testing deployment...Processing file: samples/stock/deploy.xml
    [junit] <?xml version="1.0" encoding="UTF-8"?><Admin>Done processing</Admin>
    [junit] OK!
    [junit] Testing service...Testing TCP stock service...
    [junit] OK!
    [junit] Testing undeployment...Processing file: samples/stock/undeploy.xml
    [junit] <?xml version="1.0" encoding="UTF-8"?><Admin>Done processing</Admin>
    [junit] OK!
    [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] IBM: 105.7
    [junit] FileReader halted.
    [junit] Testing service with symbol XXX...
    [junit] XXX: 55.25
    [junit] FileReader halted.
    [junit] Test complete.
    [junit] Testing bidbuy sample.
    [junit] Testing deployment...
    [junit] Processing file: samples/bidbuy/deploy.xml
    [junit] <?xml version="1.0" encoding="UTF-8"?><Admin>Done processing</Admin>
    [junit] Testing service...
    [junit] Buy failed: AxisFault
    [junit]   faultCode: http://xml.apache.org/axis/:Server.generalException
    [junit]   faultString: AxisFault
    [junit]   faultCode: http://xml.apache.org/axis/:Server.generalException
    [junit]   faultString: java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 2
    [junit] 	at org.apache.xerces.framework.XMLParser.parse(Unknown Source)
    [junit] 	at javax.xml.parsers.SAXParser.parse(Unknown Source)
    [junit] 	at org.apache.axis.Message.getAsSOAPEnvelope(Message.java:316)
    [junit] 	at org.apache.axis.handlers.DebugHandler.invoke(DebugHandler.java:79)
    [junit] 	at org.apache.axis.SimpleChain.invoke(SimpleChain.java:93)
    [junit] 	at org.apache.axis.server.AxisServer.invoke(AxisServer.java:234)
    [junit] 	at org.apache.axis.transport.http.SimpleAxisServer.run(SimpleAxisServer.java:263)
    [junit] 	at org.apache.axis.transport.http.SimpleAxisServer.main(SimpleAxisServer.java:627)
    [junit] 
    [junit]   faultActor: null
    [junit]   faultDetails: null
    [junit] 
    [junit] 	at org.apache.axis.Message.getAsSOAPEnvelope(Message.java:318)
    [junit] 	at org.apache.axis.handlers.DebugHandler.invoke(DebugHandler.java:79)
    [junit] 	at org.apache.axis.SimpleChain.invoke(SimpleChain.java:93)
    [junit] 	at org.apache.axis.server.AxisServer.invoke(AxisServer.java:234)
    [junit] 	at org.apache.axis.transport.http.SimpleAxisServer.run(SimpleAxisServer.java:263)
    [junit] 	at org.apache.axis.transport.http.SimpleAxisServer.main(SimpleAxisServer.java:627)
    [junit]   faultActor: null
    [junit]   faultDetails: null
    [junit] 
    [junit] AxisFault
    [junit]   faultCode: http://xml.apache.org/axis/:Server.generalException
    [junit]   faultString: AxisFault
    [junit]   faultCode: http://xml.apache.org/axis/:Server.generalException
    [junit]   faultString: java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 2
    [junit] 	at org.apache.xerces.framework.XMLParser.parse(Unknown Source)
    [junit] 	at javax.xml.parsers.SAXParser.parse(Unknown Source)
    [junit] 	at org.apache.axis.Message.getAsSOAPEnvelope(Message.java:316)
    [junit] 	at org.apache.axis.handlers.DebugHandler.invoke(DebugHandler.java:79)
    [junit] 	at org.apache.axis.SimpleChain.invoke(SimpleChain.java:93)
    [junit] 	at org.apache.axis.server.AxisServer.invoke(AxisServer.java:234)
    [junit] 	at org.apache.axis.transport.http.SimpleAxisServer.run(SimpleAxisServer.java:263)
    [junit] 	at org.apache.axis.transport.http.SimpleAxisServer.main(SimpleAxisServer.java:627)
    [junit] 
    [junit]   faultActor: null
    [junit]   faultDetails: null
    [junit] 
    [junit] 	at org.apache.axis.Message.getAsSOAPEnvelope(Message.java:318)
    [junit] 	at org.apache.axis.handlers.DebugHandler.invoke(DebugHandler.java:79)
    [junit] 	at org.apache.axis.SimpleChain.invoke(SimpleChain.java:93)
    [junit] 	at org.apache.axis.server.AxisServer.invoke(AxisServer.java:234)
    [junit] 	at org.apache.axis.transport.http.SimpleAxisServer.run(SimpleAxisServer.java:263)
    [junit] 	at org.apache.axis.transport.http.SimpleAxisServer.main(SimpleAxisServer.java:627)
    [junit]   faultActor: null
    [junit]   faultDetails: null
    [junit] 
    [junit] Testing address book sample.
    [junit] Testing deployment...
    [junit] Processing file: samples/addr/deploy.xml
    [junit] <?xml version="1.0" encoding="UTF-8"?><Admin>Done processing</Admin>
    [junit] Testing service...
    [junit] Test complete.
    [junit] Testing misc sample.
    [junit] Testing service...
    [junit] Request:
    [junit] <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" > <SOAP-ENV:Body>
    [junit] <echo:Echo xmlns:echo="EchoService">
    [junit] <symbol>IBM</symbol>
    [junit] </echo:Echo>
    [junit] </SOAP-ENV:Body></SOAP-ENV:Envelope>
    [junit] 
    [junit] Response:
    [junit] <?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><SOAP-ENV:Body><ns1:Echo xmlns:ns1="EchoService">
    [junit] <symbol>IBM</symbol>
    [junit] </ns1:Echo></SOAP-ENV:Body></SOAP-ENV:Envelope>
    [junit] Test complete.
    [junit] Testing proxy sample.
    [junit] Testing deployment...
    [junit] Processing file: samples/proxy/deploy.xml
    [junit] <?xml version="1.0" encoding="UTF-8"?><Admin>Done processing</Admin>
    [junit] Testing server-side client deployment...
    [junit] Processing file: samples/proxy/client_deploy.xml
    [junit] <?xml version="1.0" encoding="UTF-8"?><Admin>Done processing</Admin>
    [junit] Testing service...
    [junit] Request:
    [junit] <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" > <SOAP-ENV:Body>
    [junit] <echo:Echo xmlns:echo="EchoService">
    [junit] <symbol>IBM</symbol>
    [junit] </echo:Echo>
    [junit] </SOAP-ENV:Body></SOAP-ENV:Envelope>
    [junit] 
    [junit] Response:
    [junit] <?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><SOAP-ENV:Body><ns1:Echo xmlns:ns1="EchoService">
    [junit] <symbol>IBM</symbol>
    [junit] </ns1:Echo></SOAP-ENV:Body></SOAP-ENV:Envelope>
    [junit] Test complete.
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] Enter: TCPSender::invoke
    [junit] Exit: TCPSender::invoke
    [junit] Enter: TCPSender::invoke
    [junit] Exit: TCPSender::invoke
    [junit] Enter: TCPSender::invoke
    [junit] Exit: TCPSender::invoke
    [junit] AxisFault
    [junit]   faultCode: http://xml.apache.org/axis/:Server.generalException
    [junit]   faultString: AxisFault
    [junit]   faultCode: http://xml.apache.org/axis/:Server.generalException
    [junit]   faultString: java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 2
    [junit] 	at org.apache.xerces.framework.XMLParser.parse(Unknown Source)
    [junit] 	at javax.xml.parsers.SAXParser.parse(Unknown Source)
    [junit] 	at org.apache.axis.Message.getAsSOAPEnvelope(Message.java:316)
    [junit] 	at org.apache.axis.handlers.DebugHandler.invoke(DebugHandler.java:79)
    [junit] 	at org.apache.axis.SimpleChain.invoke(SimpleChain.java:93)
    [junit] 	at org.apache.axis.server.AxisServer.invoke(AxisServer.java:234)
    [junit] 	at org.apache.axis.transport.http.SimpleAxisServer.run(SimpleAxisServer.java:263)
    [junit] 	at org.apache.axis.transport.http.SimpleAxisServer.main(SimpleAxisServer.java:627)
    [junit] 
    [junit]   faultActor: null
    [junit]   faultDetails: null
    [junit] 
    [junit] 	at org.apache.axis.Message.getAsSOAPEnvelope(Message.java:318)
    [junit] 	at org.apache.axis.handlers.DebugHandler.invoke(DebugHandler.java:79)
    [junit] 	at org.apache.axis.SimpleChain.invoke(SimpleChain.java:93)
    [junit] 	at org.apache.axis.server.AxisServer.invoke(AxisServer.java:234)
    [junit] 	at org.apache.axis.transport.http.SimpleAxisServer.run(SimpleAxisServer.java:263)
    [junit] 	at org.apache.axis.transport.http.SimpleAxisServer.main(SimpleAxisServer.java:627)
    [junit]   faultActor: null
    [junit]   faultDetails: null
    [junit] 
    [junit] 	at org.apache.axis.message.SOAPFaultElement.getAxisFault(SOAPFaultElement.java:134)
    [junit] 	at org.apache.axis.message.SOAPFaultBuilder.<init>(SOAPFaultBuilder.java:90)
    [junit] 	at org.apache.axis.message.BodyBuilder.onStartChild(BodyBuilder.java:66)
    [junit] 	at org.apache.axis.encoding.DeserializationContext.startElement(DeserializationContext.java:486)
    [junit] 	at org.apache.xerces.parsers.SAXParser.startElement(Unknown Source)
    [junit] 	at org.apache.xerces.validators.common.XMLValidator.callStartElement(Unknown Source)
    [junit] 	at org.apache.xerces.framework.XMLDocumentScanner$ContentDispatcher.dispatch(Unknown Source)
    [junit] 	at org.apache.xerces.framework.XMLDocumentScanner.parseSome(Unknown Source)
    [junit] 	at org.apache.xerces.framework.XMLParser.parse(Unknown Source)
    [junit] 	at javax.xml.parsers.SAXParser.parse(Unknown Source)
    [junit] 	at org.apache.axis.Message.getAsSOAPEnvelope(Message.java:316)
    [junit] 	at org.apache.axis.client.ServiceClient.invoke(ServiceClient.java:467)
    [junit] 	at org.apache.axis.client.ServiceClient.invoke(ServiceClient.java:396)
    [junit] 	at samples.bidbuy.TestClient.main(TestClient.java:149)
    [junit] 	at test.functional.TestBidBuySample.doTest(TestBidBuySample.java:89)
    [junit] 	at test.functional.TestBidBuySample.testBidBuyService(TestBidBuySample.java:98)
    [junit] 	at java.lang.reflect.Method.invoke(Native Method)
    [junit] 	at junit.framework.TestCase.runTest(TestCase.java:166)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:140)
    [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:131)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:173)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:168)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:173)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:168)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(Unknown Source)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(Unknown Source)
    [junit] Using proxy without session maintenance.
    [junit] >> Storing address for 'Purdue Boilermaker'
    [junit] >> Querying address for 'Purdue Boilermaker'
    [junit] >> Response is:
    [junit] 	[ADDRESS NOT FOUND!]
    [junit] >> Querying address for 'Purdue Boilermaker' again
    [junit] >> Response is:
    [junit] 	[ADDRESS NOT FOUND!]
    [junit] 
    [junit] 
    [junit] Using proxy with session maintenance.
    [junit] >> Storing address for 'Purdue Boilermaker'
    [junit] >> Querying address for 'Purdue Boilermaker'
    [junit] >> Response is:
    [junit] 	1 University Drive
    [junit] 	West Lafayette, IN 47907
    [junit] 	Phone: (765) 494-4900
    [junit] >> Querying address for 'Purdue Boilermaker' again
    [junit] >> Response is:
    [junit] 	1 University Drive
    [junit] 	West Lafayette, IN 47907
    [junit] 	Phone: (765) 494-4900
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testEchoService took 4.936 sec
    [junit] Testcase: testStockService took 4.966 sec
    [junit] Testcase: testTCPTransportSample took 0.927 sec
    [junit] Testcase: testService took 3.024 sec
    [junit] Testcase: testBidBuyService took 1.352 sec
    [junit] 	Caused an ERROR
    [junit] Fault returned from test: AxisFault
    [junit]   faultCode: http://xml.apache.org/axis/:Server.generalException
    [junit]   faultString: AxisFault
    [junit]   faultCode: http://xml.apache.org/axis/:Server.generalException
    [junit]   faultString: java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 2
    [junit] 	at org.apache.xerces.framework.XMLParser.parse(Unknown Source)
    [junit] 	at javax.xml.parsers.SAXParser.parse(Unknown Source)
    [junit] 	at org.apache.axis.Message.getAsSOAPEnvelope(Message.java:316)
    [junit] 	at org.apache.axis.handlers.DebugHandler.invoke(DebugHandler.java:79)
    [junit] 	at org.apache.axis.SimpleChain.invoke(SimpleChain.java:93)
    [junit] 	at org.apache.axis.server.AxisServer.invoke(AxisServer.java:234)
    [junit] 	at org.apache.axis.transport.http.SimpleAxisServer.run(SimpleAxisServer.java:263)
    [junit] 	at org.apache.axis.transport.http.SimpleAxisServer.main(SimpleAxisServer.java:627)
    [junit] 
    [junit]   faultActor: null
    [junit]   faultDetails: null
    [junit] 
    [junit] 	at org.apache.axis.Message.getAsSOAPEnvelope(Message.java:318)
    [junit] 	at org.apache.axis.handlers.DebugHandler.invoke(DebugHandler.java:79)
    [junit] 	at org.apache.axis.SimpleChain.invoke(SimpleChain.java:93)
    [junit] 	at org.apache.axis.server.AxisServer.invoke(AxisServer.java:234)
    [junit] 	at org.apache.axis.transport.http.SimpleAxisServer.run(SimpleAxisServer.java:263)
    [junit] 	at org.apache.axis.transport.http.SimpleAxisServer.main(SimpleAxisServer.java:627)
    [junit]   faultActor: null
    [junit]   faultDetails: null
    [junit] 
    [junit] java.lang.Exception: Fault returned from test: AxisFault
    [junit]   faultCode: http://xml.apache.org/axis/:Server.generalException
    [junit]   faultString: AxisFault
    [junit]   faultCode: http://xml.apache.org/axis/:Server.generalException
    [junit]   faultString: java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 2
    [junit] 	at org.apache.xerces.framework.XMLParser.parse(Unknown Source)
    [junit] 	at javax.xml.parsers.SAXParser.parse(Unknown Source)
    [junit] 	at org.apache.axis.Message.getAsSOAPEnvelope(Message.java:316)
    [junit] 	at org.apache.axis.handlers.DebugHandler.invoke(DebugHandler.java:79)
    [junit] 	at org.apache.axis.SimpleChain.invoke(SimpleChain.java:93)
    [junit] 	at org.apache.axis.server.AxisServer.invoke(AxisServer.java:234)
    [junit] 	at org.apache.axis.transport.http.SimpleAxisServer.run(SimpleAxisServer.java:263)
    [junit] 	at org.apache.axis.transport.http.SimpleAxisServer.main(SimpleAxisServer.java:627)
    [junit] 
    [junit]   faultActor: null
    [junit]   faultDetails: null
    [junit] 
    [junit] 	at org.apache.axis.Message.getAsSOAPEnvelope(Message.java:318)
    [junit] 	at org.apache.axis.handlers.DebugHandler.invoke(DebugHandler.java:79)
    [junit] 	at org.apache.axis.SimpleChain.invoke(SimpleChain.java:93)
    [junit] 	at org.apache.axis.server.AxisServer.invoke(AxisServer.java:234)
    [junit] 	at org.apache.axis.transport.http.SimpleAxisServer.run(SimpleAxisServer.java:263)
    [junit] 	at org.apache.axis.transport.http.SimpleAxisServer.main(SimpleAxisServer.java:627)
    [junit]   faultActor: null
    [junit]   faultDetails: null
    [junit] 
    [junit] 	at test.functional.TestBidBuySample.testBidBuyService(TestBidBuySample.java:104)
    [junit] 	at java.lang.reflect.Method.invoke(Native Method)
    [junit] 	at junit.framework.TestCase.runTest(TestCase.java:166)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:140)
    [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:131)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:173)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:168)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:173)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:168)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(Unknown Source)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(Unknown Source)
    [junit] 
    [junit] Testcase: testAddressBookService took 0.84 sec
    [junit] Testcase: testService took 0.096 sec
    [junit] Testcase: testService took 0.821 sec
     [java] TCPListener received new connection: Socket[addr=rubix/127.0.0.1,port=33835,localport=8088]
     [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] <?xml version="1.0" encoding="UTF-8"?><Admin>Quitting</Admin>
RunAxisFunctionalTestsTask.callStop successfully sent quit message.

BUILD FAILED

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

Total time: 49 seconds

Re: [GUMP] Function Test Failure - Axis

Posted by Glen Daniels <gd...@macromedia.com>.
I suspect the checkin I just made will fix this problem, but let's wait and
see.  All tests work fine on my machine right now.

--Glen

----- Original Message -----
From: "Sam Ruby" <ru...@us.ibm.com>
To: <ax...@xml.apache.org>
Sent: Saturday, July 21, 2001 5:12 AM
Subject: [GUMP] Function Test Failure - Axis


> ----------------------------------------------------
> This email is autogenerated from the output from:
> <http://jakarta.apache.org/builds/gump/2001-07-21/test-axis.html>
> ----------------------------------------------------
>
> Buildfile: 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] --- 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] TCPListener is listening on port 8088.
>      [java] TCPListener received new connection:
Socket[addr=rubix/127.0.0.1,port=33809,localport=8088]
> RunAxisFunctionalTestsTask.callStart successfully pinged server.
>
> start-functional-test-http-server:
>      [echo] Starting test http server.
>      [java] TCPListener received new connection:
Socket[addr=rubix/127.0.0.1,port=33810,localport=8088]
> RunAxisFunctionalTestsTask.callStart successfully pinged server.
>
> junit-functional:
>     [mkdir] Created dir: /home/rubys/jakarta/xml-axis/java/build/jws
>      [copy] Copying 1 file to /home/rubys/jakarta/xml-axis/java/build/jws
>      [copy] Copying 1 file to /home/rubys/jakarta/xml-axis/java/build/jws
>     [junit] Running test.functional.FunctionalTests
>      [java] TCPListener received new connection:
Socket[addr=rubix/127.0.0.1,port=33817,localport=8088]
>      [java] TCPListener received new connection:
Socket[addr=rubix/127.0.0.1,port=33818,localport=8088]
>      [java] TCPListener received new connection:
Socket[addr=rubix/127.0.0.1,port=33819,localport=8088]
>      [java] TCPListener received new connection:
Socket[addr=rubix/127.0.0.1,port=33834,localport=8088]
>      [java] This message courtesy of the LogMessage Handler!
>      [java] Enter: TCPSender::invoke
>     [junit] Tests run: 8, Failures: 0, Errors: 1, Time elapsed: 16.975 sec
>      [java] Exit: TCPSender::invoke
>     [junit] Testsuite: test.functional.FunctionalTests
>     [junit] Tests run: 8, Failures: 0, Errors: 1, Time elapsed: 16.975 sec
>     [junit] ------------- Standard Output ---------------
>     [junit] Testing echo interop sample.
>     [junit] Processing file: samples/echo/deploy.xml
>     [junit] <?xml version="1.0" encoding="UTF-8"?><Admin>Done
processing</Admin>
>     [junit] Test complete.
>     [junit] Testing stock sample.
>     [junit] Testing JWS...
>     [junit] Testing deployment...
>     [junit] Processing file: samples/stock/deploy.xml
>     [junit] <?xml version="1.0" encoding="UTF-8"?><Admin>Done
processing</Admin>
>     [junit] Testing service...
>     [junit] Testing service with SOAPAction: ""...
>     [junit] Testing undeployment...
>     [junit] Processing file: samples/stock/undeploy.xml
>     [junit] <?xml version="1.0" encoding="UTF-8"?><Admin>Done
processing</Admin>
>     [junit] Test complete.
>     [junit] Testing TCP transport.
>     [junit] Deploying TCP client transport...Processing
'samples/transport/tcp/deploy.xml'
>     [junit] OK!
>     [junit] Testing deployment...Processing file: samples/stock/deploy.xml
>     [junit] <?xml version="1.0" encoding="UTF-8"?><Admin>Done
processing</Admin>
>     [junit] OK!
>     [junit] Testing service...Testing TCP stock service...
>     [junit] OK!
>     [junit] Testing undeployment...Processing file:
samples/stock/undeploy.xml
>     [junit] <?xml version="1.0" encoding="UTF-8"?><Admin>Done
processing</Admin>
>     [junit] OK!
>     [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] IBM: 105.7
>     [junit] FileReader halted.
>     [junit] Testing service with symbol XXX...
>     [junit] XXX: 55.25
>     [junit] FileReader halted.
>     [junit] Test complete.
>     [junit] Testing bidbuy sample.
>     [junit] Testing deployment...
>     [junit] Processing file: samples/bidbuy/deploy.xml
>     [junit] <?xml version="1.0" encoding="UTF-8"?><Admin>Done
processing</Admin>
>     [junit] Testing service...
>     [junit] Buy failed: AxisFault
>     [junit]   faultCode:
http://xml.apache.org/axis/:Server.generalException
>     [junit]   faultString: AxisFault
>     [junit]   faultCode:
http://xml.apache.org/axis/:Server.generalException
>     [junit]   faultString: java.lang.ArrayIndexOutOfBoundsException: Array
index out of range: 2
>     [junit] at org.apache.xerces.framework.XMLParser.parse(Unknown Source)
>     [junit] at javax.xml.parsers.SAXParser.parse(Unknown Source)
>     [junit] at org.apache.axis.Message.getAsSOAPEnvelope(Message.java:316)
>     [junit] at
org.apache.axis.handlers.DebugHandler.invoke(DebugHandler.java:79)
>     [junit] at org.apache.axis.SimpleChain.invoke(SimpleChain.java:93)
>     [junit] at
org.apache.axis.server.AxisServer.invoke(AxisServer.java:234)
>     [junit] at
org.apache.axis.transport.http.SimpleAxisServer.run(SimpleAxisServer.java:26
3)
>     [junit] at
org.apache.axis.transport.http.SimpleAxisServer.main(SimpleAxisServer.java:6
27)
>     [junit]
>     [junit]   faultActor: null
>     [junit]   faultDetails: null
>     [junit]
>     [junit] at org.apache.axis.Message.getAsSOAPEnvelope(Message.java:318)
>     [junit] at
org.apache.axis.handlers.DebugHandler.invoke(DebugHandler.java:79)
>     [junit] at org.apache.axis.SimpleChain.invoke(SimpleChain.java:93)
>     [junit] at
org.apache.axis.server.AxisServer.invoke(AxisServer.java:234)
>     [junit] at
org.apache.axis.transport.http.SimpleAxisServer.run(SimpleAxisServer.java:26
3)
>     [junit] at
org.apache.axis.transport.http.SimpleAxisServer.main(SimpleAxisServer.java:6
27)
>     [junit]   faultActor: null
>     [junit]   faultDetails: null
>     [junit]
>     [junit] AxisFault
>     [junit]   faultCode:
http://xml.apache.org/axis/:Server.generalException
>     [junit]   faultString: AxisFault
>     [junit]   faultCode:
http://xml.apache.org/axis/:Server.generalException
>     [junit]   faultString: java.lang.ArrayIndexOutOfBoundsException: Array
index out of range: 2
>     [junit] at org.apache.xerces.framework.XMLParser.parse(Unknown Source)
>     [junit] at javax.xml.parsers.SAXParser.parse(Unknown Source)
>     [junit] at org.apache.axis.Message.getAsSOAPEnvelope(Message.java:316)
>     [junit] at
org.apache.axis.handlers.DebugHandler.invoke(DebugHandler.java:79)
>     [junit] at org.apache.axis.SimpleChain.invoke(SimpleChain.java:93)
>     [junit] at
org.apache.axis.server.AxisServer.invoke(AxisServer.java:234)
>     [junit] at
org.apache.axis.transport.http.SimpleAxisServer.run(SimpleAxisServer.java:26
3)
>     [junit] at
org.apache.axis.transport.http.SimpleAxisServer.main(SimpleAxisServer.java:6
27)
>     [junit]
>     [junit]   faultActor: null
>     [junit]   faultDetails: null
>     [junit]
>     [junit] at org.apache.axis.Message.getAsSOAPEnvelope(Message.java:318)
>     [junit] at
org.apache.axis.handlers.DebugHandler.invoke(DebugHandler.java:79)
>     [junit] at org.apache.axis.SimpleChain.invoke(SimpleChain.java:93)
>     [junit] at
org.apache.axis.server.AxisServer.invoke(AxisServer.java:234)
>     [junit] at
org.apache.axis.transport.http.SimpleAxisServer.run(SimpleAxisServer.java:26
3)
>     [junit] at
org.apache.axis.transport.http.SimpleAxisServer.main(SimpleAxisServer.java:6
27)
>     [junit]   faultActor: null
>     [junit]   faultDetails: null
>     [junit]
>     [junit] Testing address book sample.
>     [junit] Testing deployment...
>     [junit] Processing file: samples/addr/deploy.xml
>     [junit] <?xml version="1.0" encoding="UTF-8"?><Admin>Done
processing</Admin>
>     [junit] Testing service...
>     [junit] Test complete.
>     [junit] Testing misc sample.
>     [junit] Testing service...
>     [junit] Request:
>     [junit] <SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" > <SOAP-ENV:Body>
>     [junit] <echo:Echo xmlns:echo="EchoService">
>     [junit] <symbol>IBM</symbol>
>     [junit] </echo:Echo>
>     [junit] </SOAP-ENV:Body></SOAP-ENV:Envelope>
>     [junit]
>     [junit] Response:
>     [junit] <?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><SOAP-ENV:Body><ns1:Ec
ho xmlns:ns1="EchoService">
>     [junit] <symbol>IBM</symbol>
>     [junit] </ns1:Echo></SOAP-ENV:Body></SOAP-ENV:Envelope>
>     [junit] Test complete.
>     [junit] Testing proxy sample.
>     [junit] Testing deployment...
>     [junit] Processing file: samples/proxy/deploy.xml
>     [junit] <?xml version="1.0" encoding="UTF-8"?><Admin>Done
processing</Admin>
>     [junit] Testing server-side client deployment...
>     [junit] Processing file: samples/proxy/client_deploy.xml
>     [junit] <?xml version="1.0" encoding="UTF-8"?><Admin>Done
processing</Admin>
>     [junit] Testing service...
>     [junit] Request:
>     [junit] <SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" > <SOAP-ENV:Body>
>     [junit] <echo:Echo xmlns:echo="EchoService">
>     [junit] <symbol>IBM</symbol>
>     [junit] </echo:Echo>
>     [junit] </SOAP-ENV:Body></SOAP-ENV:Envelope>
>     [junit]
>     [junit] Response:
>     [junit] <?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><SOAP-ENV:Body><ns1:Ec
ho xmlns:ns1="EchoService">
>     [junit] <symbol>IBM</symbol>
>     [junit] </ns1:Echo></SOAP-ENV:Body></SOAP-ENV:Envelope>
>     [junit] Test complete.
>     [junit] ------------- ---------------- ---------------
>     [junit] ------------- Standard Error -----------------
>     [junit] Enter: TCPSender::invoke
>     [junit] Exit: TCPSender::invoke
>     [junit] Enter: TCPSender::invoke
>     [junit] Exit: TCPSender::invoke
>     [junit] Enter: TCPSender::invoke
>     [junit] Exit: TCPSender::invoke
>     [junit] AxisFault
>     [junit]   faultCode:
http://xml.apache.org/axis/:Server.generalException
>     [junit]   faultString: AxisFault
>     [junit]   faultCode:
http://xml.apache.org/axis/:Server.generalException
>     [junit]   faultString: java.lang.ArrayIndexOutOfBoundsException: Array
index out of range: 2
>     [junit] at org.apache.xerces.framework.XMLParser.parse(Unknown Source)
>     [junit] at javax.xml.parsers.SAXParser.parse(Unknown Source)
>     [junit] at org.apache.axis.Message.getAsSOAPEnvelope(Message.java:316)
>     [junit] at
org.apache.axis.handlers.DebugHandler.invoke(DebugHandler.java:79)
>     [junit] at org.apache.axis.SimpleChain.invoke(SimpleChain.java:93)
>     [junit] at
org.apache.axis.server.AxisServer.invoke(AxisServer.java:234)
>     [junit] at
org.apache.axis.transport.http.SimpleAxisServer.run(SimpleAxisServer.java:26
3)
>     [junit] at
org.apache.axis.transport.http.SimpleAxisServer.main(SimpleAxisServer.java:6
27)
>     [junit]
>     [junit]   faultActor: null
>     [junit]   faultDetails: null
>     [junit]
>     [junit] at org.apache.axis.Message.getAsSOAPEnvelope(Message.java:318)
>     [junit] at
org.apache.axis.handlers.DebugHandler.invoke(DebugHandler.java:79)
>     [junit] at org.apache.axis.SimpleChain.invoke(SimpleChain.java:93)
>     [junit] at
org.apache.axis.server.AxisServer.invoke(AxisServer.java:234)
>     [junit] at
org.apache.axis.transport.http.SimpleAxisServer.run(SimpleAxisServer.java:26
3)
>     [junit] at
org.apache.axis.transport.http.SimpleAxisServer.main(SimpleAxisServer.java:6
27)
>     [junit]   faultActor: null
>     [junit]   faultDetails: null
>     [junit]
>     [junit] at
org.apache.axis.message.SOAPFaultElement.getAxisFault(SOAPFaultElement.java:
134)
>     [junit] at
org.apache.axis.message.SOAPFaultBuilder.<init>(SOAPFaultBuilder.java:90)
>     [junit] at
org.apache.axis.message.BodyBuilder.onStartChild(BodyBuilder.java:66)
>     [junit] at
org.apache.axis.encoding.DeserializationContext.startElement(Deserialization
Context.java:486)
>     [junit] at org.apache.xerces.parsers.SAXParser.startElement(Unknown
Source)
>     [junit] at
org.apache.xerces.validators.common.XMLValidator.callStartElement(Unknown
Source)
>     [junit] at
org.apache.xerces.framework.XMLDocumentScanner$ContentDispatcher.dispatch(Un
known Source)
>     [junit] at
org.apache.xerces.framework.XMLDocumentScanner.parseSome(Unknown Source)
>     [junit] at org.apache.xerces.framework.XMLParser.parse(Unknown Source)
>     [junit] at javax.xml.parsers.SAXParser.parse(Unknown Source)
>     [junit] at org.apache.axis.Message.getAsSOAPEnvelope(Message.java:316)
>     [junit] at
org.apache.axis.client.ServiceClient.invoke(ServiceClient.java:467)
>     [junit] at
org.apache.axis.client.ServiceClient.invoke(ServiceClient.java:396)
>     [junit] at samples.bidbuy.TestClient.main(TestClient.java:149)
>     [junit] at
test.functional.TestBidBuySample.doTest(TestBidBuySample.java:89)
>     [junit] at
test.functional.TestBidBuySample.testBidBuyService(TestBidBuySample.java:98)
>     [junit] at java.lang.reflect.Method.invoke(Native Method)
>     [junit] at junit.framework.TestCase.runTest(TestCase.java:166)
>     [junit] at junit.framework.TestCase.runBare(TestCase.java:140)
>     [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:131)
>     [junit] at junit.framework.TestSuite.runTest(TestSuite.java:173)
>     [junit] at junit.framework.TestSuite.run(TestSuite.java:168)
>     [junit] at junit.framework.TestSuite.runTest(TestSuite.java:173)
>     [junit] at junit.framework.TestSuite.run(TestSuite.java:168)
>     [junit] at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(Unknown
Source)
>     [junit] at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(Unknown
Source)
>     [junit] Using proxy without session maintenance.
>     [junit] >> Storing address for 'Purdue Boilermaker'
>     [junit] >> Querying address for 'Purdue Boilermaker'
>     [junit] >> Response is:
>     [junit] [ADDRESS NOT FOUND!]
>     [junit] >> Querying address for 'Purdue Boilermaker' again
>     [junit] >> Response is:
>     [junit] [ADDRESS NOT FOUND!]
>     [junit]
>     [junit]
>     [junit] Using proxy with session maintenance.
>     [junit] >> Storing address for 'Purdue Boilermaker'
>     [junit] >> Querying address for 'Purdue Boilermaker'
>     [junit] >> Response is:
>     [junit] 1 University Drive
>     [junit] West Lafayette, IN 47907
>     [junit] Phone: (765) 494-4900
>     [junit] >> Querying address for 'Purdue Boilermaker' again
>     [junit] >> Response is:
>     [junit] 1 University Drive
>     [junit] West Lafayette, IN 47907
>     [junit] Phone: (765) 494-4900
>     [junit] ------------- ---------------- ---------------
>     [junit]
>     [junit] Testcase: testEchoService took 4.936 sec
>     [junit] Testcase: testStockService took 4.966 sec
>     [junit] Testcase: testTCPTransportSample took 0.927 sec
>     [junit] Testcase: testService took 3.024 sec
>     [junit] Testcase: testBidBuyService took 1.352 sec
>     [junit] Caused an ERROR
>     [junit] Fault returned from test: AxisFault
>     [junit]   faultCode:
http://xml.apache.org/axis/:Server.generalException
>     [junit]   faultString: AxisFault
>     [junit]   faultCode:
http://xml.apache.org/axis/:Server.generalException
>     [junit]   faultString: java.lang.ArrayIndexOutOfBoundsException: Array
index out of range: 2
>     [junit] at org.apache.xerces.framework.XMLParser.parse(Unknown Source)
>     [junit] at javax.xml.parsers.SAXParser.parse(Unknown Source)
>     [junit] at org.apache.axis.Message.getAsSOAPEnvelope(Message.java:316)
>     [junit] at
org.apache.axis.handlers.DebugHandler.invoke(DebugHandler.java:79)
>     [junit] at org.apache.axis.SimpleChain.invoke(SimpleChain.java:93)
>     [junit] at
org.apache.axis.server.AxisServer.invoke(AxisServer.java:234)
>     [junit] at
org.apache.axis.transport.http.SimpleAxisServer.run(SimpleAxisServer.java:26
3)
>     [junit] at
org.apache.axis.transport.http.SimpleAxisServer.main(SimpleAxisServer.java:6
27)
>     [junit]
>     [junit]   faultActor: null
>     [junit]   faultDetails: null
>     [junit]
>     [junit] at org.apache.axis.Message.getAsSOAPEnvelope(Message.java:318)
>     [junit] at
org.apache.axis.handlers.DebugHandler.invoke(DebugHandler.java:79)
>     [junit] at org.apache.axis.SimpleChain.invoke(SimpleChain.java:93)
>     [junit] at
org.apache.axis.server.AxisServer.invoke(AxisServer.java:234)
>     [junit] at
org.apache.axis.transport.http.SimpleAxisServer.run(SimpleAxisServer.java:26
3)
>     [junit] at
org.apache.axis.transport.http.SimpleAxisServer.main(SimpleAxisServer.java:6
27)
>     [junit]   faultActor: null
>     [junit]   faultDetails: null
>     [junit]
>     [junit] java.lang.Exception: Fault returned from test: AxisFault
>     [junit]   faultCode:
http://xml.apache.org/axis/:Server.generalException
>     [junit]   faultString: AxisFault
>     [junit]   faultCode:
http://xml.apache.org/axis/:Server.generalException
>     [junit]   faultString: java.lang.ArrayIndexOutOfBoundsException: Array
index out of range: 2
>     [junit] at org.apache.xerces.framework.XMLParser.parse(Unknown Source)
>     [junit] at javax.xml.parsers.SAXParser.parse(Unknown Source)
>     [junit] at org.apache.axis.Message.getAsSOAPEnvelope(Message.java:316)
>     [junit] at
org.apache.axis.handlers.DebugHandler.invoke(DebugHandler.java:79)
>     [junit] at org.apache.axis.SimpleChain.invoke(SimpleChain.java:93)
>     [junit] at
org.apache.axis.server.AxisServer.invoke(AxisServer.java:234)
>     [junit] at
org.apache.axis.transport.http.SimpleAxisServer.run(SimpleAxisServer.java:26
3)
>     [junit] at
org.apache.axis.transport.http.SimpleAxisServer.main(SimpleAxisServer.java:6
27)
>     [junit]
>     [junit]   faultActor: null
>     [junit]   faultDetails: null
>     [junit]
>     [junit] at org.apache.axis.Message.getAsSOAPEnvelope(Message.java:318)
>     [junit] at
org.apache.axis.handlers.DebugHandler.invoke(DebugHandler.java:79)
>     [junit] at org.apache.axis.SimpleChain.invoke(SimpleChain.java:93)
>     [junit] at
org.apache.axis.server.AxisServer.invoke(AxisServer.java:234)
>     [junit] at
org.apache.axis.transport.http.SimpleAxisServer.run(SimpleAxisServer.java:26
3)
>     [junit] at
org.apache.axis.transport.http.SimpleAxisServer.main(SimpleAxisServer.java:6
27)
>     [junit]   faultActor: null
>     [junit]   faultDetails: null
>     [junit]
>     [junit] at
test.functional.TestBidBuySample.testBidBuyService(TestBidBuySample.java:104
)
>     [junit] at java.lang.reflect.Method.invoke(Native Method)
>     [junit] at junit.framework.TestCase.runTest(TestCase.java:166)
>     [junit] at junit.framework.TestCase.runBare(TestCase.java:140)
>     [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:131)
>     [junit] at junit.framework.TestSuite.runTest(TestSuite.java:173)
>     [junit] at junit.framework.TestSuite.run(TestSuite.java:168)
>     [junit] at junit.framework.TestSuite.runTest(TestSuite.java:173)
>     [junit] at junit.framework.TestSuite.run(TestSuite.java:168)
>     [junit] at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(Unknown
Source)
>     [junit] at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(Unknown
Source)
>     [junit]
>     [junit] Testcase: testAddressBookService took 0.84 sec
>     [junit] Testcase: testService took 0.096 sec
>     [junit] Testcase: testService took 0.821 sec
>      [java] TCPListener received new connection:
Socket[addr=rubix/127.0.0.1,port=33835,localport=8088]
>      [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] <?xml version="1.0" encoding="UTF-8"?><Admin>Quitting</Admin>
> RunAxisFunctionalTestsTask.callStop successfully sent quit message.
>
> BUILD FAILED
>
> /home/rubys/jakarta/xml-axis/java/test/build_functional_tests.xml:69: Test
test.functional.FunctionalTests failed
>
> Total time: 49 seconds
>