[GUMP@vmgump]: Project tomcat-trunk-validate (in module tomcat-trunk) failed

2014-08-08 Thread Bill Barker
/dist/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/packages/antlr/antlr-3.1.3.jar:/srv/gump/public/workspace/checkstyle/target/checkstyle-5.8-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-20140808.jar:/srv/g

[Bug 53088] Give PoolCleaner TimerTask a better name

2014-08-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53088 --- Comment #6 from Michael Osipov <1983-01...@gmx.net> --- Finally, thanks! -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e

[Bug 56318] Oracle DB cursors are leaking when using org.apache.tomcat.jdbc.pool.DataSourceFactory

2014-08-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56318 --- Comment #18 from Michael Osipov <1983-01...@gmx.net> --- The revision links to Apache Directory -- You are receiving this mail because: You are the assignee for the bug.

[Bug 56828] New: Cluster setup stopped working after 3 months in production

2014-08-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56828 Bug ID: 56828 Summary: Cluster setup stopped working after 3 months in production Product: Tomcat 6 Version: 6.0.39 Hardware: Other OS: Linux

[Bug 56828] Cluster setup stopped working after 3 months in production

2014-08-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56828 KS changed: What|Removed |Added CC||krishna.saran...@gmail.com -- You are receiv

[Bug 56829] New: do not override _RUNJAVA and _RUNJDB environment variables if already defined

2014-08-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56829 Bug ID: 56829 Summary: do not override _RUNJAVA and _RUNJDB environment variables if already defined Product: Tomcat 6 Version: 6.0.41 Hardware: All O

[Bug 53770] tomcat-pool: always log validation query syntax errors

2014-08-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53770 --- Comment #2 from Christopher Schultz --- Filip: how about a configuration property (or probably a separate interceptor) that can be configured with a list of local SQL error codes to treat as certain types of errors? This can probably b

[Bug 54227] maxAge should be checked on borrow

2014-08-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54227 Filip Hanik changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

svn commit: r1616739 - /tomcat/trunk/webapps/docs/changelog.xml

2014-08-08 Thread remm
Author: remm Date: Fri Aug 8 13:07:02 2014 New Revision: 1616739 URL: http://svn.apache.org/r1616739 Log: Checking changes ... Remove the system property for ciphers from the changelog as well. Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.

svn commit: r1616759 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ClassLoaderUtil.java

2014-08-08 Thread markt
Author: markt Date: Fri Aug 8 14:02:40 2014 New Revision: 1616759 URL: http://svn.apache.org/r1616759 Log: Fix possible NPE highlighted by Eclipse Modified: tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ClassLoaderUtil.java Modified: tomcat/trunk/modules/jdbc-po

svn commit: r1616760 - in /tomcat/trunk/modules/jdbc-pool/src: main/java/org/apache/tomcat/jdbc/pool/ test/java/org/apache/tomcat/jdbc/pool/ test/java/org/apache/tomcat/jdbc/test/

2014-08-08 Thread fhanik
Author: fhanik Date: Fri Aug 8 14:02:54 2014 New Revision: 1616760 URL: http://svn.apache.org/r1616760 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54227 Proper fix for max age evaluation at time of borrow. It should be done during borrow, not during setup. Setup does not perform

[Bug 54227] maxAge should be checked on borrow

2014-08-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54227 Filip Hanik changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

svn commit: r1616761 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/SlowQueryReport.java

2014-08-08 Thread markt
Author: markt Date: Fri Aug 8 14:04:26 2014 New Revision: 1616761 URL: http://svn.apache.org/r1616761 Log: Fix typo that meant logSlow was not read Modified: tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/SlowQueryReport.java Modified: tomcat/trunk/mo

svn commit: r1616762 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PooledConnection.java

2014-08-08 Thread markt
Author: markt Date: Fri Aug 8 14:06:21 2014 New Revision: 1616762 URL: http://svn.apache.org/r1616762 Log: Add missing deprecation annotation Modified: tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PooledConnection.java Modified: tomcat/trunk/modules/jdbc-pool/s

svn commit: r1616763 - in /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc: naming/GenericNamingResourcesFactory.java pool/ConnectionPool.java pool/PoolProperties.java pool/interce

2014-08-08 Thread markt
Author: markt Date: Fri Aug 8 14:06:31 2014 New Revision: 1616763 URL: http://svn.apache.org/r1616763 Log: Whitespace police Modified: tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/naming/GenericNamingResourcesFactory.java tomcat/trunk/modules/jdbc-pool/src/main/j

svn commit: r1616764 - in /tomcat/trunk/modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc: bugs/ pool/ test/

2014-08-08 Thread markt
Author: markt Date: Fri Aug 8 14:10:18 2014 New Revision: 1616764 URL: http://svn.apache.org/r1616764 Log: Fix Checkstyle & IDE warnings. Mostly import use/order. Modified: tomcat/trunk/modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/bugs/Bug54225.java tomcat/trunk/modules/jdbc-

svn commit: r1616767 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ClassLoaderUtil.java

2014-08-08 Thread fhanik
Author: fhanik Date: Fri Aug 8 14:13:50 2014 New Revision: 1616767 URL: http://svn.apache.org/r1616767 Log: Amendment to r1616759. Thanks markt Modified: tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ClassLoaderUtil.java Modified: tomcat/trunk/modules/jdbc-pool/

[Bug 53200] Be able to use SlowQueryReport without reporting failed queries

2014-08-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53200 --- Comment #3 from Filip Hanik --- amended in r1616761 -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr.

svn commit: r1616776 - /tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml

2014-08-08 Thread markt
Author: markt Date: Fri Aug 8 14:25:28 2014 New Revision: 1616776 URL: http://svn.apache.org/r1616776 Log: Whitespace police Modified: tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml Modified: tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/

[Bug 56831] javax.faces.application.ViewExpiredException thrown for applications which contextRoot contains dash

2014-08-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56831 Juraj Huska changed: What|Removed |Added CC||jhu...@redhat.com -- You are receiv

[Bug 56831] New: javax.faces.application.ViewExpiredException thrown for applications which contextRoot contains dash

2014-08-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56831 Bug ID: 56831 Summary: javax.faces.application.ViewExpiredException thrown for applications which contextRoot contains dash Product: Tomcat 7 Version: 7.0.55 Hardware

[Bug 56831] javax.faces.application.ViewExpiredException thrown for applications which contextRoot contains dash

2014-08-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56831 --- Comment #1 from Juraj Huska --- FYI original issue report in RichFaces issue management: https://issues.jboss.org/browse/RF-13731 -- You are receiving this mail because: You are the assignee for the bug. -

Re: svn commit: r1613897 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/FairBlockingQueue.java

2014-08-08 Thread Filip Hanik
On Mon, Jul 28, 2014 at 1:02 AM, wrote: > Author: kkolinko > Date: Mon Jul 28 07:02:31 2014 > New Revision: 1613897 > > URL: http://svn.apache.org/r1613897 > Log: > Revert generics changes from r1613123 > The code is compiled with Java 7, so why change them? > copy/paste mistake from the tc7.0.x

buildbot failure in ASF Buildbot on tomcat-trunk

2014-08-08 Thread buildbot
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/344 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source Sta

[Bug 56831] javax.faces.application.ViewExpiredException thrown for applications which contextRoot contains dash

2014-08-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56831 --- Comment #2 from Mark Thomas --- Some explanation of why you think this is a Tomcat bug would be helpful. -- You are receiving this mail because: You are the assignee for the bug. --

svn commit: r1616789 - /tomcat/trunk/modules/jdbc-pool/doc/changelog.xml

2014-08-08 Thread fhanik
Author: fhanik Date: Fri Aug 8 14:53:06 2014 New Revision: 1616789 URL: http://svn.apache.org/r1616789 Log: Update changelog with recent fixes Modified: tomcat/trunk/modules/jdbc-pool/doc/changelog.xml Modified: tomcat/trunk/modules/jdbc-pool/doc/changelog.xml URL: http://svn.apache.org/vi

[Bug 56825] AuthenticatorBase not looking for Coyote Request certificate

2014-08-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56825 --- Comment #2 from Mark Thomas --- Generally we apply patches to the latest release and then back-port. Therefore patches should be against 8.0.x. The current patch changes import order and white space which a) makes the patch harder to r

[Bug 56825] AuthenticatorBase not looking for Coyote Request certificate

2014-08-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56825 --- Comment #3 from jlmonteiro --- Thanks for reviewing. I'll checkout the 8.0.x trunk and submit a new patch. I'll take care as well of the formatting (including imports). -- You are receiving this mail because: You are the assignee for

Eclipse JAR dependency

2014-08-08 Thread Mark Thomas
All, I've been chatting on and off over the last few weeks with some folks at $work that make extensive use of Tomcat embedded and for whom any issues with the JAR references in the Maven POM (such as [1]) are a real pain. The root cause of the issue is that the small (~2MB) Eclipse compiler (JDT

buildbot success in ASF Buildbot on tomcat-trunk

2014-08-08 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/345 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

[Tomcat Wiki] Update of "Development" by markt

2014-08-08 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "Development" page has been changed by markt: https://wiki.apache.org/tomcat/Development?action=diff&rev1=5&rev2=6 Comment: Add a link to the to be created JDT page * '''[[Co

[Tomcat Wiki] Update of "JDTCoreBatchCompiler" by markt

2014-08-08 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "JDTCoreBatchCompiler" page has been changed by markt: https://wiki.apache.org/tomcat/JDTCoreBatchCompiler Comment: Add the content for the JDT page New page: = Managing Tomcat's D

[Tomcat Wiki] Update of "JDTCoreBatchCompiler" by markt

2014-08-08 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "JDTCoreBatchCompiler" page has been changed by markt: https://wiki.apache.org/tomcat/JDTCoreBatchCompiler?action=diff&rev1=1&rev2=2 Comment: Add links to Maven central for the JARs

svn commit: r1616855 - /tomcat/trunk/res/maven/tomcat-embed-jasper.pom

2014-08-08 Thread markt
Author: markt Date: Fri Aug 8 19:23:22 2014 New Revision: 1616855 URL: http://svn.apache.org/r1616855 Log: After some testing and consideration of options, return to a non-optional dependency on the volunteer uploaded ECJ JAR. See https://wiki.apache.org/tomcat/JDTCoreBatchCompiler for more inf

svn commit: r1616856 - /tomcat/trunk/build.properties.default

2014-08-08 Thread markt
Author: markt Date: Fri Aug 8 19:23:54 2014 New Revision: 1616856 URL: http://svn.apache.org/r1616856 Log: Add a reminder Modified: tomcat/trunk/build.properties.default Modified: tomcat/trunk/build.properties.default URL: http://svn.apache.org/viewvc/tomcat/trunk/build.properties.default?

svn commit: r1616858 - /tomcat/tc7.0.x/trunk/build.properties.default

2014-08-08 Thread markt
Author: markt Date: Fri Aug 8 19:25:52 2014 New Revision: 1616858 URL: http://svn.apache.org/r1616858 Log: Add a reminder Modified: tomcat/tc7.0.x/trunk/build.properties.default Modified: tomcat/tc7.0.x/trunk/build.properties.default URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/b

[Bug 50604] Incorrect dependency in jasper.pom for eclipse ecj

2014-08-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50604 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug 56828] Cluster setup stopped working after 3 months in production

2014-08-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56828 --- Comment #1 from Mark Thomas --- What Java version (exactly please) was this running on? Exactly (as precisely as possible - ideally to the second) how long was this cluster up before it failed? -- You are receiving this mail because:

buildbot failure in ASF Buildbot on tomcat-trunk

2014-08-08 Thread buildbot
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/346 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source Sta

buildbot failure in ASF Buildbot on tomcat-7-trunk

2014-08-08 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/205 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

[Bug 56828] Cluster setup stopped working after 3 months in production

2014-08-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56828 --- Comment #2 from Filip Hanik --- faulty member is tcp://10.160.40.12: is this member not responding to anything? now there are ways around this, such as configuring replication to be async. What happens then is that healthy nodes wi

[Bug 53770] tomcat-pool: always log validation query syntax errors

2014-08-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53770 --- Comment #3 from Filip Hanik --- (In reply to Christopher Schultz from comment #2) > Filip: how about a configuration property that can work, but you see, you can already configure a custom validator to handle validation. So there are

[Bug 56318] Oracle DB cursors are leaking when using org.apache.tomcat.jdbc.pool.DataSourceFactory

2014-08-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56318 --- Comment #19 from Filip Hanik --- (In reply to Michael Osipov from comment #18) > The revision links to Apache Directory r1616644 -- You are receiving this mail because: You are the assignee for the bug. -

[GUMP@vmgump]: Project tomcat-trunk-test-nio2 (in module tomcat-trunk) failed

2014-08-08 Thread Bill Barker
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-nio2 has an issue affecting its community integration. T