Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 98477 invoked from network); 1 Sep 2004 01:51:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 1 Sep 2004 01:51:46 -0000 Received: (qmail 44944 invoked by uid 500); 1 Sep 2004 01:51:41 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 44906 invoked by uid 500); 1 Sep 2004 01:51:40 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 44896 invoked by uid 99); 1 Sep 2004 01:51:40 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [206.190.37.121] (HELO web81604.mail.yahoo.com) (206.190.37.121) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 31 Aug 2004 18:51:39 -0700 Message-ID: <20040901015137.80533.qmail@web81604.mail.yahoo.com> Received: from [12.162.5.2] by web81604.mail.yahoo.com via HTTP; Tue, 31 Aug 2004 18:51:37 PDT Date: Tue, 31 Aug 2004 18:51:37 -0700 (PDT) From: Shantanu Sen Subject: test error question To: axis-dev@ws.apache.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I got this error while trying to run ant functional-tests. Any ideas what might be the cause? I am using jdk 1.4.1_02 [junit] - Testing service... [junit] - Testing undeployment... [junit] - Test complete. [junit] - Testing message sample. [junit] - Testing deployment... [junit] - Testing service... [junit] - Test complete. [junit] - Testing faults sample. [junit] - Testing deployment... [junit] - Testing service... [java] - No deserializer for java.lang.Throwable [junit] - No deserializer for java.lang.Throwable [junit] - Test complete. [java] java.lang.InternalError: Converter malfunction (Unicode) -- please s ubmit a bug report via http://java.sun.com/cgi-bin/bugreport.cgi [java] at sun.nio.cs.StreamDecoder$ConverterSD.malfunction(StreamDecode r.java:233) [java] at sun.nio.cs.StreamDecoder$ConverterSD.convertInto(StreamDecode r.java:249) [java] at sun.nio.cs.StreamDecoder$ConverterSD.implRead(StreamDecoder.j ava:295) [java] at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:180) [java] at java.io.InputStreamReader.read(InputStreamReader.java:167) [java] at org.apache.xerces.impl.XMLEntityManager$EntityScanner.load(XM LEntityManager.java:3265) [java] at org.apache.xerces.impl.XMLEntityManager$EntityScanner.skipStr ing(XMLEntityManager.java:3025) [java] at org.apache.xerces.impl.XMLDocumentScannerImpl$XMLDeclDispatch er.dispatch(XMLDocumentScannerImpl.java:577) [java] at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDoc ument(XMLDocumentFragmentScannerImpl.java:329) [java] at org.apache.xerces.parsers.DTDConfiguration.parse(DTDConfigura tion.java:525) [java] at org.apache.xerces.parsers.DTDConfiguration.parse(DTDConfigura tion.java:581) [java] at org.apache.xerces.parsers.XMLParser.parse(XMLParser.java:152) [java] at org.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAX Parser.java:1175) [java] at javax.xml.parsers.SAXParser.parse(SAXParser.java:345) [java] at org.apache.axis.encoding.DeserializationContext.parse(Deseria lizationContext.java:225) [java] at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:645) [java] at org.apache.axis.Message.getSOAPEnvelope(Message.java:424) [java] at org.apache.axis.server.AxisServer.invoke(AxisServer.java:279) [java] at org.apache.axis.transport.http.SimpleAxisWorker.execute(Simpl eAxisWorker.java:428) [java] at org.apache.axis.transport.http.SimpleAxisWorker.run(SimpleAxi sWorker.java:155) [java] at org.apache.axis.transport.http.SimpleAxisServer.run(SimpleAxi sServer.java:241) [java] at org.apache.axis.transport.http.SimpleAxisServer.start(SimpleA xisServer.java:284) [java] at org.apache.axis.transport.http.SimpleAxisServer.start(SimpleA xisServer.java:292) [java] at org.apache.axis.transport.http.SimpleAxisServer.main(SimpleAx isServer.java:373) [java] Exception in thread "main" [java] Java Result: 1 [junit] - Testing deployment... [java] - TCPListener received new connection: Socket[addr=/127.0.0.1,port=4 514,localport=8088] [java] - AxisListener quitting. [runaxisfunctionaltests] Error from HTTP read: java.net.ConnectException: Connec tion refused: connect BUILD FAILED D:\axis-build\ws-axis\java\build.xml:336: Following error occured while executin g this line D:\axis-build\ws-axis\java\buildTest.xml:249: Following error occured while exec uting this line D:\axis-build\ws-axis\java\buildTest.xml:177: Test test.functional.FunctionalTes ts failed Total time: 7 minutes 17 seconds D:\axis-build\ws-axis\java>