Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 86112 invoked from network); 6 Feb 2007 18:26:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Feb 2007 18:26:34 -0000 Received: (qmail 58438 invoked by uid 500); 6 Feb 2007 18:26:38 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 58399 invoked by uid 500); 6 Feb 2007 18:26:38 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 58387 invoked by uid 99); 6 Feb 2007 18:26:38 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Feb 2007 10:26:38 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=RCVD_IN_SORBS_WEB,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of linsun.unc@gmail.com designates 209.85.132.245 as permitted sender) Received: from [209.85.132.245] (HELO an-out-0708.google.com) (209.85.132.245) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Feb 2007 10:26:27 -0800 Received: by an-out-0708.google.com with SMTP id b36so1623117ana for ; Tue, 06 Feb 2007 10:26:06 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:from:to:subject:date:message-id:mime-version:content-type:content-transfer-encoding:x-mailer:x-mimeole:thread-index; b=QPNPwqbkRUCl+B+7L84owiuNdjS1s8j3RrB2PoQ8Z3mCGXLomhvx3oQ1/p/Tk06dm00+ZIQ3yZ+OR0gIj3HBwq/83MBLJGfJAgmsJc//lUdy4z33nKE0vVzNQYjrf6bxjLBe6mseYR5ugBDUeBaD4xV6xSBTug7Syja9QOsO/DY= Received: by 10.100.43.9 with SMTP id q9mr6058692anq.1170786366531; Tue, 06 Feb 2007 10:26:06 -0800 (PST) Received: from LinT60 ( [129.33.49.251]) by mx.google.com with ESMTP id 6sm8890245wrh.2007.02.06.10.26.06; Tue, 06 Feb 2007 10:26:06 -0800 (PST) From: "Lin Sun" To: Subject: anyone able to build geronimo with test/itest turned on Date: Tue, 6 Feb 2007 13:26:10 -0500 Message-ID: <005f01c74a1c$47284670$7ff22509@raleigh.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 Thread-Index: AcdKHEZ8F0+lSo70RbGhqy/d6mcwoQ== X-Virus-Checked: Checked by ClamAV on apache.org Hi there, for the past few times, I didn't have any luck in building Geronimo using just mvn or mvn install. I had to use '-Dmaven.test.skip=true -Dmaven.itest.skip=true' to skip both the test and itest. This is the latest error I saw when I forgot to turn off the test/itest.:-) Feb 6, 2007 1:17:15 PM org.apache.tomcat.util.net.JIoEndpoint$Acceptor run SEVERE: Socket accept failed java.net.SocketException: socket closed at java.net.PlainSocketImpl.socketAccept(Native Method) at java.net.PlainSocketImpl.accept(Unknown Source) at java.net.ServerSocket.implAccept(Unknown Source) at java.net.ServerSocket.accept(Unknown Source) at org.apache.tomcat.util.net.DefaultServerSocketFactory.acceptSocket(De faultServerSocketFactory.java:61) at org.apache.tomcat.util.net.JIoEndpoint$Acceptor.run(JIoEndpoint.java: 310) at java.lang.Thread.run(Unknown Source) Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 9.531 sec <<< FA ILURE! Results : Tests run: 8, Failures: 0, Errors: 1, Skipped: 0 Anyone able to build geronimo with test/itest turned on? Thx, Lin