[GUMP@vmgump]: Project tomcat-tc7.0.x-test-nio (in module tomcat-7.0.x) failed

2015-04-01 Thread Bill Barker
tgz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150401-native-src.tar.gz -Dtest.reports=output/logs-NIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150401-native-src.tar.gz -Dexamples.sources.skip=true -Dtomcat

[Bug 57779] Deadlock if using separate thread to write to ServletOutputStream

2015-04-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57779 --- Comment #2 from bock.mich...@telekom.de --- We are not using the tomcat non blocking io. We simply hand over the ServletOutputStream to another thread. Here are the complete stacktraces: "http-bio-25030-exec-10" daemon prio=10 tid=0x00

Re: svn commit: r1670437 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/startup/HostConfig.java webapps/docs/changelog.xml

2015-04-01 Thread Mark Thomas
On 31/03/2015 22:48, Konstantin Kolinko wrote: > 2015-04-01 0:09 GMT+03:00 Konstantin Kolinko : >> 2015-03-31 22:15 GMT+03:00 : >>> Author: markt >>> Date: Tue Mar 31 19:15:48 2015 >>> New Revision: 1670437 >>> >>> URL: http://svn.apache.org/r1670437 >>> Log: >>> Fix https://bz.apache.org/bugzilla

svn commit: r1670572 - /tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

2015-04-01 Thread rjung
Author: rjung Date: Wed Apr 1 07:32:30 2015 New Revision: 1670572 URL: http://svn.apache.org/r1670572 Log: Fix checkstyle nag (whitespace at end of line). Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apa

[jira] [Updated] (MTOMCAT-283) Tomcat7Runner does not use tomcat-users.xml when used without a server.xml

2015-04-01 Thread Mikko Tommila (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikko Tommila updated MTOMCAT-283: -- Attachment: tomcat-maven-plugin-test.zip Test Maven project for reproducing this issue > Tomca

[jira] [Commented] (MTOMCAT-283) Tomcat7Runner does not use tomcat-users.xml when used without a server.xml

2015-04-01 Thread Mikko Tommila (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14390175#comment-14390175 ] Mikko Tommila commented on MTOMCAT-283: --- The use case is that we want to specify a

[Bug 57779] Deadlock if using separate thread to write to ServletOutputStream

2015-04-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57779 --- Comment #3 from Remy Maucherat --- Ok, but your: parking to wait for <0xc3b273b8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject) does not seem to be related to Tomcat. The lock on the socket is unavoidab

[Bug 57779] Deadlock if using separate thread to write to ServletOutputStream

2015-04-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57779 --- Comment #4 from bock.mich...@telekom.de --- We must block the servlet thread to wait for the output from the other thread to be completed. In consequence to the changes in 7.0.54 it is generally not possible anymore to use a separate thread

[Bug 57779] Deadlock if using separate thread to write to ServletOutputStream

2015-04-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57779 --- Comment #5 from Remy Maucherat --- In your trace the deadlock is caused by the lock on <0xc3b273b8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject) but it only appears once in your stack, we don't see where

[Bug 57779] Deadlock if using separate thread to write to ServletOutputStream

2015-04-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57779 --- Comment #6 from bock.mich...@telekom.de --- We lock the servlet thread with our own lock, which is normally released by the worker thread as soon as the output is processed. But this case the worker thread has no chance to release the lock,

buildbot failure in ASF Buildbot on tomcat-8-trunk

2015-04-01 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-8-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-8-trunk/builds/189 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSch

svn commit: r1670591 - /tomcat/trunk/webapps/docs/config/ajp.xml

2015-04-01 Thread rjung
Author: rjung Date: Wed Apr 1 09:51:41 2015 New Revision: 1670591 URL: http://svn.apache.org/r1670591 Log: Docs typos. Modified: tomcat/trunk/webapps/docs/config/ajp.xml Modified: tomcat/trunk/webapps/docs/config/ajp.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/aj

svn commit: r1670592 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/config/ajp.xml

2015-04-01 Thread rjung
Author: rjung Date: Wed Apr 1 09:52:53 2015 New Revision: 1670592 URL: http://svn.apache.org/r1670592 Log: Docs typos. Backport of r1670591 from trunk. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/webapps/docs/config/ajp.xml Propchange: tomcat/tc8.0.x/trunk/ --

svn commit: r1670593 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/config/ajp.xml

2015-04-01 Thread rjung
Author: rjung Date: Wed Apr 1 09:54:09 2015 New Revision: 1670593 URL: http://svn.apache.org/r1670593 Log: Docs typos. Backport of r1670591 from trunk resp. r1670592 from tc8. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/config/ajp.xml Propchange:

buildbot exception in ASF Buildbot on tomcat-trunk

2015-04-01 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/1093 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSc

buildbot exception in ASF Buildbot on tomcat-7-trunk

2015-04-01 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/606 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranc

svn commit: r1670598 - /tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java

2015-04-01 Thread markt
Author: markt Date: Wed Apr 1 10:21:45 2015 New Revision: 1670598 URL: http://svn.apache.org/r1670598 Log: Use a constant (that can be re-used by the unit tests) for the file modification resolution. Modified: tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java Modified: tomcat/t

svn commit: r1670599 - /tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java

2015-04-01 Thread markt
Author: markt Date: Wed Apr 1 10:22:14 2015 New Revision: 1670599 URL: http://svn.apache.org/r1670599 Log: Align redeploy resource modification checking with reload modification checking so that now, in both cases, a change in modification time rather than an increase in modification time is us

svn commit: r1670600 - /tomcat/trunk/test/org/apache/catalina/startup/TestHostConfigAutomaticDeployment.java

2015-04-01 Thread markt
Author: markt Date: Wed Apr 1 10:23:42 2015 New Revision: 1670600 URL: http://svn.apache.org/r1670600 Log: Update unit tests to account for file modification resolution changes in HostConfig. Generally: - make sure modification times change by more than FILE_MODIFICATION_RESOLUTION_MS - make su

[GUMP@vmgump]: Project tomcat-tc8.0.x-test-bio (in module tomcat-8.0.x) failed

2015-04-01 Thread Bill Barker
it/target/junit-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-BIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150401-native-src.tar.gz -Dexampl

svn commit: r1670605 - /tomcat/tc8.0.x/trunk/java/org/apache/catalina/startup/HostConfig.java

2015-04-01 Thread markt
Author: markt Date: Wed Apr 1 10:41:17 2015 New Revision: 1670605 URL: http://svn.apache.org/r1670605 Log: Use a constant (that can be re-used by the unit tests) for the file modification resolution. Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/startup/HostConfig.java Modified:

svn commit: r1670606 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/startup/HostConfig.java

2015-04-01 Thread markt
Author: markt Date: Wed Apr 1 10:41:56 2015 New Revision: 1670606 URL: http://svn.apache.org/r1670606 Log: Align redeploy resource modification checking with reload modification checking so that now, in both cases, a change in modification time rather than an increase in modification time is us

svn commit: r1670607 - in /tomcat/tc8.0.x/trunk: ./ test/org/apache/catalina/startup/TestHostConfigAutomaticDeployment.java

2015-04-01 Thread markt
Author: markt Date: Wed Apr 1 10:42:24 2015 New Revision: 1670607 URL: http://svn.apache.org/r1670607 Log: Update unit tests to account for file modification resolution changes in HostConfig. Generally: - make sure modification times change by more than FILE_MODIFICATION_RESOLUTION_MS - make su

svn commit: r1670609 - /tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

2015-04-01 Thread markt
Author: markt Date: Wed Apr 1 10:45:04 2015 New Revision: 1670609 URL: http://svn.apache.org/r1670609 Log: Update changelog Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/t

svn commit: r1670610 - /tomcat/trunk/java/org/apache/tomcat/util/digester/Digester.java

2015-04-01 Thread violetagg
Author: violetagg Date: Wed Apr 1 10:45:33 2015 New Revision: 1670610 URL: http://svn.apache.org/r1670610 Log: Removed debug messages as they do not give any valuable information and floods the log files with empty rows. Patch provided by Polina Genova. Modified: tomcat/trunk/java/org/apach

svn commit: r1670612 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/util/digester/Digester.java webapps/docs/changelog.xml

2015-04-01 Thread violetagg
Author: violetagg Date: Wed Apr 1 10:54:07 2015 New Revision: 1670612 URL: http://svn.apache.org/r1670612 Log: Merged revision 1670610 from tomcat/trunk: Removed debug messages as they do not give any valuable information and floods the log files with empty rows. Patch provided by Polina Genova.

svn commit: r1670617 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/digester/Digester.java webapps/docs/changelog.xml

2015-04-01 Thread violetagg
Author: violetagg Date: Wed Apr 1 11:10:53 2015 New Revision: 1670617 URL: http://svn.apache.org/r1670617 Log: Merged revision 1670610 from tomcat/trunk: Removed debug messages as they do not give any valuable information and floods the log files with empty rows. Patch provided by Polina Genova.

Re: [VOTE] Release Apache Tomcat 7.0.61

2015-04-01 Thread Violeta Georgieva
2015-03-27 14:36 GMT+02:00 Violeta Georgieva : > > The proposed Apache Tomcat 7.0.61 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.61/ > The Maven staging repo is: > https://repository.apache.org/content/repositories/

[Bug 57779] Deadlock if using separate thread to write to ServletOutputStream

2015-04-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57779 --- Comment #7 from Mark Thomas --- Are you using Servlet 3 async processing at all? Or is this all custom async code written on top of - effectively - servlet 2.5? -- You are receiving this mail because: You are the assignee for the bug. --

[Bug 57779] Deadlock if using separate thread to write to ServletOutputStream

2015-04-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57779 --- Comment #8 from bock.mich...@telekom.de --- This is custom async code written on top of servlet 2.5. We're now switched the http-connector to Http11NioProtocol. In a first try the lock didn't occur anymore. -- You are receiving this mail

[GUMP@vmgump]: Project tomcat-tc8.0.x-test-apr (in module tomcat-8.0.x) failed

2015-04-01 Thread Bill Barker
it/target/junit-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-APR -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150401-native-src.tar.gz -Dexampl

Re: svn commit: r1670610 - /tomcat/trunk/java/org/apache/tomcat/util/digester/Digester.java

2015-04-01 Thread Mark Thomas
On 01/04/2015 11:45, violet...@apache.org wrote: > Author: violetagg > Date: Wed Apr 1 10:45:33 2015 > New Revision: 1670610 > > URL: http://svn.apache.org/r1670610 > Log: > Removed debug messages as they do not give any valuable information and > floods the log files with empty rows. Patch prov

svn commit: r1670619 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/startup/HostConfig.java

2015-04-01 Thread markt
Author: markt Date: Wed Apr 1 11:42:38 2015 New Revision: 1670619 URL: http://svn.apache.org/r1670619 Log: Use a constant (that can be re-used by the unit tests) for the file modification resolution. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/

svn commit: r1670620 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/startup/HostConfig.java

2015-04-01 Thread markt
Author: markt Date: Wed Apr 1 11:43:07 2015 New Revision: 1670620 URL: http://svn.apache.org/r1670620 Log: Align redeploy resource modification checking with reload modification checking so that now, in both cases, a change in modification time rather than an increase in modification time is us

svn commit: r1670621 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/startup/TestHostConfigAutomaticDeployment.java

2015-04-01 Thread markt
Author: markt Date: Wed Apr 1 11:48:03 2015 New Revision: 1670621 URL: http://svn.apache.org/r1670621 Log: Update unit tests to account for file modification resolution changes in HostConfig. Generally: - make sure modification times change by more than FILE_MODIFICATION_RESOLUTION_MS - make su

svn commit: r1670622 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml

2015-04-01 Thread markt
Author: markt Date: Wed Apr 1 11:49:41 2015 New Revision: 1670622 URL: http://svn.apache.org/r1670622 Log: Update changelog Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Propchange: tomcat/tc7.0.x/trunk/ ---

buildbot success in ASF Buildbot on tomcat-trunk

2015-04-01 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/1094 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSch

buildbot exception in ASF Buildbot on tomcat-8-trunk

2015-04-01 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-8-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-8-trunk/builds/191 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranc

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

2015-04-01 Thread Bill Barker
it-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-NIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150401-native-src.tar.gz -Dexamples.sources.skip=true

Re: svn commit: r1670609 - /tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

2015-04-01 Thread Rainer Jung
Am 01.04.2015 um 12:45 schrieb ma...@apache.org: Author: markt Date: Wed Apr 1 10:45:04 2015 New Revision: 1670609 URL: http://svn.apache.org/r1670609 Log: Update changelog Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

[GUMP@vmgump]: Project tomcat-tc7.0.x-test-bio (in module tomcat-7.0.x) failed

2015-04-01 Thread Bill Barker
-commons/daemon/dist/bin/commons-daemon-20150401-native-src.tar.gz -Dtest.reports=output/logs-BIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150401-native-src.tar.gz -Dexamples.sources.skip=true -Dtomcat-dbcp.home=/srv/gump/public/workspace

[Bug 57750] WebSocket does not get closed when network is disconnected

2015-04-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57750 --- Comment #5 from roman.stobni...@dialogic.com --- Sorry for late replay but update emails were caught in my spam :-) Just wanted to add that actually we did many tests and found out that TCP keep alive timers are only good between the "hops"

buildbot failure in ASF Buildbot on tomcat-7-trunk

2015-04-01 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/607 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSch

Re: svn commit: r1670609 - /tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

2015-04-01 Thread Mark Thomas
On 01/04/2015 13:07, Rainer Jung wrote: > Am 01.04.2015 um 12:45 schrieb ma...@apache.org: >> Author: markt >> Date: Wed Apr 1 10:45:04 2015 >> New Revision: 1670609 >> >> URL: http://svn.apache.org/r1670609 >> Log: >> Update changelog >> >> Modified: >> tomcat/tc8.0.x/trunk/webapps/docs/chan

svn commit: r1670631 - /tomcat/trunk/java/org/apache/coyote/AbstractProcessor.java

2015-04-01 Thread markt
Author: markt Date: Wed Apr 1 12:52:24 2015 New Revision: 1670631 URL: http://svn.apache.org/r1670631 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57779 Dispatch to another thread for error handling is only intended to be used during Servlet 3+ async processing. Don't dispatch if the

svn commit: r1670632 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/coyote/AbstractProcessor.java webapps/docs/changelog.xml

2015-04-01 Thread markt
Author: markt Date: Wed Apr 1 12:57:01 2015 New Revision: 1670632 URL: http://svn.apache.org/r1670632 Log: Dispatch to another thread for error handling is only intended to be used during Servlet 3+ async processing. Don't dispatch if the user is doing their own, custom form of async. Modified

svn commit: r1670633 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/AbstractProcessor.java webapps/docs/changelog.xml

2015-04-01 Thread markt
Author: markt Date: Wed Apr 1 12:57:59 2015 New Revision: 1670633 URL: http://svn.apache.org/r1670633 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57779 Dispatch to another thread for error handling is only intended to be used during Servlet 3+ async processing. Don't dispatch if the

[GUMP@vmgump]: Project tomcat-tc8.0.x-test-nio (in module tomcat-8.0.x) failed

2015-04-01 Thread Bill Barker
it/target/junit-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-NIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150401-native-src.tar.gz -Dexampl

[Bug 57779] Deadlock if using separate thread to write to ServletOutputStream

2015-04-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57779 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

Re: svn commit: r1670610 - /tomcat/trunk/java/org/apache/tomcat/util/digester/Digester.java

2015-04-01 Thread Violeta Georgieva
Hi, 2015-04-01 14:41 GMT+03:00 Mark Thomas : > > On 01/04/2015 11:45, violet...@apache.org wrote: > > Author: violetagg > > Date: Wed Apr 1 10:45:33 2015 > > New Revision: 1670610 > > > > URL: http://svn.apache.org/r1670610 > > Log: > > Removed debug messages as they do not give any valuable info

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

2015-04-01 Thread Bill Barker
it/target/junit-4.13-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-20150401-native-src.tar.gz -Dexamples.sources.

Re: svn commit: r1670610 - /tomcat/trunk/java/org/apache/tomcat/util/digester/Digester.java

2015-04-01 Thread Mark Thomas
On 01/04/2015 14:30, Violeta Georgieva wrote: > Hi, > > 2015-04-01 14:41 GMT+03:00 Mark Thomas : >> >> On 01/04/2015 11:45, violet...@apache.org wrote: >>> Author: violetagg >>> Date: Wed Apr 1 10:45:33 2015 >>> New Revision: 1670610 >>> >>> URL: http://svn.apache.org/r1670610 >>> Log: >>> Remove

[GUMP@vmgump]: Project tomcat-tc7.0.x-test-apr (in module tomcat-7.0.x) failed

2015-04-01 Thread Bill Barker
-commons/daemon/dist/bin/commons-daemon-20150401-native-src.tar.gz -Dtest.reports=output/logs-APR -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150401-native-src.tar.gz -Dexamples.sources.skip=true -Dtomcat-dbcp.home=/srv/gump/public/workspace

svn commit: r1670651 - /tomcat/tc8.0.x/trunk/test/org/apache/tomcat/websocket/TesterEchoServer.java

2015-04-01 Thread markt
Author: markt Date: Wed Apr 1 13:56:59 2015 New Revision: 1670651 URL: http://svn.apache.org/r1670651 Log: msg is used so remove @SupressWarnings Modified: tomcat/tc8.0.x/trunk/test/org/apache/tomcat/websocket/TesterEchoServer.java Modified: tomcat/tc8.0.x/trunk/test/org/apache/tomcat/webs

svn commit: r1670653 - /tomcat/trunk/test/org/apache/tomcat/websocket/TesterEchoServer.java

2015-04-01 Thread markt
Author: markt Date: Wed Apr 1 13:57:53 2015 New Revision: 1670653 URL: http://svn.apache.org/r1670653 Log: msg is used so remove @SupressWarnings Modified: tomcat/trunk/test/org/apache/tomcat/websocket/TesterEchoServer.java Modified: tomcat/trunk/test/org/apache/tomcat/websocket/TesterEchoS

svn commit: r1670657 - in /tomcat/trunk/res/maven: mvn-pub.xml mvn.properties.default tomcat-storeconfig.pom

2015-04-01 Thread remm
Author: remm Date: Wed Apr 1 14:24:04 2015 New Revision: 1670657 URL: http://svn.apache.org/r1670657 Log: Add pom for storeconfig JAR and update version numbers. Added: tomcat/trunk/res/maven/tomcat-storeconfig.pom (with props) Modified: tomcat/trunk/res/maven/mvn-pub.xml tomcat/tr

svn commit: r1670663 - in /tomcat/tc8.0.x/trunk: res/maven/mvn-pub.xml res/maven/tomcat-storeconfig.pom webapps/docs/changelog.xml

2015-04-01 Thread remm
Author: remm Date: Wed Apr 1 14:45:19 2015 New Revision: 1670663 URL: http://svn.apache.org/r1670663 Log: Add pom for storeconfig JAR. Added: tomcat/tc8.0.x/trunk/res/maven/tomcat-storeconfig.pom (with props) Modified: tomcat/tc8.0.x/trunk/res/maven/mvn-pub.xml tomcat/tc8.0.x/trunk

svn commit: r1670664 - in /tomcat/trunk/res/maven: mvn-pub.xml tomcat-storeconfig.pom

2015-04-01 Thread remm
Author: remm Date: Wed Apr 1 14:47:46 2015 New Revision: 1670664 URL: http://svn.apache.org/r1670664 Log: Revert version number (no need to change) and add svn property. Modified: tomcat/trunk/res/maven/mvn-pub.xml tomcat/trunk/res/maven/tomcat-storeconfig.pom (props changed) Modified

[GUMP@vmgump]: Project tomcat-tc7.0.x-test-nio (in module tomcat-7.0.x) failed

2015-04-01 Thread Bill Barker
-commons/daemon/dist/bin/commons-daemon-20150401-native-src.tar.gz -Dtest.reports=output/logs-NIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150401-native-src.tar.gz -Dexamples.sources.skip=true -Dtomcat-dbcp.home=/srv/gump/public/workspace

buildbot success in ASF Buildbot on tomcat-7-trunk

2015-04-01 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/608 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranch

buildbot success in ASF Buildbot on tomcat-8-trunk

2015-04-01 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-8-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-8-trunk/builds/192 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranch

svn commit: r1670669 - /tomcat/trunk/res/maven/tomcat-storeconfig.pom

2015-04-01 Thread remm
Author: remm Date: Wed Apr 1 15:19:38 2015 New Revision: 1670669 URL: http://svn.apache.org/r1670669 Log: Fix svn property (second attempt). Modified: tomcat/trunk/res/maven/tomcat-storeconfig.pom (props changed) Propchange: tomcat/trunk/res/maven/tomcat-storeconfig.pom --

svn commit: r1670675 - /tomcat/trunk/test/org/apache/catalina/nonblocking/TestNonBlockingAPI.java

2015-04-01 Thread remm
Author: remm Date: Wed Apr 1 15:29:06 2015 New Revision: 1670675 URL: http://svn.apache.org/r1670675 Log: Since the NB test is one of those having the most issues, add a keepalive variant I used to validate that the state is right after a request. Modified: tomcat/trunk/test/org/apache/cata

svn commit: r1670719 - /tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java

2015-04-01 Thread markt
Author: markt Date: Wed Apr 1 16:28:08 2015 New Revision: 1670719 URL: http://svn.apache.org/r1670719 Log: Follow-up to r1670433. If auto-deploy is not enabled, skip the last modified resolution check since checkResources() will have been explicitly called after the resource has been updated.

svn commit: r1670720 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/startup/HostConfig.java

2015-04-01 Thread markt
Author: markt Date: Wed Apr 1 16:30:38 2015 New Revision: 1670720 URL: http://svn.apache.org/r1670720 Log: Follow-up to r1670435. If auto-deploy is not enabled, skip the last modified resolution check since checkResources() will have been explicitly called after the resource has been updated.

svn commit: r1670721 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/startup/HostConfig.java

2015-04-01 Thread markt
Author: markt Date: Wed Apr 1 16:31:34 2015 New Revision: 1670721 URL: http://svn.apache.org/r1670721 Log: Follow-up to 1670437. If auto-deploy is not enabled, skip the last modified resolution check since checkResources() will have been explicitly called after the resource has been updated. M

buildbot failure in ASF Buildbot on tomcat-trunk

2015-04-01 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/1097 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSchedu

svn commit: r1670724 - /tomcat/trunk/test/org/apache/catalina/startup/TestHostConfigAutomaticDeployment.java

2015-04-01 Thread markt
Author: markt Date: Wed Apr 1 16:44:02 2015 New Revision: 1670724 URL: http://svn.apache.org/r1670724 Log: Really make sure that HostConfig thinks the files have been modified. Modified: tomcat/trunk/test/org/apache/catalina/startup/TestHostConfigAutomaticDeployment.java Modified: tomcat/

svn commit: r1670725 - in /tomcat/tc8.0.x/trunk: ./ test/org/apache/catalina/startup/TestHostConfigAutomaticDeployment.java

2015-04-01 Thread markt
Author: markt Date: Wed Apr 1 16:44:57 2015 New Revision: 1670725 URL: http://svn.apache.org/r1670725 Log: Really make sure that HostConfig thinks the files have been modified. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/test/org/apache/catalina/startup/TestHo

svn commit: r1670726 - /tomcat/trunk/test/org/apache/catalina/startup/TestHostConfigAutomaticDeployment.java

2015-04-01 Thread markt
Author: markt Date: Wed Apr 1 16:47:03 2015 New Revision: 1670726 URL: http://svn.apache.org/r1670726 Log: Follow-up to r1670724 Modified: tomcat/trunk/test/org/apache/catalina/startup/TestHostConfigAutomaticDeployment.java Modified: tomcat/trunk/test/org/apache/catalina/startup/TestHostC

svn commit: r1670727 - in /tomcat/tc8.0.x/trunk: ./ test/org/apache/catalina/startup/TestHostConfigAutomaticDeployment.java

2015-04-01 Thread markt
Author: markt Date: Wed Apr 1 16:47:41 2015 New Revision: 1670727 URL: http://svn.apache.org/r1670727 Log: Follow-up to r1670725 Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/test/org/apache/catalina/startup/TestHostConfigAutomaticDeployment.java Propchange: to

svn commit: r1670728 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/startup/TestHostConfigAutomaticDeployment.java

2015-04-01 Thread markt
Author: markt Date: Wed Apr 1 16:48:28 2015 New Revision: 1670728 URL: http://svn.apache.org/r1670728 Log: Really make sure that HostConfig thinks the files have been modified. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/test/org/apache/catalina/startup/TestHo

svn commit: r1670730 - /tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java

2015-04-01 Thread markt
Author: markt Date: Wed Apr 1 17:05:16 2015 New Revision: 1670730 URL: http://svn.apache.org/r1670730 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57772 When reloading an application and a DIR representing an expanded WAR needs to be deleted ensure that the DIR is deleted after the co

svn commit: r1670731 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/startup/HostConfig.java webapps/docs/changelog.xml

2015-04-01 Thread markt
Author: markt Date: Wed Apr 1 17:07:47 2015 New Revision: 1670731 URL: http://svn.apache.org/r1670731 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57772 When reloading an application and a DIR representing an expanded WAR needs to be deleted ensure that the DIR is deleted after the co

svn commit: r1670733 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/startup/HostConfig.java webapps/docs/changelog.xml

2015-04-01 Thread markt
Author: markt Date: Wed Apr 1 17:09:28 2015 New Revision: 1670733 URL: http://svn.apache.org/r1670733 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57772 When reloading an application and a DIR representing an expanded WAR needs to be deleted ensure that the DIR is deleted after the co

[Bug 57772] WebappClassLoader throws a ClassNotFoundError when the Manager is deploying a new WAR

2015-04-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57772 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1670736 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt build.properties.default java/org/apache/catalina/core/AprLifecycleListener.java webapps/docs/changelog.xml

2015-04-01 Thread markt
Author: markt Date: Wed Apr 1 17:15:30 2015 New Revision: 1670736 URL: http://svn.apache.org/r1670736 Log: Update to tc-native 1.1.33 and bump the recommended version to 1.1.33 as well Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/tr

buildbot success in ASF Buildbot on tomcat-trunk

2015-04-01 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/1098 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSch

buildbot exception in ASF Buildbot on tomcat-7-trunk

2015-04-01 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/609 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranc

[Bug 57772] WebappClassLoader throws a ClassNotFoundError when the Manager is deploying a new WAR

2015-04-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57772 --- Comment #7 from Austin Jones --- (In reply to Mark Thomas from comment #6) > Thanks for the report, the analysis and the test case. No problem. Thank you for fixing this so quickly! -- You are receiving this mail because: You are the as

[GUMP@vmgump]: Project tomcat-tc8.0.x-validate (in module tomcat-8.0.x) failed

2015-04-01 Thread Bill Barker
ace/ant/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-6.6-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-20150401.

buildbot failure in ASF Buildbot on tomcat-6-trunk

2015-04-01 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-6-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-6-trunk/builds/99 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSche

[GUMP@vmgump]: Project tomcat-tc8.0.x-validate (in module tomcat-8.0.x) failed

2015-04-01 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-tc8.0.x-validate has an issue affecting its community integration.

[GUMP@vmgump]: Project tomcat-tc8.0.x-test-nio2 (in module tomcat-8.0.x) failed

2015-04-01 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-tc8.0.x-test-nio2 has an issue affecting its community integration

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

2015-04-01 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-apr has an issue affecting its community integration. Th

svn commit: r1670826 - /tomcat/tc8.0.x/trunk/res/maven/mvn-pub.xml

2015-04-01 Thread rjung
Author: rjung Date: Thu Apr 2 06:46:02 2015 New Revision: 1670826 URL: http://svn.apache.org/r1670826 Log: Untabify. Modified: tomcat/tc8.0.x/trunk/res/maven/mvn-pub.xml Modified: tomcat/tc8.0.x/trunk/res/maven/mvn-pub.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/res/maven/mv

buildbot exception in ASF Buildbot on tomcat-8-trunk

2015-04-01 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-8-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-8-trunk/builds/195 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranc