Return-Path: X-Original-To: apmail-tomcat-dev-archive@www.apache.org Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C9E959F6C for ; Sun, 1 Jan 2012 03:11:51 +0000 (UTC) Received: (qmail 64181 invoked by uid 500); 1 Jan 2012 03:11:51 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 63740 invoked by uid 500); 1 Jan 2012 03:11:42 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 63628 invoked by uid 99); 1 Jan 2012 03:11:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Jan 2012 03:11:38 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of knst.kolinko@gmail.com designates 209.85.212.45 as permitted sender) Received: from [209.85.212.45] (HELO mail-vw0-f45.google.com) (209.85.212.45) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Jan 2012 03:11:31 +0000 Received: by vbip1 with SMTP id p1so8289962vbi.18 for ; Sat, 31 Dec 2011 19:11:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=UwlRHXoF1Lovv9Gv4Sn/e397UooQSFUuUMh5E5LRxNQ=; b=cBuUPH+Y6+KjKidw5UyL10xB17cY45hZ5MXhlqNpJWwg+gw5aWNhT930Xbk7cPMXMd UXfsPUbwqv1Dq8/f6H9Ur3WSWKvhtCZQWcYanvjlQWRe74MbbPRSiKskwpr/uj6lpwHZ CNMoSJF0demd1sSNPBNHqY7zc+3k5qcvf2Hl8= MIME-Version: 1.0 Received: by 10.52.240.144 with SMTP id wa16mr21386266vdc.33.1325387470007; Sat, 31 Dec 2011 19:11:10 -0800 (PST) Received: by 10.52.93.243 with HTTP; Sat, 31 Dec 2011 19:11:09 -0800 (PST) In-Reply-To: <20111231225533.2D859C00A0@aegis.apache.org> References: <20111231225533.2D859C00A0@aegis.apache.org> Date: Sun, 1 Jan 2012 07:11:09 +0400 Message-ID: Subject: Re: buildbot failure in ASF Buildbot on tomcat-trunk From: Konstantin Kolinko To: Tomcat Developers List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org I haven't tried to reproduce it yet. The following is from buildbot's stdout file: Both BIO and NIO fail the same test: [junit] Tests run: 7, Failures: 4, Errors: 0, Time elapsed: 0.175 sec [junit] Test org.apache.catalina.startup.TestWebRuleSet FAILED BTW, during the NIO run there are several NPEs like the following: [[[ [junit] SEVERE: Error processing request [junit] java.lang.NullPointerException [junit] at org.apache.tomcat.util.net.NioBlockingSelector.write(NioBlockingSelector.ja= va:126) [junit] at org.apache.tomcat.util.net.NioSelectorPool.write(NioSelectorPool.java:175) [junit] at org.apache.coyote.http11.InternalNioOutputBuffer.writeToSocket(InternalNioO= utputBuffer.java:170) [junit] at org.apache.coyote.http11.InternalNioOutputBuffer.flushBuffer(InternalNioOut= putBuffer.java:249) [junit] at org.apache.coyote.http11.InternalNioOutputBuffer.endRequest(InternalNioOutp= utBuffer.java:128) [junit] at org.apache.coyote.http11.AbstractHttp11Processor.action(AbstractHttp11Proce= ssor.java:741) [junit] at org.apache.coyote.Response.action(Response.java:170) [junit] at org.apache.coyote.Response.finish(Response.java:276) [junit] at org.apache.catalina.connector.OutputBuffer.close(OutputBuffer.java:277) [junit] at org.apache.catalina.connector.Response.finishResponse(Response.java:410) [junit] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:434) [junit] at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Proc= essor.java:983) [junit] at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(Abstra= ctProtocol.java:554) [junit] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java= :1594) [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.j= ava:886) [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:= 908) [junit] at java.lang.Thread.run(Thread.java:662) [junit] Dec 31, 2011 10:47:53 PM org.apache.catalina.connector.CoyoteAdapter log [junit] WARNING: Exception while attempting to add an entry to the access log [junit] java.lang.NullPointerException [junit] at org.apache.catalina.connector.CoyoteAdapter.log(CoyoteAdapter.java:511) [junit] at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Proc= essor.java:1003) [junit] at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(Abstra= ctProtocol.java:554) [junit] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java= :1594) [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.j= ava:886) [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:= 908) [junit] at java.lang.Thread.run(Thread.java:662) ]]] It is hard to tell to what test these NPEs belong. I suspect that they occur during shutdown. Best regards, Konstantin Kolinko 2012/1/1 : > The Buildbot has detected a new failure on builder tomcat-trunk while bui= lding ASF Buildbot. > Full details are available at: > =A0http://ci.apache.org/builders/tomcat-trunk/builds/2611 > > Buildbot URL: http://ci.apache.org/ > > Buildslave for this Build: bb-vm_ubuntu > > Build Reason: scheduler > Build Source Stamp: [branch tomcat/trunk] 1226196 > Blamelist: markt > > BUILD FAILED: failed compile_1 > > sincerely, > =A0-The Buildbot > > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org