On 03.10.2012 11:24, Mark Thomas wrote:
The proposed 7.0.32 release is:
[ ] Broken - do not release
[X] Stable - go ahead and release as 7.0.32 Stable

+1 to release

Most notable observation:

Details:

- MD5 OK
- signatures OK
- key in KEYS file
- gz and zip for src and bin consistent
- src completely consistent with svn tag
- builds fine
- build result looks consistent with binaries
- no checkstyle complaints
- some Javadoc warnings (only in jdbc-pool, see below)
- Unit tests one non-reproducable failure,
  plus some warnings (see below)
- JMX MBean-Comparison
  - new expected attribute undeployOldVersions in the Host MBean
  - new Jars added to tomcat.util.scan.DefaultJarScanner.jarsToSkip.

Build and tests were done using Java 1.6.0_35. OS was Solaris 10 Sparc, tcnative was 1.1.24 based on APR 1.4.6 and OpenSSL 1.0.1c (plus two patches).

- Some Javadoc Warnings in jdbc-pool (not a regression)

Unit test failure:

    [junit] Running org.apache.catalina.websocket.TestWebSocket
    [junit] Tests run: 6, Failures: 0, Errors: 1, Time elapsed: 22.314 sec

More log output at end of mail.

Unit test warnings (except for tribes all of those look like 7.0.29 and before):

- org.apache.catalina.deploy.TestWebXmlOrdering
- BIO, NIO and APR: [main] org.apache.catalina.deploy.WebXml.orderWebFragments Used a wrong fragment name z at web.xml absolute-ordering tag!

- org.apache.tomcat.util.net.TestCustomSsl
  - BIO twice "Exception getting SSL attributes"
    in org.apache.coyote.http11.Http11Processor actionInternal
    exception is:
    javax.net.ssl.SSLProtocolException: handshake alert: no_certificate
  - NIO twice "WARNING: Exception re-negotiating SSL connection"
    in org.apache.coyote.http11.Http11NioProcessor actionInternal

- tribes: several warnings

Unit test SEVERE messages: 216 total, about 40 unique messages
Most of those are of type "Servlet.service() for servlet ... threw exception".


"Exception" in output of unit tests: 212 times, of these 75 times "javax.servlet.ServletException: Opps."

I'm not claiming that any of the SEVERE or Exception messages are new ones or important.

Regards,

Rainer

Log output of Unit test failure:

INFO: Failures in output/build/logs/TEST-org.apache.catalina.websocket.TestWebSocket.APR.txt WARN: Test failure in 'output/build/logs/TEST-org.apache.catalina.websocket.TestWebSocket.APR.txt':
Testsuite: org.apache.catalina.websocket.TestWebSocket
Tests run: 6, Failures: 0, Errors: 1, Time elapsed: 22.314 sec
------------- Standard Error -----------------
03-Oct-2012 21:33:49.800 INFO [main] org.apache.catalina.core.AprLifecycleListener.init Loaded APR based Apache Tomcat Native library 1.1.24 using APR version 1.4.6. 03-Oct-2012 21:33:49.803 INFO [main] org.apache.catalina.core.AprLifecycleListener.init APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true]. 03-Oct-2012 21:33:51.155 INFO [main] org.apache.catalina.core.AprLifecycleListener.initializeSSL OpenSSL successfully initialized (OpenSSL 1.0.1c 10 May 2012) 03-Oct-2012 21:33:52.195 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-apr-127.0.0.1-auto-1"] 03-Oct-2012 21:33:52.247 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service Tomcat 03-Oct-2012 21:33:52.248 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/7.0.32 03-Oct-2012 21:33:52.751 INFO [localhost-startStop-1] org.apache.catalina.startup.ContextConfig.getDefaultWebXmlFragment No global web.xml found 03-Oct-2012 21:33:53.549 INFO [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log ContextListener: contextInitialized() 03-Oct-2012 21:33:53.550 INFO [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log SessionListener: contextInitialized() 03-Oct-2012 21:33:54.030 INFO [localhost-startStop-1] org.apache.catalina.util.SessionIdGenerator.createSecureRandom Creation of SecureRandom instance for session ID generation using [INSECURE] took [477] milliseconds. 03-Oct-2012 21:33:54.139 INFO [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('org.apache.jasper.compiler.TldLocationsCache', 'org.apache.jasper.compiler.TldLocationsCache@1474ea') 03-Oct-2012 21:33:54.186 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-apr-127.0.0.1-auto-1-56356"] 03-Oct-2012 21:33:54.507 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-apr-127.0.0.1-auto-1-56356"] 03-Oct-2012 21:33:54.559 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service Tomcat 03-Oct-2012 21:33:54.569 INFO [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log SessionListener: contextDestroyed() 03-Oct-2012 21:33:54.570 INFO [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log ContextListener: contextDestroyed() 03-Oct-2012 21:33:54.603 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-apr-127.0.0.1-auto-1-56356"] 03-Oct-2012 21:33:54.656 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-apr-127.0.0.1-auto-1-56356"] 03-Oct-2012 21:33:54.675 INFO [main] org.apache.catalina.core.AprLifecycleListener.init Loaded APR based Apache Tomcat Native library 1.1.24 using APR version 1.4.6. 03-Oct-2012 21:33:54.676 INFO [main] org.apache.catalina.core.AprLifecycleListener.init APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true]. 03-Oct-2012 21:33:55.109 INFO [main] org.apache.catalina.core.AprLifecycleListener.initializeSSL OpenSSL successfully initialized (OpenSSL 1.0.1c 10 May 2012) 03-Oct-2012 21:33:55.112 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-apr-127.0.0.1-auto-2"] 03-Oct-2012 21:33:55.114 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service Tomcat 03-Oct-2012 21:33:55.114 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/7.0.32 03-Oct-2012 21:33:55.364 INFO [localhost-startStop-1] org.apache.catalina.startup.ContextConfig.getDefaultWebXmlFragment No global web.xml found 03-Oct-2012 21:33:55.588 INFO [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log ContextListener: contextInitialized() 03-Oct-2012 21:33:55.589 INFO [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log SessionListener: contextInitialized() 03-Oct-2012 21:33:55.593 INFO [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('org.apache.jasper.compiler.TldLocationsCache', 'org.apache.jasper.compiler.TldLocationsCache@179a49f') 03-Oct-2012 21:33:55.598 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-apr-127.0.0.1-auto-2-56361"] 03-Oct-2012 21:33:55.897 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-apr-127.0.0.1-auto-2-56361"] 03-Oct-2012 21:33:55.949 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service Tomcat 03-Oct-2012 21:33:55.955 INFO [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log SessionListener: contextDestroyed() 03-Oct-2012 21:33:55.956 INFO [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log ContextListener: contextDestroyed() 03-Oct-2012 21:33:55.976 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-apr-127.0.0.1-auto-2-56361"] 03-Oct-2012 21:33:56.029 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-apr-127.0.0.1-auto-2-56361"] 03-Oct-2012 21:33:56.043 INFO [main] org.apache.catalina.core.AprLifecycleListener.init Loaded APR based Apache Tomcat Native library 1.1.24 using APR version 1.4.6. 03-Oct-2012 21:33:56.044 INFO [main] org.apache.catalina.core.AprLifecycleListener.init APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true]. 03-Oct-2012 21:33:57.306 INFO [main] org.apache.catalina.core.AprLifecycleListener.initializeSSL OpenSSL successfully initialized (OpenSSL 1.0.1c 10 May 2012) 03-Oct-2012 21:33:57.309 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-apr-127.0.0.1-auto-3"] 03-Oct-2012 21:33:57.310 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service Tomcat 03-Oct-2012 21:33:57.311 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/7.0.32 03-Oct-2012 21:33:57.382 INFO [localhost-startStop-1] org.apache.catalina.startup.ContextConfig.getDefaultWebXmlFragment No global web.xml found 03-Oct-2012 21:33:57.612 INFO [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log ContextListener: contextInitialized() 03-Oct-2012 21:33:57.612 INFO [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log SessionListener: contextInitialized() 03-Oct-2012 21:33:57.616 INFO [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('org.apache.jasper.compiler.TldLocationsCache', 'org.apache.jasper.compiler.TldLocationsCache@e2d0b2') 03-Oct-2012 21:33:57.620 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-apr-127.0.0.1-auto-3-56364"] 03-Oct-2012 21:33:57.666 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-apr-127.0.0.1-auto-3-56364"] 03-Oct-2012 21:33:57.717 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service Tomcat 03-Oct-2012 21:33:57.743 INFO [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log SessionListener: contextDestroyed() 03-Oct-2012 21:33:57.744 INFO [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log ContextListener: contextDestroyed() 03-Oct-2012 21:33:57.768 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-apr-127.0.0.1-auto-3-56364"] 03-Oct-2012 21:33:57.820 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-apr-127.0.0.1-auto-3-56364"] 03-Oct-2012 21:33:57.843 INFO [main] org.apache.catalina.core.AprLifecycleListener.init Loaded APR based Apache Tomcat Native library 1.1.24 using APR version 1.4.6. 03-Oct-2012 21:33:57.843 INFO [main] org.apache.catalina.core.AprLifecycleListener.init APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true]. 03-Oct-2012 21:33:59.282 INFO [main] org.apache.catalina.core.AprLifecycleListener.initializeSSL OpenSSL successfully initialized (OpenSSL 1.0.1c 10 May 2012) 03-Oct-2012 21:33:59.285 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-apr-127.0.0.1-auto-4"] 03-Oct-2012 21:33:59.287 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service Tomcat 03-Oct-2012 21:33:59.287 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/7.0.32 03-Oct-2012 21:33:59.354 INFO [localhost-startStop-1] org.apache.catalina.startup.ContextConfig.getDefaultWebXmlFragment No global web.xml found 03-Oct-2012 21:33:59.576 INFO [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log ContextListener: contextInitialized() 03-Oct-2012 21:33:59.577 INFO [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log SessionListener: contextInitialized() 03-Oct-2012 21:33:59.581 INFO [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('org.apache.jasper.compiler.TldLocationsCache', 'org.apache.jasper.compiler.TldLocationsCache@ee20fe') 03-Oct-2012 21:33:59.586 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-apr-127.0.0.1-auto-4-56367"] 03-Oct-2012 21:33:59.598 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-apr-127.0.0.1-auto-4-56367"] 03-Oct-2012 21:33:59.649 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service Tomcat 03-Oct-2012 21:33:59.654 INFO [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log SessionListener: contextDestroyed() 03-Oct-2012 21:33:59.655 INFO [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log ContextListener: contextDestroyed() 03-Oct-2012 21:33:59.670 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-apr-127.0.0.1-auto-4-56367"] 03-Oct-2012 21:33:59.723 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-apr-127.0.0.1-auto-4-56367"] 03-Oct-2012 21:33:59.734 INFO [main] org.apache.catalina.core.AprLifecycleListener.init Loaded APR based Apache Tomcat Native library 1.1.24 using APR version 1.4.6. 03-Oct-2012 21:33:59.735 INFO [main] org.apache.catalina.core.AprLifecycleListener.init APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true]. 03-Oct-2012 21:34:00.193 INFO [main] org.apache.catalina.core.AprLifecycleListener.initializeSSL OpenSSL successfully initialized (OpenSSL 1.0.1c 10 May 2012) 03-Oct-2012 21:34:00.196 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-apr-127.0.0.1-auto-5"] 03-Oct-2012 21:34:00.197 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service Tomcat 03-Oct-2012 21:34:00.198 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/7.0.32 03-Oct-2012 21:34:00.257 INFO [localhost-startStop-1] org.apache.catalina.startup.ContextConfig.getDefaultWebXmlFragment No global web.xml found 03-Oct-2012 21:34:00.433 INFO [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log ContextListener: contextInitialized() 03-Oct-2012 21:34:00.433 INFO [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log SessionListener: contextInitialized() 03-Oct-2012 21:34:00.437 INFO [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('org.apache.jasper.compiler.TldLocationsCache', 'org.apache.jasper.compiler.TldLocationsCache@b8d09d') 03-Oct-2012 21:34:00.442 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-apr-127.0.0.1-auto-5-56370"] 03-Oct-2012 21:34:00.460 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-apr-127.0.0.1-auto-5-56370"] 03-Oct-2012 21:34:00.511 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service Tomcat 03-Oct-2012 21:34:00.517 INFO [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log SessionListener: contextDestroyed() 03-Oct-2012 21:34:00.517 INFO [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log ContextListener: contextDestroyed() 03-Oct-2012 21:34:00.532 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-apr-127.0.0.1-auto-5-56370"] 03-Oct-2012 21:34:00.585 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-apr-127.0.0.1-auto-5-56370"] 03-Oct-2012 21:34:00.595 INFO [main] org.apache.catalina.core.AprLifecycleListener.init Loaded APR based Apache Tomcat Native library 1.1.24 using APR version 1.4.6. 03-Oct-2012 21:34:00.596 INFO [main] org.apache.catalina.core.AprLifecycleListener.init APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true]. 03-Oct-2012 21:34:01.308 INFO [main] org.apache.catalina.core.AprLifecycleListener.initializeSSL OpenSSL successfully initialized (OpenSSL 1.0.1c 10 May 2012) 03-Oct-2012 21:34:01.311 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-apr-127.0.0.1-auto-6"] 03-Oct-2012 21:34:01.328 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service Tomcat 03-Oct-2012 21:34:01.328 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/7.0.32 03-Oct-2012 21:34:01.375 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-apr-127.0.0.1-auto-6-56373"] 03-Oct-2012 21:34:11.405 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-apr-127.0.0.1-auto-6-56373"] 03-Oct-2012 21:34:11.457 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service Tomcat 03-Oct-2012 21:34:11.487 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-apr-127.0.0.1-auto-6-56373"] 03-Oct-2012 21:34:11.539 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-apr-127.0.0.1-auto-6-56373"]
------------- ---------------- ---------------

Testcase: testSimple took 5.39 sec
Testcase: testDetectWrongVersion took 1.366 sec
Testcase: testNoConnection took 1.788 sec
Testcase: testNoUpgrade took 1.891 sec
Testcase: testKey took 0.86 sec
Testcase: testBug53339 took 10.958 sec
        Caused an ERROR
Read timed out
java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.read(SocketInputStream.java:129)
        at java.net.SocketInputStream.read(SocketInputStream.java:182)
at org.apache.catalina.websocket.TestWebSocket$WebSocketClient.readMessage(TestWebSocket.java:415) at org.apache.catalina.websocket.TestWebSocket$WebSocketClient.access$300(TestWebSocket.java:343) at org.apache.catalina.websocket.TestWebSocket.testBug53339(TestWebSocket.java:287)


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

Reply via email to