Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 64619 invoked from network); 6 Feb 2007 21:20:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Feb 2007 21:20:33 -0000 Received: (qmail 76322 invoked by uid 500); 6 Feb 2007 21:20:35 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 76289 invoked by uid 500); 6 Feb 2007 21:20:35 -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 76273 invoked by uid 99); 6 Feb 2007 21:20:35 -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 13:20:35 -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.240 as permitted sender) Received: from [209.85.132.240] (HELO an-out-0708.google.com) (209.85.132.240) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Feb 2007 13:20:25 -0800 Received: by an-out-0708.google.com with SMTP id b36so4322ana for ; Tue, 06 Feb 2007 13:20:05 -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:in-reply-to:thread-index:x-mimeole; b=oiKUU858cmXYiHBQi/6McDqOKQfSdW/N7Fr638U8Q6LA++l6e4C1U6ui0LM3nmH48zjhpJ/1UjDvso5eKJng1HBx8Xcd9WkAe8bmgvkqcLuXdLcAgX2BPcmnm0OVR42MgprhftCFkSmHrmGpUEhbbByznm+XAKM61SialN5VvFQ= Received: by 10.100.9.19 with SMTP id 19mr882530ani.1170796805085; Tue, 06 Feb 2007 13:20:05 -0800 (PST) Received: from LinT60 ( [129.33.49.251]) by mx.google.com with ESMTP id 7sm107985wrl.2007.02.06.13.20.04; Tue, 06 Feb 2007 13:20:04 -0800 (PST) From: "Lin Sun" To: Subject: RE: anyone able to build geronimo with test/itest turned on Date: Tue, 6 Feb 2007 16:20:08 -0500 Message-ID: <000601c74a34$95280050$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 In-Reply-To: <21df75940702061241s5cd4273dg4bcbe79abef53470@mail.gmail.com> Thread-Index: AcdKLzZnuJfyqL8mTHeh5WBue1Tp4wABOrEg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 X-Virus-Checked: Checked by ClamAV on apache.org Hi Paul, I am using winxp pro and sun 1.5 jdk (1.5.0_10-b02). I am in the middle of another build but I will provide the target/surefire-reports directory whenever I hit this error again.:-) Thanks, Lin -----Original Message----- From: Paul McMahan [mailto:paulmcmahan@gmail.com] Sent: Tuesday, February 06, 2007 3:41 PM To: dev@geronimo.apache.org Subject: Re: anyone able to build geronimo with test/itest turned on Lin, I was seeing this problem intermittently when geronimo used tomcat 6.0.2 so I disabled the unit test and planned to investigate later. Then after upgrading geronimo's tomcat version to 6.0.8 I could not recreate the problem so I reenabled the unit test. I believe you will find that the problem is intermittent, so trying to run the test a couple more times might get you past the error. But that could get really aggravating if you're doing top-down builds of trunk :-) I will also disable the unit test again but since I'm not able to recreate the failure can you describe your environment (OS, java version, etc)? Also it would be a big help if you could provide the contents of target/surefire-reports for a failed run. Best wishes, Paul On 2/6/07, Lin Sun wrote: > 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 > >