DO NOT REPLY [Bug 51306] NPE in DeltaRequest.writeExternal(DeltaRequest.java:267) when handling remote session expiration

2011-06-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51306 --- Comment #4 from Keiichi Fujino 2011-06-13 08:57:57 UTC --- There seem to be two problems in this stack trace. The first problem is DeltaRequest#getSize() > 1 in non-primary node . Usually, DeltaRequest#getSize() must be 0 in non-pri

svn commit: r1135069 - in /tomcat/trunk: java/org/apache/catalina/ha/session/DeltaManager.java java/org/apache/catalina/ha/session/DeltaSession.java webapps/docs/changelog.xml

2011-06-13 Thread kfujino
Author: kfujino Date: Mon Jun 13 09:44:33 2011 New Revision: 1135069 URL: http://svn.apache.org/viewvc?rev=1135069&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51306. Avoid NPE when handleSESSION_EXPIRED is processed while handleSESSION_CREATED is being processed. Modifi

svn commit: r1135070 - /tomcat/tc6.0.x/trunk/STATUS.txt

2011-06-13 Thread kfujino
Author: kfujino Date: Mon Jun 13 09:50:29 2011 New Revision: 1135070 URL: http://svn.apache.org/viewvc?rev=1135070&view=rev Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev

DO NOT REPLY [Bug 51306] NPE in DeltaRequest.writeExternal(DeltaRequest.java:267) when handling remote session expiration

2011-06-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51306 --- Comment #5 from Keiichi Fujino 2011-06-13 09:52:21 UTC --- Fixed in 7.0.x and will be included in 7.0.17 onwards. Proposed for 6.0.x -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are re

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

2011-06-13 Thread kfujino
Author: kfujino Date: Mon Jun 13 09:57:27 2011 New Revision: 1135071 URL: http://svn.apache.org/viewvc?rev=1135071&view=rev Log: correct changelog. Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tr

svn commit: r1135088 - in /tomcat/trunk: java/org/apache/coyote/AbstractProtocol.java webapps/docs/changelog.xml

2011-06-13 Thread rjung
Author: rjung Date: Mon Jun 13 11:19:23 2011 New Revision: 1135088 URL: http://svn.apache.org/viewvc?rev=1135088&view=rev Log: Remove superfluous quotes from thread names for connection pools. Example broken thread name: "http-apr-8001"-exec-2 (including leading and intermediate quotes). Since w

DO NOT REPLY [Bug 51364] New: sample by azar

2011-06-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51364 Bug #: 51364 Summary: sample by azar Product: Tomcat 6 Version: 6.0.32 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority:

DO NOT REPLY [Bug 51364] sample by azar

2011-06-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51364 Chuck Caldarale changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1135115 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2011-06-13 Thread rjung
Author: rjung Date: Mon Jun 13 14:40:18 2011 New Revision: 1135115 URL: http://svn.apache.org/viewvc?rev=1135115&view=rev Log: Fix copy&paste error in comment. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEn

Crash in APR when pausing endpoint

2011-06-13 Thread Rainer Jung
I had some spare time for analyzing the crashes in TestMapperWelcomeFiles. It seems there are several varieties, but at least I do now understand enough to report here: In Http11AprProcessor.process() when parsing the request line fails, e.g. it is not yet there, we add the socket back to the poll

Re: Crash in APR when pausing endpoint

2011-06-13 Thread Mark Thomas
On 13/06/2011 16:07, Rainer Jung wrote: > I had some spare time for analyzing the crashes in > TestMapperWelcomeFiles. It seems there are several varieties, but at > least I do now understand enough to report here: > > In Http11AprProcessor.process() when parsing the request line fails, > e.g. it

DO NOT REPLY [Bug 51366] New: One process per webapp

2011-06-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51366 Bug #: 51366 Summary: One process per webapp Product: Tomcat 7 Version: unspecified Platform: PC Status: NEW Severity: enhancement Priority: P2

DO NOT REPLY [Bug 51366] One process per webapp

2011-06-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51366 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 51366] One process per webapp

2011-06-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51366 --- Comment #2 from Gili 2011-06-13 16:18:29 UTC --- Mark, This isn't a matter of overhead. It's a matter of convenience. By providing a single management interface for multiple webapps you could enhance productivity that is not possible b

Participation Requested: Survey about Open-Source Software Development

2011-06-13 Thread Jeffrey Carver
Hi, Drs. Jeffrey Carver, Rosanna Guadagno, Debra McCallum, and Mr. Amiangshu Bosu, University of Alabama, and Dr. Lorin Hochstein, University of Southern California, are conducting a survey of open-source software developers. This survey seeks to understand how developers on distributed, virtual

DO NOT REPLY [Bug 51366] One process per webapp

2011-06-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51366 --- Comment #3 from Gili 2011-06-13 16:26:20 UTC --- If you don't accept the premise of a full-blown architectural change, is it possible to convert this RFE into a mechanism for reloading the webapps in the manner specified above? It would

DO NOT REPLY [Bug 51366] One process per webapp

2011-06-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51366 --- Comment #4 from Pid 2011-06-13 16:54:14 UTC --- (In reply to comment #3) > If you don't accept the premise of a full-blown architectural change, is it > possible to convert this RFE into a mechanism for reloading the webapps in the > ma

DO NOT REPLY [Bug 51366] One process per webapp

2011-06-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51366 --- Comment #5 from Gili 2011-06-13 17:29:37 UTC --- Done: http://old.nabble.com/One-process-per-webapp-to31836121.html -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail b

svn commit: r1135208 - in /tomcat/trunk: java/org/apache/coyote/ajp/AjpAprProcessor.java java/org/apache/coyote/http11/Http11AprProcessor.java webapps/docs/changelog.xml

2011-06-13 Thread rjung
Author: rjung Date: Mon Jun 13 18:14:46 2011 New Revision: 1135208 URL: http://svn.apache.org/viewvc?rev=1135208&view=rev Log: Fix crash observed during pausing the connector when using APR. Only add socket to poller if we are sure we don't close it later. Modified: tomcat/trunk/java/org/apa

Re: Crash in APR when pausing endpoint

2011-06-13 Thread Rainer Jung
On 13.06.2011 17:49, Mark Thomas wrote: > On 13/06/2011 16:07, Rainer Jung wrote: >> I had some spare time for analyzing the crashes in >> TestMapperWelcomeFiles. It seems there are several varieties, but at >> least I do now understand enough to report here: >> ... >> This seems to be a flaw. I s

svn commit: r1135212 - in /tomcat/tc6.0.x/trunk/webapps/docs: changelog.xml maven-jars.xml

2011-06-13 Thread rjung
Author: rjung Date: Mon Jun 13 18:27:36 2011 New Revision: 1135212 URL: http://svn.apache.org/viewvc?rev=1135212&view=rev Log: Update the Maven repo info. Backport of r1134965 from trunk (CTR). Seems to be correct for TC 6 as well. Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

svn commit: r1135222 - /tomcat/tc6.0.x/trunk/STATUS.txt

2011-06-13 Thread rjung
Author: rjung Date: Mon Jun 13 18:54:42 2011 New Revision: 1135222 URL: http://svn.apache.org/viewvc?rev=1135222&view=rev Log: Couple of votes. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.t

svn commit: r1135347 - /tomcat/tc6.0.x/trunk/STATUS.txt

2011-06-13 Thread kfujino
Author: kfujino Date: Tue Jun 14 00:28:48 2011 New Revision: 1135347 URL: http://svn.apache.org/viewvc?rev=1135347&view=rev Log: add rev1135069. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.

svn commit: r1135388 - /tomcat/tc6.0.x/trunk/STATUS.txt

2011-06-13 Thread kfujino
Author: kfujino Date: Tue Jun 14 06:33:14 2011 New Revision: 1135388 URL: http://svn.apache.org/viewvc?rev=1135388&view=rev Log: comment Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=