DO NOT REPLY [Bug 52530] Incorrectly accept many url-pattern on a single servlet-mapping in web.xml
https://issues.apache.org/bugzilla/show_bug.cgi?id=52530 --- Comment #2 from Giuseppe Sacco 2012-01-26 08:29:11 UTC --- Hi Konstantin, thanks for your quick reply. I am unsure about the reason for marking it RESOLVED and INVALID, since I think the problem is still there. Let's recap what you wrote: > 1. Tomcat 5.5 implements Servlet Specification 2.4 [1] > The syntax you tried to use was introduced in 2.5. Ok, this is what I already wrote in my report. > 2. Tomcat 5.5 is near its end of life. New features won't be implemented. This is something new for me. Is there any date for ending support on tomcat 5.5? Is a bugfix really cataloged as "new feature"? > 3. Tomcat 7 does validation of web.xml against schema if you enable > STRICT_SERVLET_COMPLIANCE mode. I don't need web.xml validation, and I am not using tomcat7. So this is useless. If you really think this is a minor bug and do not want to fix it because tomcat 5.5 is not end of life, just mark it as VERIFIED and WONTFIX. Thanks, Giuseppe -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
DO NOT REPLY [Bug 52535] New: When accessing the SSO URL on linux environment
https://issues.apache.org/bugzilla/show_bug.cgi?id=52535 Bug #: 52535 Summary: When accessing the SSO URL on linux environment Product: Tomcat 5 Version: Unknown Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: Catalina:Cluster AssignedTo: dev@tomcat.apache.org ReportedBy: baleswar...@gmail.com Classification: Unclassified 25.01.2012 11:54:34 ERROR core.RequestHandler -java.lang.NullPointerException at com.angon.portal.core.RequestHandler.handlePage(Unknown Source) at com.angon.portal.core.RequestHandler.handle(Unknown Source) at com.angon.portal.Dispatcher.service(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157) at filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:123) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929) at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160) at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:300) at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:374) at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:743) at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:675) at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:866) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) at java.lang.Thread.run(Thread.java:662) -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
DO NOT REPLY [Bug 52535] When accessing the SSO URL on linux environment
https://issues.apache.org/bugzilla/show_bug.cgi?id=52535 --- Comment #1 from baleswar...@gmail.com 2012-01-26 09:26:15 UTC --- Can any one provide solution for this issue -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
DO NOT REPLY [Bug 52235] Please do a bit of SEO tuning for the web site
https://issues.apache.org/bugzilla/show_bug.cgi?id=52235 --- Comment #10 from Mark Thomas 2012-01-26 09:32:47 UTC --- The sitemap has been in place for a few days with no sign of improvement in search results. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
DO NOT REPLY [Bug 52535] When accessing the SSO URL on linux environment
https://issues.apache.org/bugzilla/show_bug.cgi?id=52535 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution||INVALID --- Comment #2 from Konstantin Kolinko 2012-01-26 09:39:11 UTC --- As documented, Bugzilla is not a support forum. also the exception does not happen in Tomcat, but in some 3rd party code. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
svn commit: r1236120 - in /tomcat/site/trunk: docs/download-55.html xdocs/download-55.xml
Author: kkolinko Date: Thu Jan 26 09:55:05 2012 New Revision: 1236120 URL: http://svn.apache.org/viewvc?rev=1236120&view=rev Log: Add more noticeable warning about Tomcat 5.5 EOL to its download page. Modified: tomcat/site/trunk/docs/download-55.html tomcat/site/trunk/xdocs/download-55.xml Modified: tomcat/site/trunk/docs/download-55.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-55.html?rev=1236120&r1=1236119&r2=1236120&view=diff == --- tomcat/site/trunk/docs/download-55.html (original) +++ tomcat/site/trunk/docs/download-55.html Thu Jan 26 09:55:05 2012 @@ -193,6 +193,14 @@ links for obtaining the latest versions of Tomcat 5.5.x, as well as links to the archives of older 5.0.x and 5.5.x releases. + + + + +Warning: End of life date for Apache Tomcat 5.5.x is + announced. Read more... + + Modified: tomcat/site/trunk/xdocs/download-55.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/download-55.xml?rev=1236120&r1=1236119&r2=1236120&view=diff == --- tomcat/site/trunk/xdocs/download-55.xml (original) +++ tomcat/site/trunk/xdocs/download-55.xml Thu Jan 26 09:55:05 2012 @@ -10,6 +10,12 @@ links for obtaining the latest versions of Tomcat 5.5.x, as well as links to the archives of older 5.0.x and 5.5.x releases. + + + Warning: End of life date for Apache Tomcat 5.5.x is + announced. Read more... + - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
DO NOT REPLY [Bug 52535] When accessing the SSO URL on linux environment
https://issues.apache.org/bugzilla/show_bug.cgi?id=52535 --- Comment #3 from baleswar...@gmail.com 2012-01-26 09:56:30 UTC --- -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
DO NOT REPLY [Bug 52535] When accessing the SSO URL on linux environment
https://issues.apache.org/bugzilla/show_bug.cgi?id=52535 --- Comment #4 from baleswar...@gmail.com 2012-01-26 09:59:13 UTC --- -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
Re: DO NOT REPLY [Bug 52535] When accessing the SSO URL on linux environment
On 26/01/2012 09:59, bugzi...@apache.org wrote: > https://issues.apache.org/bugzilla/show_bug.cgi?id=52535 > > --- Comment #4 from baleswar...@gmail.com 2012-01-26 09:59:13 UTC --- > > I have just locked out this idiot's BZ account. Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
DO NOT REPLY [Bug 52530] Incorrectly accept many url-pattern on a single servlet-mapping in web.xml
https://issues.apache.org/bugzilla/show_bug.cgi?id=52530 Konstantin Kolinko changed: What|Removed |Added Resolution|INVALID |WONTFIX Severity|normal |enhancement --- Comment #3 from Konstantin Kolinko 2012-01-26 11:15:16 UTC --- (In reply to comment #2) > > 2. Tomcat 5.5 is near its end of life. New features won't be implemented. > > This is something new for me. Is there any date for ending support on tomcat > 5.5? It is mentioned in many places. Direct link: http://tomcat.apache.org/tomcat-55-eol.html > Is a bugfix really cataloged as "new feature"? If you deploy a broken web application, the behaviour might be undefined. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
svn commit: r1236189 - /tomcat/maven-plugin/trunk/pom.xml
Author: olamy Date: Thu Jan 26 14:30:54 2012 New Revision: 1236189 URL: http://svn.apache.org/viewvc?rev=1236189&view=rev Log: as we have an archetype which use the plugin it must be install locally in the release prepare phase Modified: tomcat/maven-plugin/trunk/pom.xml Modified: tomcat/maven-plugin/trunk/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev=1236189&r1=1236188&r2=1236189&view=diff == --- tomcat/maven-plugin/trunk/pom.xml (original) +++ tomcat/maven-plugin/trunk/pom.xml Thu Jan 26 14:30:54 2012 @@ -547,6 +547,14 @@ org.apache.maven.plugins + maven-release-plugin + 2.2.2 + +clean install + + + + org.apache.maven.plugins maven-resources-plugin 2.5 - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
svn commit: r1236191 - in /tomcat/maven-plugin/trunk: common-tomcat-maven-plugin/pom.xml pom.xml tomcat-maven-archetype/pom.xml tomcat-maven-plugin-it/pom.xml tomcat6-maven-plugin/pom.xml tomcat7-mave
Author: olamy Date: Thu Jan 26 14:34:42 2012 New Revision: 1236191 URL: http://svn.apache.org/viewvc?rev=1236191&view=rev Log: [maven-release-plugin] prepare release tomcat-maven-plugin-2.0-beta-1 Modified: tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.xml tomcat/maven-plugin/trunk/pom.xml tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/pom.xml tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml tomcat/maven-plugin/trunk/tomcat7-war-runner/pom.xml Modified: tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.xml?rev=1236191&r1=1236190&r2=1236191&view=diff == --- tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.xml (original) +++ tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.xml Thu Jan 26 14:34:42 2012 @@ -19,13 +19,12 @@ ~ under the License. --> -http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"; xmlns="http://maven.apache.org/POM/4.0.0"; -xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd";> 4.0.0 tomcat-maven-plugin org.apache.tomcat.maven -2.0-SNAPSHOT +2.0-beta-1 common-tomcat-maven-plugin Apache Tomcat Maven Plugin :: Common API Modified: tomcat/maven-plugin/trunk/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev=1236191&r1=1236190&r2=1236191&view=diff == --- tomcat/maven-plugin/trunk/pom.xml (original) +++ tomcat/maven-plugin/trunk/pom.xml Thu Jan 26 14:34:42 2012 @@ -32,7 +32,7 @@ tomcat-maven-plugin pom Apache Tomcat Maven Plugin - 2.0-SNAPSHOT + 2.0-beta-1 The Tomcat Maven Plugin provides goals to manipulate WAR projects within the Tomcat servlet container. @@ -200,9 +200,9 @@ - scm:svn:http://svn.apache.org/repos/asf/tomcat/maven-plugin/trunk/ - scm:svn:https://svn.apache.org/repos/asf/tomcat/maven-plugin/trunk/ -http://svn.apache.org/viewvc/tomcat/maven-plugin/ + scm:svn:http://svn.apache.org/repos/asf/tomcat/maven-plugin/tags/tomcat-maven-plugin-2.0-beta-1 + scm:svn:https://svn.apache.org/repos/asf/tomcat/maven-plugin/tags/tomcat-maven-plugin-2.0-beta-1 + http://svn.apache.org/viewvc/tomcat/maven-plugin/tags/tomcat-maven-plugin-2.0-beta-1 Modified: tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml?rev=1236191&r1=1236190&r2=1236191&view=diff == --- tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml (original) +++ tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml Thu Jan 26 14:34:42 2012 @@ -1,121 +1,121 @@ - - - -http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd";> - - -org.apache.tomcat.maven -tomcat-maven-plugin -2.0-SNAPSHOT -../pom.xml - - - 4.0.0 - - tomcat-maven-archetype - - maven-archetype - - Apache Tomcat Maven Plugin :: Archetype - - -2.2 -${project.version} -clean,verify - - - - - -src/main/resources -true - - - - -src/test/resources -true - - - - - -org.apache.maven.archetype -archetype-packaging -${archetypeVersion} - - - - - - - maven-archetype-plugin - ${archetypeVersion} - - - org.apache.rat - apache-rat-plugin - 0.8 - - - .gitignore - DEPENDENCIES - README.txt - *.sh - .git/** - .idea/** - .extract/** - src/main/resources/archetype-resources/basic-webapp/src/main/webapp/css/bootstrap.min.1.4.0.css - src/main/resources/archetype-resources/basic-webapp/src/main/webapp/js/jquery-1.7.js - src/test/** - - - - - - - - - - - run-its - - - -org.apache.maven.plugins -maven-archetype-plugin -${archetypeVersion} - - ${basedir}/src/test/test-settings.xml - ${basedir}/target/local-repo - - - - - -
svn commit: r1236192 - /tomcat/maven-plugin/tags/tomcat-maven-plugin-2.0-beta-1/
Author: olamy Date: Thu Jan 26 14:34:53 2012 New Revision: 1236192 URL: http://svn.apache.org/viewvc?rev=1236192&view=rev Log: [maven-release-plugin] copy for tag tomcat-maven-plugin-2.0-beta-1 Added: tomcat/maven-plugin/tags/tomcat-maven-plugin-2.0-beta-1/ - copied from r1236191, tomcat/maven-plugin/trunk/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
svn commit: r1236193 - in /tomcat/maven-plugin/trunk: common-tomcat-maven-plugin/pom.xml pom.xml tomcat-maven-archetype/pom.xml tomcat-maven-plugin-it/pom.xml tomcat6-maven-plugin/pom.xml tomcat7-mave
Author: olamy Date: Thu Jan 26 14:35:01 2012 New Revision: 1236193 URL: http://svn.apache.org/viewvc?rev=1236193&view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.xml tomcat/maven-plugin/trunk/pom.xml tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/pom.xml tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml tomcat/maven-plugin/trunk/tomcat7-war-runner/pom.xml Modified: tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.xml?rev=1236193&r1=1236192&r2=1236193&view=diff == --- tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.xml (original) +++ tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.xml Thu Jan 26 14:35:01 2012 @@ -24,7 +24,7 @@ tomcat-maven-plugin org.apache.tomcat.maven -2.0-beta-1 +2.0-SNAPSHOT common-tomcat-maven-plugin Apache Tomcat Maven Plugin :: Common API Modified: tomcat/maven-plugin/trunk/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev=1236193&r1=1236192&r2=1236193&view=diff == --- tomcat/maven-plugin/trunk/pom.xml (original) +++ tomcat/maven-plugin/trunk/pom.xml Thu Jan 26 14:35:01 2012 @@ -32,7 +32,7 @@ tomcat-maven-plugin pom Apache Tomcat Maven Plugin - 2.0-beta-1 + 2.0-SNAPSHOT The Tomcat Maven Plugin provides goals to manipulate WAR projects within the Tomcat servlet container. @@ -200,9 +200,9 @@ - scm:svn:http://svn.apache.org/repos/asf/tomcat/maven-plugin/tags/tomcat-maven-plugin-2.0-beta-1 - scm:svn:https://svn.apache.org/repos/asf/tomcat/maven-plugin/tags/tomcat-maven-plugin-2.0-beta-1 - http://svn.apache.org/viewvc/tomcat/maven-plugin/tags/tomcat-maven-plugin-2.0-beta-1 + scm:svn:http://svn.apache.org/repos/asf/tomcat/maven-plugin/trunk/ + scm:svn:https://svn.apache.org/repos/asf/tomcat/maven-plugin/trunk/ +http://svn.apache.org/viewvc/tomcat/maven-plugin/ Modified: tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml?rev=1236193&r1=1236192&r2=1236193&view=diff == --- tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml (original) +++ tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml Thu Jan 26 14:35:01 2012 @@ -23,7 +23,7 @@ org.apache.tomcat.maven tomcat-maven-plugin -2.0-beta-1 +2.0-SNAPSHOT ../pom.xml Modified: tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/pom.xml?rev=1236193&r1=1236192&r2=1236193&view=diff == --- tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/pom.xml (original) +++ tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/pom.xml Thu Jan 26 14:35:01 2012 @@ -22,7 +22,7 @@ org.apache.tomcat.maven tomcat-maven-plugin -2.0-beta-1 +2.0-SNAPSHOT 4.0.0 Modified: tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml?rev=1236193&r1=1236192&r2=1236193&view=diff == --- tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml (original) +++ tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml Thu Jan 26 14:35:01 2012 @@ -21,7 +21,7 @@ org.apache.tomcat.maven tomcat-maven-plugin -2.0-beta-1 +2.0-SNAPSHOT ../pom.xml Modified: tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml?rev=1236193&r1=1236192&r2=1236193&view=diff == --- tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml (original) +++ tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml Thu Jan 26 14:35:01 2012 @@ -23,7 +23,7 @@ tomcat-maven-plugin org.apache.tomcat.maven -2.0-beta-1 +2.0-SNAPSHOT tomcat7-maven-plugin maven-plugin Modified: tomcat/maven-plugin/trunk/tomcat7-war-runner/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat7-war-runner/pom.xml?rev=1236193&r1=1236192&r2=1236193&view=diff == --- tomcat/maven-plugin/trunk/tomcat7-war-runner/pom.xml (original) +++
svn commit: r1236195 - /tomcat/maven-plugin/tags/tomcat-maven-plugin-2.0-beta-1/
Author: olamy Date: Thu Jan 26 14:38:49 2012 New Revision: 1236195 URL: http://svn.apache.org/viewvc?rev=1236195&view=rev Log: delete tag release deploy has failed due to bad id in pom Removed: tomcat/maven-plugin/tags/tomcat-maven-plugin-2.0-beta-1/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
svn commit: r1236197 - in /tomcat/maven-plugin/trunk: README.txt pom.xml
Author: olamy Date: Thu Jan 26 14:42:10 2012 New Revision: 1236197 URL: http://svn.apache.org/viewvc?rev=1236197&view=rev Log: fix repository id and update README Modified: tomcat/maven-plugin/trunk/README.txt tomcat/maven-plugin/trunk/pom.xml Modified: tomcat/maven-plugin/trunk/README.txt URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/README.txt?rev=1236197&r1=1236196&r2=1236197&view=diff == --- tomcat/maven-plugin/trunk/README.txt (original) +++ tomcat/maven-plugin/trunk/README.txt Thu Jan 26 14:42:10 2012 @@ -24,3 +24,12 @@ Checkstyle: this project use the Apache Site: to test site generation, just run: mvn site. If you want more reporting (javadoc, pmd, checkstyle, jxr, changelog from jira entries), use: mvn site -Preporting. To deploy site, use: mvn clean site-deploy -Preporting. The site will be deploy to http://tomcat.apache.org/maven-plugin-${project.version} + +For release your ~/.m2/settings.xml must contains : + + + apache.releases.https + asf id + asf password + + Modified: tomcat/maven-plugin/trunk/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev=1236197&r1=1236196&r2=1236197&view=diff == --- tomcat/maven-plugin/trunk/pom.xml (original) +++ tomcat/maven-plugin/trunk/pom.xml Thu Jan 26 14:42:10 2012 @@ -632,7 +632,7 @@ - apache.releases + apache.releases.https Apache Release Distribution Repository ${distributionReleaseUrl} - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
svn commit: r1236202 - in /tomcat/maven-plugin/trunk: common-tomcat-maven-plugin/pom.xml pom.xml tomcat-maven-archetype/pom.xml tomcat-maven-plugin-it/pom.xml tomcat6-maven-plugin/pom.xml tomcat7-mave
Author: olamy Date: Thu Jan 26 14:45:57 2012 New Revision: 1236202 URL: http://svn.apache.org/viewvc?rev=1236202&view=rev Log: [maven-release-plugin] prepare release tomcat-maven-plugin-2.0-beta-1 Modified: tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.xml tomcat/maven-plugin/trunk/pom.xml tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/pom.xml tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml tomcat/maven-plugin/trunk/tomcat7-war-runner/pom.xml Modified: tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.xml?rev=1236202&r1=1236201&r2=1236202&view=diff == --- tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.xml (original) +++ tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.xml Thu Jan 26 14:45:57 2012 @@ -24,7 +24,7 @@ tomcat-maven-plugin org.apache.tomcat.maven -2.0-SNAPSHOT +2.0-beta-1 common-tomcat-maven-plugin Apache Tomcat Maven Plugin :: Common API Modified: tomcat/maven-plugin/trunk/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev=1236202&r1=1236201&r2=1236202&view=diff == --- tomcat/maven-plugin/trunk/pom.xml (original) +++ tomcat/maven-plugin/trunk/pom.xml Thu Jan 26 14:45:57 2012 @@ -32,7 +32,7 @@ tomcat-maven-plugin pom Apache Tomcat Maven Plugin - 2.0-SNAPSHOT + 2.0-beta-1 The Tomcat Maven Plugin provides goals to manipulate WAR projects within the Tomcat servlet container. @@ -200,9 +200,9 @@ - scm:svn:http://svn.apache.org/repos/asf/tomcat/maven-plugin/trunk/ - scm:svn:https://svn.apache.org/repos/asf/tomcat/maven-plugin/trunk/ -http://svn.apache.org/viewvc/tomcat/maven-plugin/ + scm:svn:http://svn.apache.org/repos/asf/tomcat/maven-plugin/tags/tomcat-maven-plugin-2.0-beta-1 + scm:svn:https://svn.apache.org/repos/asf/tomcat/maven-plugin/tags/tomcat-maven-plugin-2.0-beta-1 + http://svn.apache.org/viewvc/tomcat/maven-plugin/tags/tomcat-maven-plugin-2.0-beta-1 Modified: tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml?rev=1236202&r1=1236201&r2=1236202&view=diff == --- tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml (original) +++ tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml Thu Jan 26 14:45:57 2012 @@ -23,7 +23,7 @@ org.apache.tomcat.maven tomcat-maven-plugin -2.0-SNAPSHOT +2.0-beta-1 ../pom.xml Modified: tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/pom.xml?rev=1236202&r1=1236201&r2=1236202&view=diff == --- tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/pom.xml (original) +++ tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/pom.xml Thu Jan 26 14:45:57 2012 @@ -22,7 +22,7 @@ org.apache.tomcat.maven tomcat-maven-plugin -2.0-SNAPSHOT +2.0-beta-1 4.0.0 Modified: tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml?rev=1236202&r1=1236201&r2=1236202&view=diff == --- tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml (original) +++ tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml Thu Jan 26 14:45:57 2012 @@ -21,7 +21,7 @@ org.apache.tomcat.maven tomcat-maven-plugin -2.0-SNAPSHOT +2.0-beta-1 ../pom.xml Modified: tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml?rev=1236202&r1=1236201&r2=1236202&view=diff == --- tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml (original) +++ tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml Thu Jan 26 14:45:57 2012 @@ -23,7 +23,7 @@ tomcat-maven-plugin org.apache.tomcat.maven -2.0-SNAPSHOT +2.0-beta-1 tomcat7-maven-plugin maven-plugin Modified: tomcat/maven-plugin/trunk/tomcat7-war-runner/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat7-war-runner/pom.xml?rev=1236202&r1=1236201&r2=1236202&view=diff == --- tomcat/maven-plugin/trunk/tomcat7-war-runner/pom.xml (origi
svn commit: r1236204 - /tomcat/maven-plugin/tags/tomcat-maven-plugin-2.0-beta-1/
Author: olamy Date: Thu Jan 26 14:46:07 2012 New Revision: 1236204 URL: http://svn.apache.org/viewvc?rev=1236204&view=rev Log: [maven-release-plugin] copy for tag tomcat-maven-plugin-2.0-beta-1 Added: tomcat/maven-plugin/tags/tomcat-maven-plugin-2.0-beta-1/ - copied from r1236202, tomcat/maven-plugin/trunk/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
svn commit: r1236205 - in /tomcat/maven-plugin/trunk: common-tomcat-maven-plugin/pom.xml pom.xml tomcat-maven-archetype/pom.xml tomcat-maven-plugin-it/pom.xml tomcat6-maven-plugin/pom.xml tomcat7-mave
Author: olamy Date: Thu Jan 26 14:46:14 2012 New Revision: 1236205 URL: http://svn.apache.org/viewvc?rev=1236205&view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.xml tomcat/maven-plugin/trunk/pom.xml tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/pom.xml tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml tomcat/maven-plugin/trunk/tomcat7-war-runner/pom.xml Modified: tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.xml?rev=1236205&r1=1236204&r2=1236205&view=diff == --- tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.xml (original) +++ tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.xml Thu Jan 26 14:46:14 2012 @@ -24,7 +24,7 @@ tomcat-maven-plugin org.apache.tomcat.maven -2.0-beta-1 +2.0-SNAPSHOT common-tomcat-maven-plugin Apache Tomcat Maven Plugin :: Common API Modified: tomcat/maven-plugin/trunk/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev=1236205&r1=1236204&r2=1236205&view=diff == --- tomcat/maven-plugin/trunk/pom.xml (original) +++ tomcat/maven-plugin/trunk/pom.xml Thu Jan 26 14:46:14 2012 @@ -32,7 +32,7 @@ tomcat-maven-plugin pom Apache Tomcat Maven Plugin - 2.0-beta-1 + 2.0-SNAPSHOT The Tomcat Maven Plugin provides goals to manipulate WAR projects within the Tomcat servlet container. @@ -200,9 +200,9 @@ - scm:svn:http://svn.apache.org/repos/asf/tomcat/maven-plugin/tags/tomcat-maven-plugin-2.0-beta-1 - scm:svn:https://svn.apache.org/repos/asf/tomcat/maven-plugin/tags/tomcat-maven-plugin-2.0-beta-1 - http://svn.apache.org/viewvc/tomcat/maven-plugin/tags/tomcat-maven-plugin-2.0-beta-1 + scm:svn:http://svn.apache.org/repos/asf/tomcat/maven-plugin/trunk/ + scm:svn:https://svn.apache.org/repos/asf/tomcat/maven-plugin/trunk/ +http://svn.apache.org/viewvc/tomcat/maven-plugin/ Modified: tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml?rev=1236205&r1=1236204&r2=1236205&view=diff == --- tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml (original) +++ tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml Thu Jan 26 14:46:14 2012 @@ -23,7 +23,7 @@ org.apache.tomcat.maven tomcat-maven-plugin -2.0-beta-1 +2.0-SNAPSHOT ../pom.xml Modified: tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/pom.xml?rev=1236205&r1=1236204&r2=1236205&view=diff == --- tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/pom.xml (original) +++ tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/pom.xml Thu Jan 26 14:46:14 2012 @@ -22,7 +22,7 @@ org.apache.tomcat.maven tomcat-maven-plugin -2.0-beta-1 +2.0-SNAPSHOT 4.0.0 Modified: tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml?rev=1236205&r1=1236204&r2=1236205&view=diff == --- tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml (original) +++ tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml Thu Jan 26 14:46:14 2012 @@ -21,7 +21,7 @@ org.apache.tomcat.maven tomcat-maven-plugin -2.0-beta-1 +2.0-SNAPSHOT ../pom.xml Modified: tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml?rev=1236205&r1=1236204&r2=1236205&view=diff == --- tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml (original) +++ tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml Thu Jan 26 14:46:14 2012 @@ -23,7 +23,7 @@ tomcat-maven-plugin org.apache.tomcat.maven -2.0-beta-1 +2.0-SNAPSHOT tomcat7-maven-plugin maven-plugin Modified: tomcat/maven-plugin/trunk/tomcat7-war-runner/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat7-war-runner/pom.xml?rev=1236205&r1=1236204&r2=1236205&view=diff == --- tomcat/maven-plugin/trunk/tomcat7-war-runner/pom.xml (original) +++
svn commit: r1236274 - /tomcat/maven-plugin/trunk/pom.xml
Author: olamy Date: Thu Jan 26 16:24:50 2012 New Revision: 1236274 URL: http://svn.apache.org/viewvc?rev=1236274&view=rev Log: don't use onlyCurrentVersion as can filter issues Modified: tomcat/maven-plugin/trunk/pom.xml Modified: tomcat/maven-plugin/trunk/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev=1236274&r1=1236273&r2=1236274&view=diff == --- tomcat/maven-plugin/trunk/pom.xml (original) +++ tomcat/maven-plugin/trunk/pom.xml Thu Jan 26 16:24:50 2012 @@ -739,7 +739,6 @@ Type,Fix Version,Key,Summary,Assignee,Status,Created 200 - true Fixed Type 12317943 - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
svn commit: r1236294 - /tomcat/maven-plugin/trunk/pom.xml
Author: olamy Date: Thu Jan 26 17:12:17 2012 New Revision: 1236294 URL: http://svn.apache.org/viewvc?rev=1236294&view=rev Log: revert previous commit was a bad idea to display all issues! Modified: tomcat/maven-plugin/trunk/pom.xml Modified: tomcat/maven-plugin/trunk/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev=1236294&r1=1236293&r2=1236294&view=diff == --- tomcat/maven-plugin/trunk/pom.xml (original) +++ tomcat/maven-plugin/trunk/pom.xml Thu Jan 26 17:12:17 2012 @@ -739,6 +739,7 @@ Type,Fix Version,Key,Summary,Assignee,Status,Created 200 + true Fixed Type 12317943 - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
DO NOT REPLY [Bug 51582] NPE in SlowQueryReport
https://issues.apache.org/bugzilla/show_bug.cgi?id=51582 --- Comment #8 from Patric Rufflar 2012-01-26 18:04:42 UTC --- Hi Filip, I was able to debug the NPE situation (during a load test): sql is suprisingly _not_ null, but SlowQueryReport.this.queries is: protected QueryStats getQueryStats(String sql) { ConcurrentHashMap queries = SlowQueryReport.this.queries; if (queries==null) return null;<-- null is returned here ... -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[VOTE] Apache Tomcat Maven plugin 2.0-beta-1
Hi, I'd like to release the Apache Tomcat Maven plugin 2.0-beta-1. The staging repository is available here: https://repository.apache.org/content/repositories/orgapachetomcat-142/ The documentation site is available here: http://tomcat.apache.org/maven-plugin-2.0-beta-1/ Changelog: http://tomcat.apache.org/maven-plugin-2.0-beta-1/jira-report.html Guide to test a staged release maven plugin: http://maven.apache.org/guides/development/guide-testing-releases.html . [+1] [ 0] [-1] Here my +1 Thanks -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
svn commit: r1236348 - /tomcat/maven-plugin/trunk/pom.xml
Author: olamy Date: Thu Jan 26 18:51:53 2012 New Revision: 1236348 URL: http://svn.apache.org/viewvc?rev=1236348&view=rev Log: changelog will be generated for next version in jira Modified: tomcat/maven-plugin/trunk/pom.xml Modified: tomcat/maven-plugin/trunk/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev=1236348&r1=1236347&r2=1236348&view=diff == --- tomcat/maven-plugin/trunk/pom.xml (original) +++ tomcat/maven-plugin/trunk/pom.xml Thu Jan 26 18:51:53 2012 @@ -742,7 +742,7 @@ true Fixed Type - 12317943 + 12319450 - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
svn commit: r1236412 - in /tomcat/site/trunk: docs/oldnews.html xdocs/oldnews.xml
Author: kkolinko Date: Thu Jan 26 22:11:13 2012 New Revision: 1236412 URL: http://svn.apache.org/viewvc?rev=1236412&view=rev Log: Add 5.5 EOL announcement to oldnews page. Modified: tomcat/site/trunk/docs/oldnews.html tomcat/site/trunk/xdocs/oldnews.xml Modified: tomcat/site/trunk/docs/oldnews.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews.html?rev=1236412&r1=1236411&r2=1236412&view=diff == --- tomcat/site/trunk/docs/oldnews.html (original) +++ tomcat/site/trunk/docs/oldnews.html Thu Jan 26 22:11:13 2012 @@ -453,6 +453,31 @@ changelog. + +End of life for Apache Tomcat 5.5.x2011-08-10 + + + + + + +End of life date for Apache Tomcat 5.5.x is announced. +Read more... + + + + + + + + + + + + + + + Tomcat 7.0.19 Released2011-07-19 Modified: tomcat/site/trunk/xdocs/oldnews.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/oldnews.xml?rev=1236412&r1=1236411&r2=1236412&view=diff == --- tomcat/site/trunk/xdocs/oldnews.xml (original) +++ tomcat/site/trunk/xdocs/oldnews.xml Thu Jan 26 22:11:13 2012 @@ -133,6 +133,12 @@ changelog. + +End of life date for Apache Tomcat 5.5.x is announced. +Read more... + + + The Apache Tomcat Project is proud to announce the release of version 7.0.19 of - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
Re: WebSocket progress report
On 25/01/2012 13:17, jean-frederic clere wrote: > On 01/25/2012 02:00 PM, Mark Thomas wrote: >> On 25/01/2012 08:11, Mladen Turk wrote: >>> On 01/24/2012 10:15 PM, Mark Thomas wrote: I have made some further headway with this and the latest patch is on people.a.o [1]. >>> >>> How that relates to Servlet spec 3.1? >> >> TBD :) > > Even if it would not make it into servlet 3.1 it is a _very_ feature to > have. Good news. The WebSocket implementation has reached a state where you should be able to play with it. Receiving and sending of binary and text data via streams/writers and messages is all working as long as you don't use continuation frames. See the Echo example for the general idea. Control messages are not supported at all (so you can't close the connection yet). You'll need to apply [1] to trunk. I'm leaning towards committing this on the grounds that it changes very little of the existing code and - fingers crossed - it should stay that way. It will be easier for the wider community to experiment and provide patches once it is in trunk. I expect that the back-port to 7.0.x will wait until things were more feature complete and any obvious performance issues had been addressed. There are features still to be implemented and I know there is plenty of scope to improve performance. One example is that the reading and writing of data passes through rather more layers than it needs to. I'd like to explore adding rawRead() and rawWrite() to the InputBuffer and OutputBuffer which would access the socket directly. Another area is GC. I have paid little attention to GC concerns while writing this. I dread to think how much heap this will chew up under load. I haven't approached the Jetty folks regarding aligning to a common interface just yet. I want to let things bed down a little more first. Anyway, I hope you enjoy playing with this. As always, feedback welcome. Mark [1] http://people.apache.org/~markt/patches/draft/2012-01-26-websocket.patch - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[GUMP@vmgump]: Project tomcat-trunk-test (in module tomcat-trunk) failed
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 issue affects 1 projects, and has been outstanding for 4 runs. The current state of this project is 'Failed', with reason 'Build Failed'. For reference only, the following projects are affected by this: - tomcat-trunk-test : Tomcat 8.x, a web server implementing Java Servlet 3.1, ... Full details are available at: http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-test/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -DEBUG- Dependency on tomcat-trunk-dbcp exists, no need to add for property tomcat-dbcp-src.jar. -DEBUG- Dependency on commons-daemon exists, no need to add for property commons-daemon.native.src.tgz. -DEBUG- Dependency on commons-daemon exists, no need to add for property tomcat-native.tar.gz. -DEBUG- Dependency on tomcat-trunk-dbcp exists, no need to add for property tomcat-dbcp.home. -INFO- Failed with reason build failed -INFO- Project Reports in: /srv/gump/public/workspace/tomcat-trunk/output/build/logs The following work was performed: http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-test/gump_work/build_tomcat-trunk_tomcat-trunk-test.html Work Name: build_tomcat-trunk_tomcat-trunk-test (Type: Build) Work ended in a state of : Failed Elapsed: 20 mins 41 secs Command Line: /usr/lib/jvm/java-6-openjdk/bin/java -Djava.awt.headless=true -Dbuild.sysclasspath=only org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml -Djunit.jar=/srv/gump/public/workspace/junit/dist/junit-27012012.jar -Dcommons-daemon.native.src.tgz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-27012012-native-src.tar.gz -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-27012012-native-src.tar.gz -Dexamples.sources.skip=true -Dtomcat-dbcp.home=/srv/gump/public/workspace/tomcat-trunk/tomcat-deps -Djdt.jar=/srv/gump/packages/eclipse/plugins/org.eclipse.jdt.core_3.4.2/jdtcore.jar -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-27012012.jar -Dtomcat-dbcp-src.jar=/srv/gump/public/workspace/tomcat-trunk/tomcat-deps/tomcat-dbcp-src.jar -Dtest.accesslog=true -Dcommons-pool.home=/srv/gump/public/workspace/commons-pool-1.x -Dcommons-dbcp.home=/ srv/gump/public/workspace/commons-dbcp-1.x -Dtomcat-dbcp.jar=/srv/gump/public/workspace/tomcat-trunk/tomcat-deps/tomcat-dbcp-27012012.jar test [Working Directory: /srv/gump/public/workspace/tomcat-trunk] CLASSPATH: /usr/lib/jvm/java-6-openjdk/lib/tools.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/webapps/examples/WEB-INF/classes:/srv/gump/public/workspace/tomcat-trunk/output/testclasses:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-swing.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/bin/bootstrap.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/bin/tomcat-juli.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/annotations-api.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/servlet-api.jar:/srv/gump/public/workspace/tomcat-trunk/outp ut/build/lib/jsp-api.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/el-api.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/catalina.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/catalina-ant.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/tomcat-coyote.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/jasper.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/jasper-el.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/catalina-tribes.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/catalina-ha.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/tomcat-api.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/tomcat-util.jar:/srv/gump/packages/javamail-1.4/mail.jar:/srv/gump/packages/javamail-1.4/lib/mailapi.jar:/srv/gump/packages/jaf-1.1ea/activation.jar:/srv/gump/packages/eclipse/plugins/org.eclipse.jdt.core_3.4.2/jdtcore.jar:/srv/gump/public/workspace/tomcat-tr unk/tomcat-deps/tomcat-dbcp-27012012.jar:/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-27012012.jar:/srv/gump/public