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.java:126)
    [junit]     at
org.apache.tomcat.util.net.NioSelectorPool.write(NioSelectorPool.java:175)
    [junit]     at
org.apache.coyote.http11.InternalNioOutputBuffer.writeToSocket(InternalNioOutputBuffer.java:170)
    [junit]     at
org.apache.coyote.http11.InternalNioOutputBuffer.flushBuffer(InternalNioOutputBuffer.java:249)
    [junit]     at
org.apache.coyote.http11.InternalNioOutputBuffer.endRequest(InternalNioOutputBuffer.java:128)
    [junit]     at
org.apache.coyote.http11.AbstractHttp11Processor.action(AbstractHttp11Processor.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(AbstractHttp11Processor.java:983)
    [junit]     at
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:554)
    [junit]     at
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1594)
    [junit]     at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java: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(AbstractHttp11Processor.java:1003)
    [junit]     at
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:554)
    [junit]     at
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1594)
    [junit]     at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java: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  <build...@apache.org>:
> The Buildbot has detected a new failure on builder tomcat-trunk while 
> building ASF Buildbot.
> Full details are available at:
>  http://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,
>  -The Buildbot
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to