2011/9/12 Bill Barker <billbar...@apache.org>: > To whom it may engage... > > This is an automated request, but not an unsolicited one. For > more information please visit http://gump.apache.org/nagged.html, > and/or contact the folk at gene...@gump.apache.org. > > Project tomcat-trunk-test has an issue affecting its community integration. > This issue affects 1 projects, > and has been outstanding for 2 runs. > The current state of this project is 'Failed', with reason 'Build Failed'. > For reference only, the following projects are affected by this: > - tomcat-trunk-test : Tomcat 8.x, a web server implementing Java Servlet > 3.1, > ... > > > Full details are available at: > > http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-test/index.html >
1. There is only one failure in this Gump run: org.apache.catalina.comet.TestCometProcessor + NIO BIO tests have run successfully The failure here is [[[ Testsuite: org.apache.catalina.comet.TestCometProcessor Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 16.805 sec ------------- Standard Error ----------------- (...) (no error messages here) ------------- ---------------- --------------- Testcase: testSimpleCometClient took 10.702 sec Testcase: testCometConnectorStop took 6.081 sec FAILED null junit.framework.AssertionFailedError at org.apache.catalina.comet.TestCometProcessor.testCometConnectorStop(TestCometProcessor.java:164) ]]] File: http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-test/gump_file/TEST-org.apache.catalina.comet.TestCometProcessor.NIO.txt.html 2. I was running the tests locally for current trunk. (Win7 (64bit) + 32-bit JDK 6u26 + native 1.1.22 32-bit) x BIO,NIO,APR The same test failed, but with different connector and in different way. All other tests have run successfully. Failed TestCometProcessor + APR Apparently there was NPE during shutdown. [[[ Testsuite: org.apache.catalina.comet.TestCometProcessor Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 21,099 sec ------------- Standard Error ----------------- (...) (First test has run OK. Here is the second test:) 12.09.2011 17:02:23 org.apache.catalina.core.AprLifecycleListener init INFO: Loaded APR based Apache Tomcat Native library 1.1.22. 12.09.2011 17:02:23 org.apache.catalina.core.AprLifecycleListener init INFO: APR capabilities: IPv6 [false], sendfile [true], accept filters [false], random [true]. 12.09.2011 17:02:24 org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-apr-8002"] 12.09.2011 17:02:24 org.apache.catalina.core.StandardService startInternal INFO: Starting service Tomcat 12.09.2011 17:02:24 org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.0.0-dev 12.09.2011 17:02:24 org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-apr-8002"] 12.09.2011 17:02:24 org.apache.tomcat.util.net.AprEndpoint allocatePoller INFO: Failed to create poller with specified size of 8192 12.09.2011 17:02:24 org.apache.tomcat.util.net.AprEndpoint allocatePoller INFO: Failed to create poller with specified size of 8192 12.09.2011 17:02:27 org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-apr-8002"] 12.09.2011 17:02:28 org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-apr-8002"] 12.09.2011 17:02:28 org.apache.coyote.AbstractProtocol$AbstractConnectionHandler process SEVERE: null java.lang.NullPointerException at org.apache.tomcat.util.net.AprEndpoint.getPoller(AprEndpoint.java:197) at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.release(Http11AprProtocol.java:219) at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.release(Http11AprProtocol.java:179) at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:531) at org.apache.tomcat.util.net.AprEndpoint$SocketEventProcessor.run(AprEndpoint.java:1869) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:662) 12.09.2011 17:02:30 org.apache.catalina.core.StandardService stopInternal INFO: Stopping service Tomcat 12.09.2011 17:02:30 org.apache.catalina.startup.ExpandWar deleteDir SEVERE: [D:\(...)\output\tomcat8\test-tmp\logs] could not be completely deleted. The presence of the remaining files may cause problems (...)(two more copies of "cannot delete test-tmp" message. It is irrelevant). ------------- ---------------- --------------- Testcase: testSimpleCometClient took 14,705 sec Testcase: testCometConnectorStop took 6,371 sec FAILED junit.framework.AssertionFailedError: at org.apache.catalina.comet.TestCometProcessor.testCometConnectorStop(TestCometProcessor.java:164) ]]]] Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org