Re: Random Comet unit test failures

2011-11-22 Thread Konstantin Kolinko
2011/11/23 Mark Thomas : > I have done a little bit of digging on this as the current 7.0.x trunk > fails frequently enough on my windows box that I can repeat the failure > often enough. > > I have got as far as discovering that the request.getAvailable() test on > line 308 of the CoyoteAdapter re

can only see ROOT webapp

2011-11-22 Thread shadowdancer351
I am using Tomcat 4 on Linux. I can see any html page i put in the ROOT directory, but I can't see any of the built-in webapps by typing in the URL http://myhost:8080/manager/index.html (yes that index.html file exists in that directory). It won't work for "tomcat-docs" or "examples" either. I tr

can only see ROOT webapp

2011-11-22 Thread shadowdancer351
I am using Tomcat 4 on Linux. I can see any html page i put in the ROOT directory, but I can't see any of the built-in webapps by typing in the URL http://myhost:8080/manager/index.html (yes that index.html file exists in that directory). It won't work for "tomcat-docs" or "examples" either. I tr

DO NOT REPLY [Bug 52231] New: Ant Tasks need to reflect changes in manager commands

2011-11-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52231 Bug #: 52231 Summary: Ant Tasks need to reflect changes in manager commands Product: Tomcat Native Version: unspecified Platform: PC Status: NEW Severity: normal

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

2011-11-22 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

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

2011-11-22 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-tc7.0.x-test has an issue affecting its community integration. This

Random Comet unit test failures

2011-11-22 Thread Mark Thomas
I have done a little bit of digging on this as the current 7.0.x trunk fails frequently enough on my windows box that I can repeat the failure often enough. I have got as far as discovering that the request.getAvailable() test on line 308 of the CoyoteAdapter returns zero whenever the test fails.

[Tomcat Wiki] Update of "AddOns" by KonstantinKolinko

2011-11-22 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "AddOns" page has been changed by KonstantinKolinko: http://wiki.apache.org/tomcat/AddOns?action=diff&rev1=3&rev2=4 Comment: Add link to psi-probe = UrlRewrite = * [[http://ww

[Tomcat Wiki] Update of "FrontPage" by KonstantinKolinko

2011-11-22 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FrontPage" page has been changed by KonstantinKolinko: http://wiki.apache.org/tomcat/FrontPage?action=diff&rev1=26&rev2=27 Comment: Remove link to DocumentInOtherLanguages page. Th

DO NOT REPLY [Bug 52225] Adding Alias for existing host on running Tomcat causes ClassCastException

2011-11-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52225 Mark Thomas changed: What|Removed |Added Component|Catalina|Catalina Version|7.0.23

Re: [VOTE] Release Apache Tomcat 7.0.23 - Take 2

2011-11-22 Thread Mark Thomas
On 20/11/2011 22:17, Mark Thomas wrote: > On 20/11/2011 22:16, Mark Thomas wrote: >> The 7.0.23 tag was fine. The problem was local. I have re-rolled the >> 7.0.23 release from a clean export of the 7.0.23 tag. >> >> The proposed Apache Tomcat 7.0.23 release is now available for voting. >> >> It ca

svn commit: r1205131 - in /tomcat/tc7.0.x/trunk/java/org/apache: catalina/util/Enumerator.java jasper/util/Enumerator.java

2011-11-22 Thread kkolinko
Author: kkolinko Date: Tue Nov 22 19:12:46 2011 New Revision: 1205131 URL: http://svn.apache.org/viewvc?rev=1205131&view=rev Log: Followup to r1195962 Document recommended alternative for the deprecated class Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/util/Enumerator.java tom

svn commit: r1205119 - in /tomcat/tc6.0.x/trunk: java/org/apache/catalina/valves/AccessLogValve.java java/org/apache/catalina/valves/ExtendedAccessLogValve.java webapps/docs/config/valve.xml

2011-11-22 Thread kkolinko
Author: kkolinko Date: Tue Nov 22 18:17:22 2011 New Revision: 1205119 URL: http://svn.apache.org/viewvc?rev=1205119&view=rev Log: CTR: docs Further minor corrections for access log valve docs Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/valves/AccessLogValve.java tomcat/tc6.0.

svn commit: r1205115 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/valves/AccessLogValve.java java/org/apache/catalina/valves/ExtendedAccessLogValve.java

2011-11-22 Thread kkolinko
Author: kkolinko Date: Tue Nov 22 18:02:35 2011 New Revision: 1205115 URL: http://svn.apache.org/viewvc?rev=1205115&view=rev Log: Merged revision 1205112 from tomcat/trunk: Correct javadoc markup Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catali

svn commit: r1205112 - in /tomcat/trunk/java/org/apache/catalina/valves: AccessLogValve.java ExtendedAccessLogValve.java

2011-11-22 Thread kkolinko
Author: kkolinko Date: Tue Nov 22 17:59:49 2011 New Revision: 1205112 URL: http://svn.apache.org/viewvc?rev=1205112&view=rev Log: Correct javadoc markup Modified: tomcat/trunk/java/org/apache/catalina/valves/AccessLogValve.java tomcat/trunk/java/org/apache/catalina/valves/ExtendedAccessLo

svn commit: r1205111 - in /tomcat/tc6.0.x/trunk/java/org/apache/catalina/valves: AccessLogValve.java ExtendedAccessLogValve.java

2011-11-22 Thread kkolinko
Author: kkolinko Date: Tue Nov 22 17:54:15 2011 New Revision: 1205111 URL: http://svn.apache.org/viewvc?rev=1205111&view=rev Log: CTR: javadoc Correct typo and amend AccessLogValve javadoc Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/valves/AccessLogValve.java tomcat/tc6.0.x/t

svn commit: r1205100 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/valves/AccessLogValve.java java/org/apache/catalina/valves/ExtendedAccessLogValve.java

2011-11-22 Thread kkolinko
Author: kkolinko Date: Tue Nov 22 17:41:18 2011 New Revision: 1205100 URL: http://svn.apache.org/viewvc?rev=1205100&view=rev Log: Merged revision 1205097 from tomcat/trunk: Correct typo in javadoc Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catal

svn commit: r1205097 - in /tomcat/trunk/java/org/apache/catalina/valves: AccessLogValve.java ExtendedAccessLogValve.java

2011-11-22 Thread kkolinko
Author: kkolinko Date: Tue Nov 22 17:36:36 2011 New Revision: 1205097 URL: http://svn.apache.org/viewvc?rev=1205097&view=rev Log: Correct typo in javadoc Modified: tomcat/trunk/java/org/apache/catalina/valves/AccessLogValve.java tomcat/trunk/java/org/apache/catalina/valves/ExtendedAccessL

svn commit: r1205086 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/connector/TestMaxConnections.java

2011-11-22 Thread kkolinko
Author: kkolinko Date: Tue Nov 22 17:12:00 2011 New Revision: 1205086 URL: http://svn.apache.org/viewvc?rev=1205086&view=rev Log: Merged revision 1205082 from tomcat/trunk: TestMaxConnections: improve log messages printed by this test. Do not use SEVERE level. Print introductory message about what

svn commit: r1205082 - /tomcat/trunk/test/org/apache/catalina/connector/TestMaxConnections.java

2011-11-22 Thread kkolinko
Author: kkolinko Date: Tue Nov 22 17:05:58 2011 New Revision: 1205082 URL: http://svn.apache.org/viewvc?rev=1205082&view=rev Log: TestMaxConnections: improve log messages printed by this test. Do not use SEVERE level. Print introductory message about what logging output is expected. Use port numb

buildbot success in ASF Buildbot on tomcat-trunk

2011-11-22 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/2543 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

DO NOT REPLY [Bug 45931] trimSpaces incorrectly modifies output

2011-11-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45931 Sylvain Laurent changed: What|Removed |Added CC||slaur...@apache.org -- Configur

svn commit: r1205067 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/filters/RemoteIpFilter.java java/org/apache/catalina/valves/RemoteIpValve.java webapps/docs/changelog.xml webapps/docs/conf

2011-11-22 Thread kkolinko
Author: kkolinko Date: Tue Nov 22 16:31:46 2011 New Revision: 1205067 URL: http://svn.apache.org/viewvc?rev=1205067&view=rev Log: Merged revisions r1205033 r1205065 from tomcat/trunk: Add clarification to RemoteIpValve and RemoteIpValve that to use their IP/hostname/port/protocol values in access

Re: tagging 6.0.34 tomorrow?

2011-11-22 Thread jean-frederic clere
On 11/22/2011 05:08 PM, Forrest Xia wrote: On Tue, Nov 22, 2011 at 4:39 PM, Konstantin Kolinko wrote: 2011/11/22 Forrest Xia: Any update on 6.0.34 vote? Geronimo would like to have it in the coming 2.1.8 release. 6.0.34 is broken. Thank you for update, so broken for what reason? Can you sh

svn commit: r1205065 - in /tomcat/trunk: java/org/apache/catalina/filters/RemoteIpFilter.java java/org/apache/catalina/valves/RemoteIpValve.java webapps/docs/config/filter.xml webapps/docs/config/valv

2011-11-22 Thread kkolinko
Author: kkolinko Date: Tue Nov 22 16:28:38 2011 New Revision: 1205065 URL: http://svn.apache.org/viewvc?rev=1205065&view=rev Log: Correct request attribute names mentioned in RemoteIpFilter/RemoteIpValve javadoc and mention them in documentation. Modified: tomcat/trunk/java/org/apache/catali

Re: tagging 6.0.34 tomorrow?

2011-11-22 Thread Forrest Xia
On Tue, Nov 22, 2011 at 4:39 PM, Konstantin Kolinko wrote: > 2011/11/22 Forrest Xia : > > Any update on 6.0.34 vote? Geronimo would like to have it in the coming > > 2.1.8 release. > > 6.0.34 is broken. > Thank you for update, so broken for what reason? Can you share here? > Timing for 6.0.35 is

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

2011-11-22 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-tc7.0.x-test has an issue affecting its community integration. This

svn commit: r1205041 - in /tomcat/tc7.0.x/trunk: ./ build.xml

2011-11-22 Thread kkolinko
Author: kkolinko Date: Tue Nov 22 15:42:59 2011 New Revision: 1205041 URL: http://svn.apache.org/viewvc?rev=1205041&view=rev Log: Merged revision 1204982 from tomcat/trunk: Copy jdbc-pool.xml before it is validated by checkstyle. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc

buildbot failure in ASF Buildbot on tomcat-trunk

2011-11-22 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/2542 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source St

[Tomcat Wiki] Update of "LocalBadContent" by KonstantinKolinko

2011-11-22 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "LocalBadContent" page has been changed by KonstantinKolinko: http://wiki.apache.org/tomcat/LocalBadContent?action=diff&rev1=37&rev2=38 Comment: Add spam URL from walterjames page

svn commit: r1205033 - in /tomcat/trunk/webapps/docs/config: filter.xml valve.xml

2011-11-22 Thread kkolinko
Author: kkolinko Date: Tue Nov 22 15:13:49 2011 New Revision: 1205033 URL: http://svn.apache.org/viewvc?rev=1205033&view=rev Log: Add clarification to RemoteIpValve and RemoteIpValve that to use their IP/hostname/port/protocol values in access log you should properly configure your AccessLogValv

[Tomcat Wiki] Update of "walterjames" by walterjames

2011-11-22 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "walterjames" page has been changed by walterjames: http://wiki.apache.org/tomcat/walterjames New page: Die Deutschen bevorzugen Bargeld Eigentlich spricht vieles dafür, dass die m

DO NOT REPLY [Bug 52153] periodic JVM crash (access violation) on buffer flush

2011-11-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52153 --- Comment #6 from John Wilkinson 2011-11-22 14:45:21 UTC --- Test failed--the crash still happens with this setting enabled. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving thi

DO NOT REPLY [Bug 52153] periodic JVM crash (access violation) on buffer flush

2011-11-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52153 --- Comment #5 from John Wilkinson 2011-11-22 13:58:07 UTC --- Thanks, testing RECYCLE_FACADES=true now. Initial tests are promising, but it will take production deployment to be sure. Will let you know. -- Configure bugmail: https://iss

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

2011-11-22 Thread kkolinko
Author: kkolinko Date: Tue Nov 22 13:28:20 2011 New Revision: 1204984 URL: http://svn.apache.org/viewvc?rev=1204984&view=rev Log: Followup to r1204203: fix trailing whitespaces in jdbc-pool.xml, as nagged by checkstyle Modified: tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml Modified: tom

svn commit: r1204982 - /tomcat/trunk/build.xml

2011-11-22 Thread kkolinko
Author: kkolinko Date: Tue Nov 22 13:26:43 2011 New Revision: 1204982 URL: http://svn.apache.org/viewvc?rev=1204982&view=rev Log: Ensure that jdbc-pool.xml is copied before checkstyle runs. Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/t

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

2011-11-22 Thread kkolinko
Author: kkolinko Date: Tue Nov 22 12:23:01 2011 New Revision: 1204951 URL: http://svn.apache.org/viewvc?rev=1204951&view=rev Log: Merged revision 1204938 from tomcat/trunk: Align .gitignore and build.xml with svn:ignore values. Remove .gitignore from defaultexcludes where it is since Ant 1.8.2. M

svn commit: r1204941 - in /tomcat/tc7.0.x/trunk: ./ res/maven/

2011-11-22 Thread kkolinko
Author: kkolinko Date: Tue Nov 22 12:05:58 2011 New Revision: 1204941 URL: http://svn.apache.org/viewvc?rev=1204941&view=rev Log: Merged revision 1204936 from tomcat/trunk: Change pattern for maven-ant-tasks JAR. The latest version is 2.1.3. Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1204938 - in /tomcat/trunk: .gitignore build.xml

2011-11-22 Thread kkolinko
Author: kkolinko Date: Tue Nov 22 12:01:39 2011 New Revision: 1204938 URL: http://svn.apache.org/viewvc?rev=1204938&view=rev Log: Align .gitignore and build.xml with svn:ignore values. Remove .gitignore from defaultexcludes where it is since Ant 1.8.2. Notes: - The filename filtering in build.xml

svn commit: r1204936 - /tomcat/trunk/res/maven/

2011-11-22 Thread kkolinko
Author: kkolinko Date: Tue Nov 22 11:46:22 2011 New Revision: 1204936 URL: http://svn.apache.org/viewvc?rev=1204936&view=rev Log: Change pattern for maven-ant-tasks JAR. The latest version is 2.1.3. Modified: tomcat/trunk/res/maven/ (props changed) Propchange: tomcat/trunk/res/maven/ -

svn commit: r1204933 - /tomcat/tc5.5.x/trunk/STATUS.txt

2011-11-22 Thread rjung
Author: rjung Date: Tue Nov 22 11:43:37 2011 New Revision: 1204933 URL: http://svn.apache.org/viewvc?rev=1204933&view=rev Log: Vote. Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=1204

DO NOT REPLY [Bug 52153] periodic JVM crash (access violation) on buffer flush

2011-11-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52153 --- Comment #4 from Konstantin Kolinko 2011-11-22 10:30:16 UTC --- Can you add the following line to conf/catalina.properties: org.apache.catalina.connector.RECYCLE_FACADES=true That setting will prevent applications from writing to recyc

Re: [VOTE] Release Apache Tomcat 7.0.23 - Take 2

2011-11-22 Thread Rainer Jung
On 20.11.2011 23:16, Mark Thomas wrote: The 7.0.23 tag was fine. The problem was local. I have re-rolled the 7.0.23 release from a clean export of the 7.0.23 tag. The proposed Apache Tomcat 7.0.23 release is now available for voting. It can be obtained from: http://people.apache.org/~markt/dev/

svn commit: r1204867 - /tomcat/trunk/test/org/apache/tomcat/util/http/mapper/TestMapper.java

2011-11-22 Thread kkolinko
Author: kkolinko Date: Tue Nov 22 09:08:14 2011 New Revision: 1204867 URL: http://svn.apache.org/viewvc?rev=1204867&view=rev Log: Run Mapper performance test twice if it takes too long, to reject occasional failures observed by Gump/buildbot Modified: tomcat/trunk/test/org/apache/tomcat/util/

svn commit: r1204868 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/tomcat/util/http/mapper/TestMapper.java webapps/docs/changelog.xml

2011-11-22 Thread kkolinko
Author: kkolinko Date: Tue Nov 22 09:15:20 2011 New Revision: 1204868 URL: http://svn.apache.org/viewvc?rev=1204868&view=rev Log: Merged revision 1204867 from tomcat/trunk: Run Mapper performance test twice if the first run took too long, to reject occasional failures observed by Gump/buildbot Mo

Re: Multiple Aliases Problem

2011-11-22 Thread Chatree Srichart
I have already got it work. Thank you. Regards, Chatree Srichart On Tue, Nov 22, 2011 at 2:17 PM, Konstantin Kolinko wrote: > Confirming that it is a bug. I filed an issue: > https://issues.apache.org/bugzilla/show_bug.cgi?id=52225 > > > You would avoid this bug if you reorder your lines: > call

buildbot success in ASF Buildbot on tomcat-trunk

2011-11-22 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/2537 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

DO NOT REPLY [Bug 52225] Adding Alias for existing host on running Tomcat causes ClassCastException

2011-11-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52225 --- Comment #1 from Konstantin Kolinko 2011-11-22 08:59:11 UTC --- Fixed in trunk and 7.0 with r1204856 and r1204860 and will be in 7.0.24. Proposed for 6.0 and 5.5. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?

svn commit: r1204861 - in /tomcat: tc5.5.x/trunk/STATUS.txt tc6.0.x/trunk/STATUS.txt

2011-11-22 Thread kkolinko
Author: kkolinko Date: Tue Nov 22 08:50:57 2011 New Revision: 1204861 URL: http://svn.apache.org/viewvc?rev=1204861&view=rev Log: proposal Modified: tomcat/tc5.5.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewv

svn commit: r1204860 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/http/mapper/Mapper.java test/org/apache/tomcat/util/http/mapper/TestMapper.java webapps/docs/changelog.xml

2011-11-22 Thread kkolinko
Author: kkolinko Date: Tue Nov 22 08:46:55 2011 New Revision: 1204860 URL: http://svn.apache.org/viewvc?rev=1204860&view=rev Log: Merged revision 1204856 from tomcat/trunk: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52225 Fix ClassCastException in Alias added for existing host via JMX

Re: tagging 6.0.34 tomorrow?

2011-11-22 Thread Konstantin Kolinko
2011/11/22 Forrest Xia : > Any update on 6.0.34 vote? Geronimo would like to have it in the coming > 2.1.8 release. 6.0.34 is broken. Timing for 6.0.35 is yet to be decided. There is 7.0.23 vote right now. Best regards, Konstantin Kolinko -

svn commit: r1204856 - in /tomcat/trunk: java/org/apache/tomcat/util/http/mapper/Mapper.java test/org/apache/tomcat/util/http/mapper/TestMapper.java

2011-11-22 Thread kkolinko
Author: kkolinko Date: Tue Nov 22 08:34:06 2011 New Revision: 1204856 URL: http://svn.apache.org/viewvc?rev=1204856&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52225 Fix ClassCastException in Alias added for existing host via JMX Modified: tomcat/trunk/java/org/apache

Re: tagging 6.0.34 tomorrow?

2011-11-22 Thread Forrest Xia
Any update on 6.0.34 vote? Geronimo would like to have it in the coming 2.1.8 release. On Thu, Nov 10, 2011 at 5:30 AM, Mark Thomas wrote: > On 09/11/2011 21:20, jean-frederic clere wrote: > > Hi, > > > > I plan to prepare the 6.0.34 tomorrow, any important commits to wait for? > > The parameter