Return-Path: Delivered-To: apmail-xml-axis-dev-archive@xml.apache.org Received: (qmail 42697 invoked by uid 500); 4 Sep 2001 10:51:10 -0000 Mailing-List: contact axis-dev-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@xml.apache.org Received: (qmail 42663 invoked by uid 1064); 4 Sep 2001 10:51:09 -0000 Date: 4 Sep 2001 10:51:09 -0000 Message-ID: <20010904105109.42662.qmail@apache.org> From: Sam Ruby To: axis-dev@xml.apache.org Subject: [GUMP] Function Test Failure - Axis ---------------------------------------------------- This email is autogenerated from the output from: ---------------------------------------------------- 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] === Required Libraries === [echo] wsdl4j.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] TCPListener is listening on port 8088. [java] TCPListener received new connection: Socket[addr=rubix/127.0.0.1,port=33419,localport=8088] [runaxisfunctionaltests] 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=33420,localport=8088] [runaxisfunctionaltests] 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 [java] java.net.BindException: Address already in use [java] at java.net.PlainSocketImpl.socketBind(Native Method) [java] at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:405) [java] at java.net.ServerSocket.(ServerSocket.java:170) [java] at java.net.ServerSocket.(ServerSocket.java:82) [java] at org.apache.axis.transport.http.SimpleAxisServer.main(SimpleAxisServer.java:667) [junit] Running test.functional.FunctionalTests [junit] Testing echo interop sample. [junit] Processing file: samples/echo/deploy.xml [junit] Done processing [junit] [junit] Test complete. [junit] Testing stock sample. [junit] Testing JWS... [junit] AxisFault [junit] faultCode: null [junit] faultString: java.io.FileNotFoundException: jws/StockQuoteService.jws (No such file or directory) [junit] AxisFault [junit] faultCode: null [junit] faultString: java.io.FileNotFoundException: jws/StockQuoteService.jws (No such file or directory) [junit] at java.io.FileInputStream.open(Native Method) [junit] at java.io.FileInputStream.(FileInputStream.java:64) [junit] at java.io.FileInputStream.open(Native Method) [junit] at java.io.FileInputStream.(FileInputStream.java:64) [junit] at java.io.FileReader.(FileReader.java:38) [junit] at org.apache.axis.handlers.JWSProcessor.invokeImpl(JWSProcessor.java:134) [junit] at java.io.FileReader.(FileReader.java:38) [junit] at org.apache.axis.handlers.JWSProcessor.invokeImpl(JWSProcessor.java:134) [junit] at org.apache.axis.handlers.JWSProcessor.invoke(JWSProcessor.java:95) [junit] at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:228) [junit] at org.apache.axis.handlers.JWSProcessor.invoke(JWSProcessor.java:95) [junit] at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:228) [junit] at org.apache.axis.server.AxisServer.invoke(AxisServer.java:254) [junit] at org.apache.axis.server.AxisServer.invoke(AxisServer.java:254) [junit] at org.apache.axis.transport.http.SimpleAxisServer.run(SimpleAxisServer.java:294) [junit] at org.apache.axis.transport.http.SimpleAxisServer.main(SimpleAxisServer.java:669) [junit] [junit] faultActor: null [junit] at org.apache.axis.transport.http.SimpleAxisServer.run(SimpleAxisServer.java:294) [junit] at org.apache.axis.transport.http.SimpleAxisServer.main(SimpleAxisServer.java:669) [junit] [junit] faultActor: null [junit] faultDetails: null [junit] [junit] Testing TCP transport. [junit] faultDetails: null [junit] [junit] at org.apache.axis.message.SOAPFaultElement.getAxisFault(SOAPFaultElement.java:132) [junit] at org.apache.axis.message.SOAPFaultBuilder.(SOAPFaultBuilder.java:90) [junit] at org.apache.axis.message.BodyBuilder.onStartChild(BodyBuilder.java:73) [junit] Deploying TCP client transport...Processing 'samples/transport/tcp/deploy.xml' [junit] at org.apache.axis.encoding.DeserializationContext.startElement(DeserializationContext.java:528) [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] OK! [junit] at javax.xml.parsers.SAXParser.parse(Unknown Source) [junit] at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:160) [junit] at org.apache.axis.Message.getAsSOAPEnvelope(Message.java:315) [junit] at org.apache.axis.client.ServiceClient.invoke(ServiceClient.java:572) [junit] at org.apache.axis.client.ServiceClient.invoke(ServiceClient.java:477) [junit] at samples.stock.GetQuote.getQuote(GetQuote.java:122) [java] TCPListener received new connection: Socket[addr=rubix/127.0.0.1,port=33422,localport=8088] [junit] at test.functional.TestStockSample.doTestStockJWS(TestStockSample.java:84) [junit] at test.functional.TestStockSample.testStockService(TestStockSample.java:130) [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(JUnitTestRunner.java:231) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:409) [junit] Processing file: samples/stock/deploy.xml [junit] Enter: TCPSender::invoke [junit] Exit: TCPSender::invoke [java] TCPListener received new connection: Socket[addr=rubix/127.0.0.1,port=33423,localport=8088] [junit] Enter: TCPSender::invoke [junit] Testing deployment...Done processing [junit] [junit] OK! [junit] Testing service...Testing TCP stock service... [junit] Exit: TCPSender::invoke [junit] Processing file: samples/stock/undeploy.xml [junit] OK! [junit] Enter: TCPSender::invoke [java] TCPListener received new connection: Socket[addr=rubix/127.0.0.1,port=33424,localport=8088] [junit] Exit: TCPSender::invoke [junit] Testing undeployment...Done processing [junit] [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: 99.95 [junit] FileReader halted. [junit] Testing service with symbol XXX... [junit] XXX: 55.25 [junit] FileReader halted. [junit] Processing file: samples/bidbuy/deploy.xml [junit] Test complete. [junit] Testing bidbuy sample. [junit] Testing deployment... [junit] Done processing [junit] [junit] Testing service... [junit] 9002 [junit] 1 Tricorder [junit] Processing file: samples/addr/deploy.xml [junit] 3 Phasor [junit] Test complete. [junit] Testing address book sample. [junit] Testing deployment... [junit] Done processing [junit] [junit] Testing service... [junit] Using proxy without 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] Testing misc sample. [junit] Testing service... [junit] java.lang.Exception: non-session test expected null response, got 1 University Drive [junit] West Lafayette, IN 47907 [junit] (765) 494-4900 [junit] at samples.addr.Main.main(Main.java:123) [junit] at test.functional.TestAddressBookSample.doTest(TestAddressBookSample.java:89) [junit] at test.functional.TestAddressBookSample.testAddressBookService(TestAddressBookSample.java:98) [junit] at java.lang.reflect.Method.invoke(Native Method) [junit] Request: [junit] [junit] [junit] IBM [junit] [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] [junit] [junit] Response: [junit] [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] [junit] [junit] IBM [junit] [junit] [junit] Test complete. [junit] Testing proxy sample. [junit] Testing deployment... [junit] at junit.framework.TestSuite.run(TestSuite.java:168) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:231) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:409) [junit] Enter: AxisEngine::init [junit] Enter: BasicHandler::getDeploymentData [junit] Exit: BasicHandler::getDeploymentData [junit] Enter: BasicHandler::getDeploymentData [junit] Exit: BasicHandler::getDeploymentData [junit] Enter: BasicHandler::getDeploymentData [junit] Exit: BasicHandler::getDeploymentData [junit] Enter: BasicHandler::getDeploymentData [junit] Exit: BasicHandler::getDeploymentData [junit] Enter: Transport::getDeploymentData [junit] Exit: Transport::getDeploymentData [junit] Enter: Transport::getDeploymentData [junit] Exit: Transport::getDeploymentData [junit] Enter: Transport::getDeploymentData [junit] Exit: Transport::getDeploymentData [junit] Enter: Transport::getDeploymentData [junit] Exit: Transport::getDeploymentData [junit] Exit: AxisEngine::init [junit] Transport is org.apache.axis.transport.http.HTTPTransport@20d62b [junit] Enter: Service::invoke() [junit] Enter: AxisClient::invoke [junit] Enter: SimpleTargetedChain::invoke [junit] Enter: HTTPSender::invoke [junit] Created an insecure HTTP connection [junit] XML sent: [junit] --------------------------------------------------- [junit] POST /axis/servlet/AxisServlet HTTP/1.0 [junit] Content-Length: 262 [junit] Host: localhost [junit] Content-Type: text/xml; charset=utf-8 [junit] SOAPAction: "EchoService" [junit] [junit] [junit] [junit] IBM [junit] [junit] [junit] [junit] HTTP/1.0 200 OK [junit] Content-Type text/xml; charset=utf-8 [junit] Content-Length 299 [junit] Set-Cookie 1212 [junit] Set-Cookie2 1212 [junit] [junit] XML received: [junit] ----------------------------------------------- [junit] [junit] [junit] Done processing [junit] [junit] IBM [junit] [junit] [junit] Exit: HTTPDispatchHandler::invoke [junit] [junit] Testing server-side client deployment... [junit] Exit: SimpleTargetedChain::invoke [junit] Exit: AxisClient::invoke [junit] Exit: Service::invoke() [junit] Processing file: samples/proxy/deploy.xml [junit] Enter: AxisEngine::init [junit] Enter: BasicHandler::getDeploymentData [junit] Exit: BasicHandler::getDeploymentData [junit] Enter: BasicHandler::getDeploymentData [junit] Exit: BasicHandler::getDeploymentData [junit] Enter: BasicHandler::getDeploymentData [junit] Exit: BasicHandler::getDeploymentData [junit] Enter: BasicHandler::getDeploymentData [junit] Exit: BasicHandler::getDeploymentData [junit] Enter: Transport::getDeploymentData [junit] Exit: Transport::getDeploymentData [junit] Enter: Transport::getDeploymentData [junit] Exit: Transport::getDeploymentData [junit] Enter: Transport::getDeploymentData [junit] Exit: Transport::getDeploymentData [junit] Enter: Transport::getDeploymentData [junit] Exit: Transport::getDeploymentData [junit] Exit: AxisEngine::init [junit] Transport is org.apache.axis.transport.http.HTTPTransport@3c82e7 [junit] Enter: Service::invoke() [junit] Enter: AxisClient::invoke [junit] Enter: SimpleTargetedChain::invoke [junit] Done processing [junit] [junit] Testing service... [junit] Enter: HTTPSender::invoke [junit] Created an insecure HTTP connection [junit] XML sent: [junit] --------------------------------------------------- [junit] POST /axis/servlet/AxisServlet HTTP/1.0 [junit] Content-Length: 931 [junit] Host: localhost [junit] Content-Type: text/xml; charset=utf-8 [junit] Request: [junit] [junit] [junit] IBM [junit] [junit] SOAPAction: "AdminService" [junit] [junit] [junit] [junit] [junit] [java] TCPListener received new connection: Socket[addr=rubix/127.0.0.1,port=33436,localport=8088] [junit] [junit] [junit] [junit] [junit] [junit] Response: [junit] [junit] [junit] [junit] [junit] [junit] [junit] [junit] [junit] [junit] Test complete. [junit] Tests run: 8, Failures: 0, Errors: 2, Time elapsed: 13.855 sec [junit] Testsuite: test.functional.FunctionalTests [junit] Tests run: 8, Failures: 0, Errors: 2, Time elapsed: 13.855 sec [junit] [junit] [junit] [junit] [junit] [junit] HTTP/1.0 200 OK [junit] Content-Type text/xml; charset=utf-8 [junit] Content-Length 297 [junit] Testcase: testEchoService took 5.424 sec [junit] Testcase: testStockService took 1.261 sec [junit] Caused an ERROR [junit] Fault returned from test: AxisFault [junit] faultCode: null [junit] faultString: java.io.FileNotFoundException: jws/StockQuoteService.jws (No such file or directory) [junit] Set-Cookie 1212 [junit] Set-Cookie2 1212 [junit] [junit] XML received: [junit] ----------------------------------------------- [junit] [junit] at java.io.FileInputStream.open(Native Method) [junit] at java.io.FileInputStream.(FileInputStream.java:64) [junit] at java.io.FileReader.(FileReader.java:38) [junit] at org.apache.axis.handlers.JWSProcessor.invokeImpl(JWSProcessor.java:134) [junit] Done processing [junit] Exit: HTTPDispatchHandler::invoke [junit] Exit: SimpleTargetedChain::invoke [junit] Exit: AxisClient::invoke [junit] Exit: Service::invoke() [junit] at org.apache.axis.handlers.JWSProcessor.invoke(JWSProcessor.java:95) [junit] at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:228) [junit] at org.apache.axis.server.AxisServer.invoke(AxisServer.java:254) [junit] at org.apache.axis.transport.http.SimpleAxisServer.run(SimpleAxisServer.java:294) [junit] Processing file: samples/proxy/client_deploy.xml [junit] Enter: AxisEngine::init [junit] Enter: BasicHandler::getDeploymentData [junit] Exit: BasicHandler::getDeploymentData [junit] Enter: BasicHandler::getDeploymentData [junit] Exit: BasicHandler::getDeploymentData [junit] at org.apache.axis.transport.http.SimpleAxisServer.main(SimpleAxisServer.java:669) [junit] [junit] faultActor: null [junit] faultDetails: null [junit] [junit] java.lang.Exception: Fault returned from test: AxisFault [junit] faultCode: null [junit] Enter: BasicHandler::getDeploymentData [junit] Exit: BasicHandler::getDeploymentData [junit] Enter: BasicHandler::getDeploymentData [junit] Exit: BasicHandler::getDeploymentData [junit] Enter: Transport::getDeploymentData [junit] Exit: Transport::getDeploymentData [junit] Enter: Transport::getDeploymentData [junit] faultString: java.io.FileNotFoundException: jws/StockQuoteService.jws (No such file or directory) [junit] at java.io.FileInputStream.open(Native Method) [junit] at java.io.FileInputStream.(FileInputStream.java:64) [junit] at java.io.FileReader.(FileReader.java:38) [junit] Exit: Transport::getDeploymentData [junit] Enter: Transport::getDeploymentData [junit] Exit: Transport::getDeploymentData [junit] Enter: Transport::getDeploymentData [junit] Exit: Transport::getDeploymentData [junit] Exit: AxisEngine::init [junit] Transport is org.apache.axis.transport.http.HTTPTransport@5c57db [junit] at org.apache.axis.handlers.JWSProcessor.invokeImpl(JWSProcessor.java:134) [junit] at org.apache.axis.handlers.JWSProcessor.invoke(JWSProcessor.java:95) [junit] at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:228) [junit] at org.apache.axis.server.AxisServer.invoke(AxisServer.java:254) [junit] Enter: Service::invoke() [junit] Enter: AxisClient::invoke [junit] Enter: SimpleTargetedChain::invoke [junit] Enter: HTTPSender::invoke [junit] Created an insecure HTTP connection [junit] XML sent: [junit] --------------------------------------------------- [junit] POST /axis/servlet/AxisServlet HTTP/1.0 [junit] Content-Length: 626 [junit] at org.apache.axis.transport.http.SimpleAxisServer.run(SimpleAxisServer.java:294) [junit] at org.apache.axis.transport.http.SimpleAxisServer.main(SimpleAxisServer.java:669) [junit] [junit] faultActor: null [junit] faultDetails: null [junit] [junit] Host: localhost [junit] Content-Type: text/xml; charset=utf-8 [junit] SOAPAction: "AdminService" [junit] [junit] [junit] at test.functional.TestStockSample.testStockService(TestStockSample.java:144) [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] [junit] [junit] [junit] [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] [junit] [junit] [junit] [junit] [junit] [junit] HTTP/1.0 200 OK [junit] Content-Type text/xml; charset=utf-8 [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(JUnitTestRunner.java:231) [junit] Content-Length 297 [junit] Set-Cookie 1212 [junit] Set-Cookie2 1212 [junit] [junit] XML received: [junit] ----------------------------------------------- [junit] [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:409) [junit] [junit] Testcase: testTCPTransportSample took 1.434 sec [junit] Testcase: testService took 2.619 sec [junit] Testcase: testBidBuyService took 1.682 sec [junit] Testcase: testAddressBookService took 0.671 sec [junit] Caused an ERROR [junit] Done processing [junit] Exit: HTTPDispatchHandler::invoke [junit] Exit: SimpleTargetedChain::invoke [junit] Exit: AxisClient::invoke [junit] Fault returned from test: java.lang.Exception: non-session test expected null response, got 1 University Drive [junit] West Lafayette, IN 47907 [junit] (765) 494-4900 [junit] Exit: Service::invoke() [junit] Enter: AxisEngine::init [junit] Enter: BasicHandler::getDeploymentData [junit] Exit: BasicHandler::getDeploymentData [junit] Enter: BasicHandler::getDeploymentData [junit] Exit: BasicHandler::getDeploymentData [junit] Enter: BasicHandler::getDeploymentData [junit] java.lang.Exception: Fault returned from test: java.lang.Exception: non-session test expected null response, got 1 University Drive [junit] West Lafayette, IN 47907 [junit] (765) 494-4900 [junit] at test.functional.TestAddressBookSample.testAddressBookService(TestAddressBookSample.java:104) [junit] at java.lang.reflect.Method.invoke(Native Method) [junit] Exit: BasicHandler::getDeploymentData [junit] Enter: BasicHandler::getDeploymentData [junit] Exit: BasicHandler::getDeploymentData [junit] Enter: Transport::getDeploymentData [junit] Exit: Transport::getDeploymentData [junit] Enter: Transport::getDeploymentData [junit] Exit: Transport::getDeploymentData [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] Enter: Transport::getDeploymentData [junit] Exit: Transport::getDeploymentData [junit] Enter: Transport::getDeploymentData [junit] Exit: Transport::getDeploymentData [junit] Exit: AxisEngine::init [junit] Transport is org.apache.axis.transport.http.HTTPTransport@4d5f8b [junit] Enter: Service::invoke() [junit] Enter: AxisClient::invoke [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] Enter: SimpleTargetedChain::invoke [junit] Enter: HTTPSender::invoke [junit] Created an insecure HTTP connection [junit] XML sent: [junit] --------------------------------------------------- [junit] POST /axis/servlet/AxisServlet HTTP/1.0 [junit] Content-Length: 262 [junit] Host: localhost [junit] at junit.framework.TestSuite.run(TestSuite.java:168) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:231) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:409) [junit] [junit] Testcase: testService took 0.101 sec [junit] Content-Type: text/xml; charset=utf-8 [junit] SOAPAction: "ProxyService" [junit] [junit] [junit] [junit] Testcase: testService took 0.646 sec [junit] IBM [junit] [junit] [junit] [junit] HTTP/1.0 200 OK [junit] Content-Type text/xml; charset=utf-8 [junit] Content-Length 299 [junit] Set-Cookie 1212 [junit] Set-Cookie2 1212 [junit] [junit] XML received: [junit] ----------------------------------------------- [junit] [junit] [junit] [junit] IBM [junit] [junit] [junit] Exit: HTTPDispatchHandler::invoke [junit] Exit: SimpleTargetedChain::invoke [junit] Exit: AxisClient::invoke [junit] Exit: Service::invoke() [java] TCPListener received new connection: Socket[addr=rubix/127.0.0.1,port=33437,localport=8088] [java] AxisListener quitting. BUILD FAILED /home/rubys/jakarta/xml-axis/java/test/build_functional_tests.xml:69: Test test.functional.FunctionalTests failed Total time: 35 seconds