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

2014-08-06 Thread Bill Barker
-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-NIO2 -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20140806-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar

[Bug 56756] VM argument javaagent is not working

2014-08-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56756 --- Comment #3 from Mark Thomas ma...@apache.org --- Can you put together the simplest possible web application that demonstrates this and attach it to this issue please? -- You are receiving this mail because: You are the assignee for

svn commit: r1616204 - /tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java

2014-08-06 Thread markt
Author: markt Date: Wed Aug 6 12:27:43 2014 New Revision: 1616204 URL: http://svn.apache.org/r1616204 Log: Avoid possible NPE (unlikely but observed while stepping through code investogating BZ 56739) Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java

[Bug 56739] Error response body generated only occasionally

2014-08-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56739 --- Comment #1 from Mark Thomas ma...@apache.org --- The good news is that I now know what is going on here. When the request is received it is process on container Thread C. By the time the thread reaches the Servlet, it has passed

AuthenticatorBase bug using SSL?

2014-08-06 Thread Jean-Louis MONTEIRO
Hello guys, I'm currently facing an issue with the BaseAuthenticator. Before opening a issue on the bug tracker, I'd like to get your opinion guys. The use case is simple: use an HTTPS tomcat connector with mutual authentication (CLIENT-CERT). It does not involve at all any front serveur like

buildbot failure in ASF Buildbot on tomcat-trunk

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

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

2014-08-06 Thread Bill Barker
-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-NIO2 -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20140806-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar

Re: AuthenticatorBase bug using SSL?

2014-08-06 Thread Mark Thomas
On 06/08/2014 14:54, Jean-Louis MONTEIRO wrote: Hello guys, I'm currently facing an issue with the BaseAuthenticator. Before opening a issue on the bug tracker, I'd like to get your opinion guys. The members of this list include both men and women. Please use a more inclusive term than

[Bug 56756] VM argument javaagent is not working

2014-08-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56756 --- Comment #4 from Mark Thomas ma...@apache.org --- From Andy Wilkinson (Spring developer at $work): quote ...if you want to involve as little of Spring as possible a Servlet that calls

[Bug 56756] VM argument javaagent is not working

2014-08-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56756 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

Re: AuthenticatorBase bug using SSL?

2014-08-06 Thread Jean-Louis MONTEIRO
2014-08-06 16:19 GMT+02:00 Mark Thomas ma...@apache.org: On 06/08/2014 14:54, Jean-Louis MONTEIRO wrote: Hello guys, I'm currently facing an issue with the BaseAuthenticator. Before opening a issue on the bug tracker, I'd like to get your opinion guys. The members of this list

[Bug 56756] VM argument javaagent is not working

2014-08-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56756 --- Comment #6 from betoneto@gmail.com --- Created attachment 31882 -- https://issues.apache.org/bugzilla/attachment.cgi?id=31882action=edit example to reproduce This is an maven project using: - servlet 3.0 - spring 4.0.5

[Bug 56756] VM argument javaagent is not working

2014-08-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56756 --- Comment #7 from betoneto@gmail.com --- Created attachment 31883 -- https://issues.apache.org/bugzilla/attachment.cgi?id=31883action=edit web application to reproduce 1 - Import the attachment as a project in Eclipse JEE (my

[Bug 56756] VM argument javaagent is not working

2014-08-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56756 betoneto@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug 55943] Provide a way prevent looking at the System classloader before the webapp classloaders

2014-08-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55943 betoneto@gmail.com changed: What|Removed |Added Status|REOPENED|RESOLVED

svn commit: r1616307 - /tomcat/trunk/java/org/apache/catalina/core/StandardHostValve.java

2014-08-06 Thread markt
Author: markt Date: Wed Aug 6 19:05:15 2014 New Revision: 1616307 URL: http://svn.apache.org/r1616307 Log: Code simplification reformatting - no functional change Modified: tomcat/trunk/java/org/apache/catalina/core/StandardHostValve.java Modified:

svn commit: r1616308 - /tomcat/trunk/java/org/apache/catalina/core/StandardHostValve.java

2014-08-06 Thread markt
Author: markt Date: Wed Aug 6 19:05:58 2014 New Revision: 1616308 URL: http://svn.apache.org/r1616308 Log: Re-ordering - no functional change Modified: tomcat/trunk/java/org/apache/catalina/core/StandardHostValve.java Modified:

svn commit: r1616309 - /tomcat/trunk/java/org/apache/catalina/core/StandardHostValve.java

2014-08-06 Thread markt
Author: markt Date: Wed Aug 6 19:08:07 2014 New Revision: 1616309 URL: http://svn.apache.org/r1616309 Log: Ensure unbind() is always called after calling bind() Modified: tomcat/trunk/java/org/apache/catalina/core/StandardHostValve.java Modified:

svn commit: r1616310 - /tomcat/trunk/java/org/apache/catalina/core/StandardHostValve.java

2014-08-06 Thread markt
Author: markt Date: Wed Aug 6 19:14:27 2014 New Revision: 1616310 URL: http://svn.apache.org/r1616310 Log: Refactor - no functional change Modified: tomcat/trunk/java/org/apache/catalina/core/StandardHostValve.java Modified: tomcat/trunk/java/org/apache/catalina/core/StandardHostValve.java

[Bug 56739] Error response body generated only occasionally

2014-08-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56739 --- Comment #2 from marko asplund marko.aspl...@gmail.com --- Thanks for the update and investigating this issue! What's the Tomcat dev team's policy to fixing issues like this? Is it something that can be addressed in a TC 7.0 / 8.0

[Bug 56739] Error response body generated only occasionally

2014-08-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56739 --- Comment #3 from Mark Thomas ma...@apache.org --- Generally we like to close every open bug (not enahncement request) for a branch (e.g. 8.0.x) before we do the next 8.0.x release. The excpetion is API breaking changes. Tomcat doesn't

buildbot success in ASF Buildbot on tomcat-trunk

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

[Bug 56798] Idle eviction strategy could perform better (and is sometimes suboptimal)

2014-08-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56798 --- Comment #7 from Bertrand Renuart brenu...@gmail.com --- (In reply to Chuck Caldarale from comment #6) The pool currently uses java.util.concurrent.ArrayBlockingQueue unless a fair implementation is requested (in which case a custom

buildbot retry in ASF Buildbot on tomcat-trunk

2014-08-06 Thread buildbot
on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/331 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source Stamp: [branch tomcat/trunk] 1616310

buildbot success in ASF Buildbot on tomcat-trunk

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

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

2014-08-06 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.