[Bug 56239] NullPointerException when finishing response under the Linux traffic control

2014-03-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56239 --- Comment #2 from Lsk --- Created attachment 31380 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31380&action=edit stacktrace -- You are receiving this mail because: You are the assignee for the bug. --

svn commit: r1576218 - in /tomcat/trunk: java/org/apache/catalina/manager/ManagerServlet.java webapps/docs/changelog.xml

2014-03-11 Thread kfujino
Author: kfujino Date: Tue Mar 11 07:59:08 2014 New Revision: 1576218 URL: http://svn.apache.org/r1576218 Log: Fixed java.lang.NegativeArraySizeException when execute the command of Expire sessions of manager web application to context in which the session timeout is disabled. Modified: tomc

svn commit: r1576219 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/manager/ManagerServlet.java webapps/docs/changelog.xml

2014-03-11 Thread kfujino
Author: kfujino Date: Tue Mar 11 08:00:47 2014 New Revision: 1576219 URL: http://svn.apache.org/r1576219 Log: Fixed java.lang.NegativeArraySizeException when execute the command of Expire sessions of manager web application to context in which the session timeout is disabled. Modified: tomc

svn commit: r1576234 - in /tomcat/jk/trunk: native/STATUS.txt xdocs/index.xml xdocs/news/20140201.xml

2014-03-11 Thread mturk
Author: mturk Date: Tue Mar 11 08:54:52 2014 New Revision: 1576234 URL: http://svn.apache.org/r1576234 Log: Add release notes Modified: tomcat/jk/trunk/native/STATUS.txt tomcat/jk/trunk/xdocs/index.xml tomcat/jk/trunk/xdocs/news/20140201.xml Modified: tomcat/jk/trunk/native/STATUS.tx

svn commit: r1576235 - /tomcat/site/trunk/xdocs/download-connectors.xml

2014-03-11 Thread mturk
Author: mturk Date: Tue Mar 11 09:01:56 2014 New Revision: 1576235 URL: http://svn.apache.org/r1576235 Log: Update connectors download versions and signing key Modified: tomcat/site/trunk/xdocs/download-connectors.xml Modified: tomcat/site/trunk/xdocs/download-connectors.xml URL: http://svn

buildbot success in ASF Buildbot on tomcat-7-trunk

2014-03-11 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/1796 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build So

svn commit: r1576237 [7/7] - in /tomcat/site/trunk/docs/connectors-doc: ./ ajp/ ajp/printer/ generic_howto/ generic_howto/printer/ miscellaneous/ miscellaneous/printer/ news/ news/printer/ printer/ re

2014-03-11 Thread mturk
Modified: tomcat/site/trunk/docs/connectors-doc/webserver_howto/printer/nes.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/connectors-doc/webserver_howto/printer/nes.html?rev=1576237&r1=1576236&r2=1576237&view=diff

svn commit: r1576241 - /tomcat/trunk/java/org/apache/tomcat/util/net/SecureNio2Channel.java

2014-03-11 Thread remm
Author: remm Date: Tue Mar 11 09:17:34 2014 New Revision: 1576241 URL: http://svn.apache.org/r1576241 Log: Use the behavior of the NIO connector if there is a pending write when attempting a SSL close (= throw an IOE and expect a real close). Modified: tomcat/trunk/java/org/apache/tomcat/uti

[Bug 56242] Deploying a Velocity-based web application can thwart Attach API connections for monitoring

2014-03-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56242 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 56239] NullPointerException when finishing response under the Linux traffic control

2014-03-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56239 --- Comment #4 from Mark Thomas --- 1. Fix your broken web application - you should not be bundling multiple versions of the Servlet API in your web application. 2. Please provide a stack trace from the latest stable 7.0.x release. 7.0.39

[Bug 56244] New: 8.0.3: In jmxproxy: javax.management.ReflectionException: Cannot find getter method getJarPath

2014-03-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56244 Bug ID: 56244 Summary: 8.0.3: In jmxproxy: javax.management.ReflectionException: Cannot find getter method getJarPath Product: Tomcat 8 Version: 8.0.3

svn commit: r1576263 - in /tomcat/trunk: java/org/apache/catalina/loader/mbeans-descriptors.xml webapps/docs/changelog.xml

2014-03-11 Thread kkolinko
Author: kkolinko Date: Tue Mar 11 10:26:57 2014 New Revision: 1576263 URL: http://svn.apache.org/r1576263 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56244 Fix MBeans descriptor for WebappClassLoader MBean: The jarPath property on WebappClassLoader has been removed in Tomcat 8. Mo

[Bug 56244] 8.0.3: In jmxproxy: javax.management.ReflectionException: Cannot find getter method getJarPath

2014-03-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56244 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

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

2014-03-11 Thread kkolinko
Author: kkolinko Date: Tue Mar 11 10:44:53 2014 New Revision: 1576271 URL: http://svn.apache.org/r1576271 Log: Rephrase changelog message Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapp

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

2014-03-11 Thread kkolinko
Author: kkolinko Date: Tue Mar 11 10:46:18 2014 New Revision: 1576272 URL: http://svn.apache.org/r1576272 Log: Merged r1576271 from tomcat/trunk: Rephrase changelog message Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Propchange: tomca

svn commit: r1576280 - /tomcat/trunk/BUILDING.txt

2014-03-11 Thread kkolinko
Author: kkolinko Date: Tue Mar 11 11:01:05 2014 New Revision: 1576280 URL: http://svn.apache.org/r1576280 Log: Document the "execute.test.nio2" option. Modified: tomcat/trunk/BUILDING.txt Modified: tomcat/trunk/BUILDING.txt URL: http://svn.apache.org/viewvc/tomcat/trunk/BUILDING.txt?rev=157

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

2014-03-11 Thread kkolinko
Author: kkolinko Date: Tue Mar 11 11:04:32 2014 New Revision: 1576281 URL: http://svn.apache.org/r1576281 Log: Correct a typo Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/chang

Re: buildbot failure in ASF Buildbot on tomcat-trunk

2014-03-11 Thread Rémy Maucherat
2014-03-10 22:16 GMT+01:00 : > 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/5571 > > Buildbot URL: http://ci.apache.org/ > > Buildslave for this Build: bb-vm_ubun

svn commit: r1576288 - in /tomcat/trunk: java/org/apache/tomcat/util/descriptor/LocalResolver.java webapps/docs/changelog.xml

2014-03-11 Thread markt
Author: markt Date: Tue Mar 11 11:34:31 2014 New Revision: 1576288 URL: http://svn.apache.org/r1576288 Log: Add a work-around for XML documents (often TLDs) that only refer to J2EE schemas by file name Modified: tomcat/trunk/java/org/apache/tomcat/util/descriptor/LocalResolver.java tomca

buildbot failure in ASF Buildbot on tomcat-7-trunk

2014-03-11 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/1797 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Sourc

[Bug 56245] New: Tomcat Set up as a SERVICE does not re-START recovery automatically. And primary to that, does crash. have a piderr file to attach.

2014-03-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56245 Bug ID: 56245 Summary: Tomcat Set up as a SERVICE does not re-START recovery automatically. And primary to that, does crash. have a piderr file to attach. Product:

[Bug 56245] Tomcat Set up as a SERVICE does not re-START recovery automatically. And primary to that, does crash. have a piderr file to attach.

2014-03-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56245 loren_t_laudenb...@optum.com changed: What|Removed |Added URL||http://apse0417:8100

Re: buildbot failure in ASF Buildbot on tomcat-trunk

2014-03-11 Thread Konstantin Kolinko
2014-03-11 15:05 GMT+04:00 Rémy Maucherat : > 2014-03-10 22:16 GMT+01:00 : > >> 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/5571 >> >> Buildbot URL: http://ci.

[Bug 56245] Tomcat Set up as a SERVICE does not re-START recovery automatically. And primary to that, does crash. have a piderr file to attach.

2014-03-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56245 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: buildbot failure in ASF Buildbot on tomcat-trunk

2014-03-11 Thread Rémy Maucherat
2014-03-11 13:14 GMT+01:00 Konstantin Kolinko : > The only test that fails is org.apache.tomcat.util.net.TestSsl. > Its failure repeats consistently (all 6 of 6 runs), with NIO2. > BIO,NIO,APR connectors do not fail. > > [[[ > Testsuite: org.apache.tomcat.util.net.TestSsl > Tests run: 4, Failures:

Re: buildbot failure in ASF Buildbot on tomcat-trunk

2014-03-11 Thread Konstantin Kolinko
2014-03-11 17:09 GMT+04:00 Rémy Maucherat : > 2014-03-11 13:14 GMT+01:00 Konstantin Kolinko : > >> The only test that fails is org.apache.tomcat.util.net.TestSsl. >> Its failure repeats consistently (all 6 of 6 runs), with NIO2. >> BIO,NIO,APR connectors do not fail. >> >> [[[ >> Testsuite: org.apa

Re: buildbot failure in ASF Buildbot on tomcat-trunk

2014-03-11 Thread Rémy Maucherat
2014-03-11 14:30 GMT+01:00 Konstantin Kolinko : > >> That test never failed for me actually. It is a bit suspect that I've > had > > almost no SSL problems overall with the new code, although reusing the > NIO > > secure channel structure probably helped. > > Can you post the server exception (if

[Bug 56246] New: NPE in MemoryRealm when authenticating unknown user

2014-03-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56246 Bug ID: 56246 Summary: NPE in MemoryRealm when authenticating unknown user Product: Tomcat 7 Version: 7.0.52 Hardware: PC Status: NEW Severity: normal Pri

Re: buildbot failure in ASF Buildbot on tomcat-trunk

2014-03-11 Thread Konstantin Kolinko
2014-03-11 17:30 GMT+04:00 Konstantin Kolinko : > 2014-03-11 17:09 GMT+04:00 Rémy Maucherat : >> 2014-03-11 13:14 GMT+01:00 Konstantin Kolinko : >> >>> The only test that fails is org.apache.tomcat.util.net.TestSsl. >>> Its failure repeats consistently (all 6 of 6 runs), with NIO2. >>> BIO,NIO,APR

svn commit: r1576363 - /tomcat/trunk/test/org/apache/tomcat/websocket/TesterFirehoseServer.java

2014-03-11 Thread remm
Author: remm Date: Tue Mar 11 14:30:46 2014 New Revision: 1576363 URL: http://svn.apache.org/r1576363 Log: Increase the write timeout (5s -> 10s) to see how the test reacts (or if it's a deadlock somewhere), I see some significant spikes in my own testing if I put some load on my computer. Modi

Re: buildbot failure in ASF Buildbot on tomcat-trunk

2014-03-11 Thread Rémy Maucherat
2014-03-11 15:21 GMT+01:00 Konstantin Kolinko : > Looking at > org.apache.tomcat.util.net.TestSsl.testRenegotiateWorks(TestSsl.java:206) > more closely, it is a broken test. > +1 on the test being broken as it is now, for me it "works" because I don't get an IOE, but it is null instead. Normally

svn commit: r1576385 - in /tomcat/trunk: java/org/apache/tomcat/util/net/SecureNio2Channel.java test/org/apache/tomcat/util/net/TestSsl.java

2014-03-11 Thread remm
Author: remm Date: Tue Mar 11 15:41:02 2014 New Revision: 1576385 URL: http://svn.apache.org/r1576385 Log: - Fix SSL output with blocking writes when a handshake occurs during the flow. - Fix relevant test as pointed out by Konstantin. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Se

[Bug 56242] Deploying a Velocity-based web application can thwart Attach API connections for monitoring

2014-03-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56242 --- Comment #4 from Christopher Schultz --- I'll give -x:verify:none a try (on the client?) but this also happens with both jconsole and YourKit. Might this be an underlying JVM bug? I didn't try with other versions (e.g. OpenJDK, IBM, or S

Re: svn commit: r1576000 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/loader/mbeans-descriptors.xml

2014-03-11 Thread Christopher Schultz
Mark, On 3/10/14, 12:53 PM, Mark Thomas wrote: > On 10/03/2014 16:48, schu...@apache.org wrote: >> Author: schultz >> Date: Mon Mar 10 16:48:57 2014 >> New Revision: 1576000 >> >> URL: http://svn.apache.org/r1576000 >> Log: >> Removed "jarPath" attribute, which has been removed from WebappClassLoa

Re: svn commit: r1576079 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/loader/mbeans-descriptors.xml

2014-03-11 Thread Christopher Schultz
Konstantin, On 3/10/14, 4:51 PM, kkoli...@apache.org wrote: > Author: kkolinko > Date: Mon Mar 10 20:51:51 2014 > New Revision: 1576079 > > URL: http://svn.apache.org/r1576079 > Log: > Revert r1576000 > It obviously was meant to be applied for trunk, not for Tomcat 6. Thanks for fixing this for

Re: svn commit: r1576079 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/loader/mbeans-descriptors.xml

2014-03-11 Thread Konstantin Kolinko
2014-03-11 23:59 GMT+04:00 Christopher Schultz : > Konstantin, > > On 3/10/14, 4:51 PM, kkoli...@apache.org wrote: >> Author: kkolinko >> Date: Mon Mar 10 20:51:51 2014 >> New Revision: 1576079 >> >> URL: http://svn.apache.org/r1576079 >> Log: >> Revert r1576000 >> It obviously was meant to be appl

svn commit: r1576550 - /tomcat/trunk/test/org/apache/tomcat/websocket/TesterFirehoseServer.java

2014-03-11 Thread remm
Author: remm Date: Wed Mar 12 00:06:38 2014 New Revision: 1576550 URL: http://svn.apache.org/r1576550 Log: Revert timeout change (no effect). Modified: tomcat/trunk/test/org/apache/tomcat/websocket/TesterFirehoseServer.java Modified: tomcat/trunk/test/org/apache/tomcat/websocket/TesterFireh

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

2014-03-11 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-validate has an issue affecting its community integration. Th

[Bug 53119] java.nio.BufferOverflowException in AjpAprProcessor.output() when AJP client disconnects

2014-03-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53119 --- Comment #8 from Claes Mogren --- Is it absolutely sure that this bug is fixed? I tried to use ajp-nio with the latest 7.0.52 version and get the same problem right on the first page: Mar 12, 2014 12:18:09 AM org.apache.coyote.AbstractP

svn commit: r1576548 - in /tomcat/trunk/java/org/apache: coyote/http11/upgrade/Nio2ServletInputStream.java coyote/http11/upgrade/Nio2ServletOutputStream.java tomcat/util/net/Nio2Channel.java

2014-03-11 Thread remm
Author: remm Date: Wed Mar 12 00:06:10 2014 New Revision: 1576548 URL: http://svn.apache.org/r1576548 Log: - Harmonize with the NIO1 connector for upgrade close. - Actually understand where the (cosmetic) async close traces were coming from. Modified: tomcat/trunk/java/org/apache/coyote/http

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

2014-03-11 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 has an issue affecting its community integration. This i

svn commit: r1576576 - in /tomcat/trunk: java/org/apache/catalina/manager/ManagerServlet.java webapps/docs/changelog.xml

2014-03-11 Thread kfujino
Author: kfujino Date: Wed Mar 12 04:16:11 2014 New Revision: 1576576 URL: http://svn.apache.org/r1576576 Log: Add support for LAST_ACCESS_AT_START system property to Manager web application. Modified: tomcat/trunk/java/org/apache/catalina/manager/ManagerServlet.java tomcat/trunk/webapps/d

svn commit: r1576577 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/manager/ManagerServlet.java webapps/docs/changelog.xml

2014-03-11 Thread kfujino
Author: kfujino Date: Wed Mar 12 04:17:38 2014 New Revision: 1576577 URL: http://svn.apache.org/r1576577 Log: Add support for LAST_ACCESS_AT_START system property to Manager web application. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/manager/ManagerServlet.java tomcat/tc7.0.x

svn commit: r1576582 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/ha/session/ java/org/apache/catalina/manager/ java/org/apache/catalina/session/ webapps/docs/

2014-03-11 Thread kfujino
Author: kfujino Date: Wed Mar 12 05:04:06 2014 New Revision: 1576582 URL: http://svn.apache.org/r1576582 Log: Add methods of get the idle time from last client access time to org.apache.catalina.Session. Modified: tomcat/trunk/java/org/apache/catalina/Session.java tomcat/trunk/java/org/

[Bug 56239] NullPointerException when finishing response under the Linux traffic control

2014-03-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56239 --- Comment #5 from Lsk --- Well, I have fixed the second problme that you say (switch tomcat version to last_release_stable) and everything is okay ... i have been look around the all tomcat's changelog from 7.0.39 to 7.0.52 at this page

[ANN] Apache Tomcat Connectors 1.2.39 released

2014-03-11 Thread Mladen Turk
The Apache Tomcat Project is proud to announce the release of version 1.2.39 of Apache Tomcat Connectors. This version fixes few bugs found in previous releases and adds some new features like IPV6 support. Full details of these changes and new features, are available in the Apache Tomcat Connect