[VOTE][RESULT] Release Apache Tomcat 8.0.20
The following votes were cast: Binding: +1: markt, remm, rjung, kfujino, schultz, violetagg 0: kkolinko Non-binding: +1: fschumacher The release vote therefore passes. I'll do the updates now and announce in ~24 hours once the mirrors catch up. Mark On 15/02/2015 18:46, Mark Thomas wrote: > The proposed Apache Tomcat 8.0.20 release is now available for voting. > > The main changes since 8.0.18 are: > - Fix a performance regression in the new resources implementation > when signed JARs are used in a web application. > - Fix several bugs that could cause multiple registrations for write > events for a single socket when using Servlet 3.0 async. Typically, > the side effects of these multiple registrations would be > exceptions appearing in the logs. > - Enhance the bean factory used for JNDI resources. The new > attribute forceString allows to support non-standard string > argument property setters. > > There is also the usual collection of bug fixes, new features and > performance improvements. For full details, see the changelog: > http://svn.us.apache.org/repos/asf/tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.20/ > The Maven staging repo is: > https://repository.apache.org/content/repositories/orgapachetomcat-1036/ > The svn tag is: > http://svn.apache.org/repos/asf/tomcat/tc8.0.x/tags/TOMCAT_8_0_20/ > > The proposed 8.0.20 release is: > [ ] Broken - do not release > [ ] Stable - go ahead and release as 8.0.20 > > - > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > For additional commands, e-mail: dev-h...@tomcat.apache.org > - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
svn commit: r8064 - /dev/tomcat/tomcat-8/v8.0.20/ /release/tomcat/tomcat-8/v8.0.20/
Author: markt Date: Fri Feb 20 08:51:40 2015 New Revision: 8064 Log: Release 8.0.20 Added: release/tomcat/tomcat-8/v8.0.20/ - copied from r8063, dev/tomcat/tomcat-8/v8.0.20/ Removed: dev/tomcat/tomcat-8/v8.0.20/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[Bug 57609] New: Tomcat 7.0.47 crashes with error code 610 038
https://bz.apache.org/bugzilla/show_bug.cgi?id=57609 Bug ID: 57609 Summary: Tomcat 7.0.47 crashes with error code 610 038 Product: Tomcat 7 Version: 7.0.47 Hardware: PC Status: NEW Severity: major Priority: P2 Component: Catalina Assignee: dev@tomcat.apache.org Reporter: rahulsingh...@gmail.com Created attachment 32500 --> https://bz.apache.org/bugzilla/attachment.cgi?id=32500&action=edit Error logs My tomcat web application stopped working after getting following error. janv. 09, 2015 9:57:16 AM org.apache.tomcat.util.net.AprEndpoint$Poller run Grave: Poller failed with error [610 038] : [APR does not understand this error code] Tomcat version:7.0.47 tcnative version: 1.1.30 APR version: 1.4.8 OS vendor/version: Windows Server 2008 R2 SP1 Could you please help with what could be root cause of this error. Please have attach error log. Please let me know where I can copy dumps because they are large in size ( more than 100 MB) Thanks & Regards, Prithvi -- 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
[Bug 57609] Tomcat 7.0.47 crashes with error code 610 038
https://bz.apache.org/bugzilla/show_bug.cgi?id=57609 Mark Thomas changed: What|Removed |Added OS||All --- Comment #1 from Mark Thomas --- Upgrade to the latest 7.0.x release and retest please. -- 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: [Tomcat 8] [Listener Web] [RequestDispatcher]
2015-02-19 19:25 GMT+03:00 Marco Semiao : > Hello, > > I use on my application a web listener ( ServletContextListener ) that > allows you to compile jsp at startup . > > It does not work on Tomcat 8 in call : > servletContext.getRequestDispatcher ( path); > > > Here is the stack : > > org.apache.catalina.core.ApplicationContext.log Error during mapping > java.lang.NullPointerException > at org.apache.catalina.mapper.Mapper.internalMapWrapper(Mapper.java:842) > at org.apache.catalina.mapper.Mapper.map(Mapper.java:712) > at > org.apache.catalina.core.ApplicationContext.getRequestDispatcher(ApplicationContext.java:503) > at > org.apache.catalina.core.ApplicationContextFacade.getRequestDispatcher(ApplicationContextFacade.java:221) > at > fr.ms.tomcat.servlet.listener.JspCompileRunnable.run(JspCompileRunnable.java:25) > This is occurs when the map contextObjectToContextVersionMap is still null. > > It is enriched at the end of the boot StandardServer so after initializing > listeners . > > Thread [main] (Suspended (breakpoint at line 265 in Mapper)) > owns: MapperListener (id=456) > owns: StandardService (id=457) > owns: Object (id=458) > owns: StandardServer (id=459) > Mapper.addContextVersion(String, Host, String, String, Context, String[], > WebResourceRoot, Collection) line: 265 > MapperListener.registerContext(Context) line: 380 > MapperListener.registerHost(Host) line: 302 > MapperListener.startInternal() line: 110 > MapperListener(LifecycleBase).start() line: 150 > StandardService.startInternal() line: 450 > StandardService(LifecycleBase).start() line: 150 > StandardServer.startInternal() line: 769 > StandardServer(LifecycleBase).start() line: 150 > Catalina.start() line: 625 > NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not > available [native method] > NativeMethodAccessorImpl.invoke(Object, Object[]) line: 57 > DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: 43 > Method.invoke(Object, Object...) line: 606 > Bootstrap.start() line: 351 > Bootstrap.main(String[]) line: 485 > > > > it works fine with tomcat 5, 6 and 7. > > > Environnement : > apache- tomcat- 8.0.15 or apache -tomcat- 8.0.18 > Windows 8.1 > Java 7 update 75 > 1. Mailing list rules: http://tomcat.apache.org/lists.html#tomcat-users -> 6. Do not top-post. 2. What event is your listener listening for? If I am understanding you correctly, you are trying to perform a request dispatch on a web application that has not started yet. This is not going to work. The application that has not completed its startup cannot serve requests. The NPE is ugly, an IllegalStateException would be better. >From the API specification [1] it looks that the ServletContext.getRequestDispatcher() should return null in this situation, but I think that will be as confusing as the current NPE. If you want the NPE to be changed, it would better to prepare some source code that demonstrates the issue and open an issue in Bugzilla, but at this point I think it is a cosmetic issue and fixing it wouldn't solve your problem. [1] http://docs.oracle.com/javaee/7/api/javax/servlet/ServletContext.html#getRequestDispatcher%28java.lang.String%29 Best regards, Konstantin Kolinko - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
Re: [Tomcat 8] [Listener Web] [RequestDispatcher]
Hello, I just use this app : http://pukkaone.github.io/2010/12/22/jsp-precompile-application-start.html it's works with tomcat 5,6,7 but not tomcat 8. Because before, it's possibel to invoque RequestDispatcher into Listener Now, call RequestDispatcher throw NPE because the Map is empty. 2015-02-20 13:35 GMT+01:00 Konstantin Kolinko : > 2015-02-19 19:25 GMT+03:00 Marco Semiao : > > Hello, > > > > I use on my application a web listener ( ServletContextListener ) that > > allows you to compile jsp at startup . > > > > It does not work on Tomcat 8 in call : > > servletContext.getRequestDispatcher ( path); > > > > > > Here is the stack : > > > > org.apache.catalina.core.ApplicationContext.log Error during mapping > > java.lang.NullPointerException > > at org.apache.catalina.mapper.Mapper.internalMapWrapper(Mapper.java:842) > > at org.apache.catalina.mapper.Mapper.map(Mapper.java:712) > > at > > > org.apache.catalina.core.ApplicationContext.getRequestDispatcher(ApplicationContext.java:503) > > at > > > org.apache.catalina.core.ApplicationContextFacade.getRequestDispatcher(ApplicationContextFacade.java:221) > > at > > > fr.ms.tomcat.servlet.listener.JspCompileRunnable.run(JspCompileRunnable.java:25) > > This is occurs when the map contextObjectToContextVersionMap is still > null. > > > > It is enriched at the end of the boot StandardServer so after > initializing > > listeners . > > > > Thread [main] (Suspended (breakpoint at line 265 in Mapper)) > > owns: MapperListener (id=456) > > owns: StandardService (id=457) > > owns: Object (id=458) > > owns: StandardServer (id=459) > > Mapper.addContextVersion(String, Host, String, String, Context, String[], > > WebResourceRoot, Collection) line: 265 > > MapperListener.registerContext(Context) line: 380 > > MapperListener.registerHost(Host) line: 302 > > MapperListener.startInternal() line: 110 > > MapperListener(LifecycleBase).start() line: 150 > > StandardService.startInternal() line: 450 > > StandardService(LifecycleBase).start() line: 150 > > StandardServer.startInternal() line: 769 > > StandardServer(LifecycleBase).start() line: 150 > > Catalina.start() line: 625 > > NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not > > available [native method] > > NativeMethodAccessorImpl.invoke(Object, Object[]) line: 57 > > DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: 43 > > Method.invoke(Object, Object...) line: 606 > > Bootstrap.start() line: 351 > > Bootstrap.main(String[]) line: 485 > > > > > > > > it works fine with tomcat 5, 6 and 7. > > > > > > Environnement : > > apache- tomcat- 8.0.15 or apache -tomcat- 8.0.18 > > Windows 8.1 > > Java 7 update 75 > > > > 1. Mailing list rules: > http://tomcat.apache.org/lists.html#tomcat-users > -> 6. Do not top-post. > > 2. What event is your listener listening for? > > If I am understanding you correctly, you are trying to perform a > request dispatch on a web application that has not started yet. This > is not going to work. The application that has not completed its > startup cannot serve requests. > > The NPE is ugly, an IllegalStateException would be better. > From the API specification [1] it looks that the > ServletContext.getRequestDispatcher() should return null in this > situation, but I think that will be as confusing as the current NPE. > > If you want the NPE to be changed, it would better to prepare some > source code that demonstrates the issue and open an issue in Bugzilla, > but at this point I think it is a cosmetic issue and fixing it > wouldn't solve your problem. > > [1] > http://docs.oracle.com/javaee/7/api/javax/servlet/ServletContext.html#getRequestDispatcher%28java.lang.String%29 > > > Best regards, > Konstantin Kolinko > > - > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > For additional commands, e-mail: dev-h...@tomcat.apache.org > >
Re: [Tomcat 8] [Listener Web] [RequestDispatcher]
2015-02-20 13:45 GMT+01:00 Marco Semiao : > Hello, I just use this app : > > http://pukkaone.github.io/2010/12/22/jsp-precompile-application-start.html > > it's works with tomcat 5,6,7 but not tomcat 8. > > Because before, it's possibel to invoque RequestDispatcher into Listener > > Now, call RequestDispatcher throw NPE because the Map is empty. > > 2015-02-20 13:35 GMT+01:00 Konstantin Kolinko : > >> 2015-02-19 19:25 GMT+03:00 Marco Semiao : >> > Hello, >> > >> > I use on my application a web listener ( ServletContextListener ) that >> > allows you to compile jsp at startup . >> > >> > It does not work on Tomcat 8 in call : >> > servletContext.getRequestDispatcher ( path); >> > >> > >> > Here is the stack : >> > >> > org.apache.catalina.core.ApplicationContext.log Error during mapping >> > java.lang.NullPointerException >> > at org.apache.catalina.mapper.Mapper.internalMapWrapper(Mapper.java:842) >> > at org.apache.catalina.mapper.Mapper.map(Mapper.java:712) >> > at >> > >> org.apache.catalina.core.ApplicationContext.getRequestDispatcher(ApplicationContext.java:503) >> > at >> > >> org.apache.catalina.core.ApplicationContextFacade.getRequestDispatcher(ApplicationContextFacade.java:221) >> > at >> > >> fr.ms.tomcat.servlet.listener.JspCompileRunnable.run(JspCompileRunnable.java:25) >> > This is occurs when the map contextObjectToContextVersionMap is still >> null. >> > >> > It is enriched at the end of the boot StandardServer so after >> initializing >> > listeners . >> > >> > Thread [main] (Suspended (breakpoint at line 265 in Mapper)) >> > owns: MapperListener (id=456) >> > owns: StandardService (id=457) >> > owns: Object (id=458) >> > owns: StandardServer (id=459) >> > Mapper.addContextVersion(String, Host, String, String, Context, >> String[], >> > WebResourceRoot, Collection) line: 265 >> > MapperListener.registerContext(Context) line: 380 >> > MapperListener.registerHost(Host) line: 302 >> > MapperListener.startInternal() line: 110 >> > MapperListener(LifecycleBase).start() line: 150 >> > StandardService.startInternal() line: 450 >> > StandardService(LifecycleBase).start() line: 150 >> > StandardServer.startInternal() line: 769 >> > StandardServer(LifecycleBase).start() line: 150 >> > Catalina.start() line: 625 >> > NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not >> > available [native method] >> > NativeMethodAccessorImpl.invoke(Object, Object[]) line: 57 >> > DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: 43 >> > Method.invoke(Object, Object...) line: 606 >> > Bootstrap.start() line: 351 >> > Bootstrap.main(String[]) line: 485 >> > >> > >> > >> > it works fine with tomcat 5, 6 and 7. >> > >> > >> > Environnement : >> > apache- tomcat- 8.0.15 or apache -tomcat- 8.0.18 >> > Windows 8.1 >> > Java 7 update 75 >> > >> >> 1. Mailing list rules: >> http://tomcat.apache.org/lists.html#tomcat-users >> -> 6. Do not top-post. >> >> 2. What event is your listener listening for? >> >> If I am understanding you correctly, you are trying to perform a >> request dispatch on a web application that has not started yet. This >> is not going to work. The application that has not completed its >> startup cannot serve requests. >> >> The NPE is ugly, an IllegalStateException would be better. >> From the API specification [1] it looks that the >> ServletContext.getRequestDispatcher() should return null in this >> situation, but I think that will be as confusing as the current NPE. >> >> If you want the NPE to be changed, it would better to prepare some >> source code that demonstrates the issue and open an issue in Bugzilla, >> but at this point I think it is a cosmetic issue and fixing it >> wouldn't solve your problem. >> >> [1] >> http://docs.oracle.com/javaee/7/api/javax/servlet/ServletContext.html#getRequestDispatcher%28java.lang.String%29 >> >> >> Best regards, >> Konstantin Kolinko >> >> - >> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org >> For additional commands, e-mail: dev-h...@tomcat.apache.org >> >> > Sorry really sorry for top post :( http://pukkaone.github.io/2010/12/22/jsp-precompile-application-start.html it's works with tomcat 5,6,7 but not tomcat 8. Because before, it's possibel to invoque RequestDispatcher into Listener Now, call RequestDispatcher throw NPE because the Map is empty.
Re: [Tomcat 8] [Listener Web] [RequestDispatcher]
2015-02-20 13:53 GMT+01:00 Marco Semiao : > > > 2015-02-20 13:45 GMT+01:00 Marco Semiao : > >> Hello, I just use this app : >> >> http://pukkaone.github.io/2010/12/22/jsp-precompile-application-start.html >> >> it's works with tomcat 5,6,7 but not tomcat 8. >> >> Because before, it's possibel to invoque RequestDispatcher into Listener >> >> Now, call RequestDispatcher throw NPE because the Map is empty. >> >> 2015-02-20 13:35 GMT+01:00 Konstantin Kolinko : >> >>> 2015-02-19 19:25 GMT+03:00 Marco Semiao : >>> > Hello, >>> > >>> > I use on my application a web listener ( ServletContextListener ) that >>> > allows you to compile jsp at startup . >>> > >>> > It does not work on Tomcat 8 in call : >>> > servletContext.getRequestDispatcher ( path); >>> > >>> > >>> > Here is the stack : >>> > >>> > org.apache.catalina.core.ApplicationContext.log Error during mapping >>> > java.lang.NullPointerException >>> > at >>> org.apache.catalina.mapper.Mapper.internalMapWrapper(Mapper.java:842) >>> > at org.apache.catalina.mapper.Mapper.map(Mapper.java:712) >>> > at >>> > >>> org.apache.catalina.core.ApplicationContext.getRequestDispatcher(ApplicationContext.java:503) >>> > at >>> > >>> org.apache.catalina.core.ApplicationContextFacade.getRequestDispatcher(ApplicationContextFacade.java:221) >>> > at >>> > >>> fr.ms.tomcat.servlet.listener.JspCompileRunnable.run(JspCompileRunnable.java:25) >>> > This is occurs when the map contextObjectToContextVersionMap is still >>> null. >>> > >>> > It is enriched at the end of the boot StandardServer so after >>> initializing >>> > listeners . >>> > >>> > Thread [main] (Suspended (breakpoint at line 265 in Mapper)) >>> > owns: MapperListener (id=456) >>> > owns: StandardService (id=457) >>> > owns: Object (id=458) >>> > owns: StandardServer (id=459) >>> > Mapper.addContextVersion(String, Host, String, String, Context, >>> String[], >>> > WebResourceRoot, Collection) line: 265 >>> > MapperListener.registerContext(Context) line: 380 >>> > MapperListener.registerHost(Host) line: 302 >>> > MapperListener.startInternal() line: 110 >>> > MapperListener(LifecycleBase).start() line: 150 >>> > StandardService.startInternal() line: 450 >>> > StandardService(LifecycleBase).start() line: 150 >>> > StandardServer.startInternal() line: 769 >>> > StandardServer(LifecycleBase).start() line: 150 >>> > Catalina.start() line: 625 >>> > NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not >>> > available [native method] >>> > NativeMethodAccessorImpl.invoke(Object, Object[]) line: 57 >>> > DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: 43 >>> > Method.invoke(Object, Object...) line: 606 >>> > Bootstrap.start() line: 351 >>> > Bootstrap.main(String[]) line: 485 >>> > >>> > >>> > >>> > it works fine with tomcat 5, 6 and 7. >>> > >>> > >>> > Environnement : >>> > apache- tomcat- 8.0.15 or apache -tomcat- 8.0.18 >>> > Windows 8.1 >>> > Java 7 update 75 >>> > >>> >>> 1. Mailing list rules: >>> http://tomcat.apache.org/lists.html#tomcat-users >>> -> 6. Do not top-post. >>> >>> 2. What event is your listener listening for? >>> >>> If I am understanding you correctly, you are trying to perform a >>> request dispatch on a web application that has not started yet. This >>> is not going to work. The application that has not completed its >>> startup cannot serve requests. >>> >>> The NPE is ugly, an IllegalStateException would be better. >>> From the API specification [1] it looks that the >>> ServletContext.getRequestDispatcher() should return null in this >>> situation, but I think that will be as confusing as the current NPE. >>> >>> If you want the NPE to be changed, it would better to prepare some >>> source code that demonstrates the issue and open an issue in Bugzilla, >>> but at this point I think it is a cosmetic issue and fixing it >>> wouldn't solve your problem. >>> >>> [1] >>> http://docs.oracle.com/javaee/7/api/javax/servlet/ServletContext.html#getRequestDispatcher%28java.lang.String%29 >>> >>> >>> Best regards, >>> Konstantin Kolinko >>> >>> - >>> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org >>> For additional commands, e-mail: dev-h...@tomcat.apache.org >>> >>> >> > > Sorry really sorry for top post :( > > > http://pukkaone.github.io/2010/12/22/jsp-precompile-application-start.html > > it's works with tomcat 5,6,7 but not tomcat 8. > > Because before, it's possibel to invoque RequestDispatcher into Listener > > Now, call RequestDispatcher throw NPE because the Map is empty. > Before the requestDispatcher is ready into Listener why this limitation into Tomcat 8 ? it wanted ?
[Bug 57609] Tomcat 7.0.47 crashes with error code 610 038
https://bz.apache.org/bugzilla/show_bug.cgi?id=57609 --- Comment #2 from Chuck Caldarale --- (In reply to Mark Thomas from comment #1) > Upgrade to the latest 7.0.x release and retest please. And upgrade the JVM. That version (7u5) has been superseded for many, many years. The current version is 7u75. -- 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: [VOTE][RESULT] Release Apache Taglibs 1.2.3
The following vote were cast: Binding: +1: jboynes, kkolinko, kfujino The vote therefore passes. I will release the staging repository. Could a PMC member please update dist.a.o. I will announce after that. Thanks Jeremy signature.asc Description: Message signed with OpenPGP using GPGMail
svn commit: r8068 - /dev/tomcat/taglibs/taglibs-standard-1.2.3/ /release/tomcat/taglibs/taglibs-standard-1.2.3/
Author: kkolinko Date: Fri Feb 20 15:59:48 2015 New Revision: 8068 Log: Release Apache Standard Taglib 1.2.3 Added: release/tomcat/taglibs/taglibs-standard-1.2.3/ - copied from r8067, dev/tomcat/taglibs/taglibs-standard-1.2.3/ Removed: dev/tomcat/taglibs/taglibs-standard-1.2.3/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
Re: [VOTE][RESULT] Release Apache Taglibs 1.2.3
2015-02-20 18:39 GMT+03:00 Jeremy Boynes : > The following vote were cast: > > Binding: > +1: jboynes, kkolinko, kfujino > > The vote therefore passes. > > I will release the staging repository. Could a PMC member please update > dist.a.o. I will announce after that. > I updated dist.a.o. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[Bug 57611] New: Update Bugzilla URL in documentation, site, etc.
https://bz.apache.org/bugzilla/show_bug.cgi?id=57611 Bug ID: 57611 Summary: Update Bugzilla URL in documentation, site, etc. Product: Tomcat 8 Version: 8.0.20 Hardware: PC Status: NEW Severity: minor Priority: P2 Component: Documentation Assignee: dev@tomcat.apache.org Reporter: knst.koli...@gmail.com About a week ago the ASF Bugzilla was migrated to a new, separate host. As a result, the issue URLs have changed from https://issues.apache.org/bugzilla/ to https://bz.apache.org/bugzilla/ The host name is still usable and all issue links are successfully redirected to the new host. I have not seen any blog post explaining the change yet, but I guess that it is official. If this change is permanent then we need to update Bugzilla links: (1) in tomcat-docs XSLT style that processes number elements - in documentation - on the main tomcat.a.o site (2) explicit references - in documentation, - ROOT web application, - on the main tomcat.a.o site (3) SVN properties on project roots, Currently we have the following ones configured: bugtraq:logregex (https?\://issues.apache.org/bugzilla/show_bug.cgi\?id=\d+|BZ\s?\d+) (\d+) bugtraq:message Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=%BUGID% bugtraq:url https://issues.apache.org/bugzilla/show_bug.cgi?id=%BUGID% -- 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
[Bug 57265] Tomcat 8 hiden behind NGINX fails to send file when using NIO connector
https://bz.apache.org/bugzilla/show_bug.cgi?id=57265 --- Comment #5 from Josh Wojcik --- This bug still appears using the NIO connector and SSL. Using Non-SSL, the bug is fixed. We are using tomcat version 7.0.59. Can you apply your fix to SSL? -- 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: r1661222 - in /tomcat/trunk: java/org/apache/tomcat/websocket/BackgroundProcessManager.java test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java
Author: markt Date: Fri Feb 20 21:00:04 2015 New Revision: 1661222 URL: http://svn.apache.org/r1661222 Log: Close the client and server sessions after each test to ensure that the background process stops and reduce the chances of one test interfering with an other. This also simplifies debugging should a test fail. Modified: tomcat/trunk/java/org/apache/tomcat/websocket/BackgroundProcessManager.java tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java Modified: tomcat/trunk/java/org/apache/tomcat/websocket/BackgroundProcessManager.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/websocket/BackgroundProcessManager.java?rev=1661222&r1=1661221&r2=1661222&view=diff == --- tomcat/trunk/java/org/apache/tomcat/websocket/BackgroundProcessManager.java (original) +++ tomcat/trunk/java/org/apache/tomcat/websocket/BackgroundProcessManager.java Fri Feb 20 21:00:04 2015 @@ -98,6 +98,16 @@ public class BackgroundProcessManager { } +/* + * For unit testing. + */ +int getProcessCount() { +synchronized (processesLock) { +return processes.size(); +} +} + + private static class WsBackgroundThread extends Thread { private final BackgroundProcessManager manager; Modified: tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java?rev=1661222&r1=1661221&r2=1661222&view=diff == --- tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java (original) +++ tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java Fri Feb 20 21:00:04 2015 @@ -900,7 +900,7 @@ public class TestWsWebSocketContainer ex s.getBasicRemote().sendText(msg.toString()); -// Wait for up to 5 seconds for session to close +// Wait for up to 5 seconds for the client session to close boolean open = s.isOpen(); int count = 0; while (open != expectOpen && count < 50) { @@ -911,6 +911,23 @@ public class TestWsWebSocketContainer ex Assert.assertEquals(Boolean.valueOf(expectOpen), Boolean.valueOf(s.isOpen())); + +// Close the session if it is expected to be open +if (expectOpen) { +s.close(); +} + +// Wait for up to 5 seconds for the server session to close and the +// background process to stop +count = 0; +while (count < 50) { +if (BackgroundProcessManager.getInstance().getProcessCount() == 0) { +break; +} +Thread.sleep(100); +} + +Assert.assertEquals(0, BackgroundProcessManager.getInstance().getProcessCount()); } - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
svn commit: r1661223 - in /tomcat/trunk/java/org/apache/coyote/http11/upgrade: LocalStrings.properties UpgradeServletOutputStream.java
Author: markt Date: Fri Feb 20 21:05:42 2015 New Revision: 1661223 URL: http://svn.apache.org/r1661223 Log: Fix typo Modified: tomcat/trunk/java/org/apache/coyote/http11/upgrade/LocalStrings.properties tomcat/trunk/java/org/apache/coyote/http11/upgrade/UpgradeServletOutputStream.java Modified: tomcat/trunk/java/org/apache/coyote/http11/upgrade/LocalStrings.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/http11/upgrade/LocalStrings.properties?rev=1661223&r1=1661222&r2=1661223&view=diff == --- tomcat/trunk/java/org/apache/coyote/http11/upgrade/LocalStrings.properties (original) +++ tomcat/trunk/java/org/apache/coyote/http11/upgrade/LocalStrings.properties Fri Feb 20 21:05:42 2015 @@ -31,5 +31,5 @@ upgrade.sos.canWrite.ise=It is illegal t upgrade.sos.onErrorFail=onError processing for the registered WriteListener triggered this further error which was swallowed upgrade.sos.writeListener.null=It is illegal to pass null to setWriteListener() upgrade.sos.writeListener.set=It is illegal to call setWriteListener() more than once for the same upgraded connection -upgrade.sis.write.ise=It is illegal to call any of the write() methods in non-blocking mode without first checking that there is space available by calling isReady() +upgrade.sos.write.ise=It is illegal to call any of the write() methods in non-blocking mode without first checking that there is space available by calling isReady() Modified: tomcat/trunk/java/org/apache/coyote/http11/upgrade/UpgradeServletOutputStream.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/http11/upgrade/UpgradeServletOutputStream.java?rev=1661223&r1=1661222&r2=1661223&view=diff == --- tomcat/trunk/java/org/apache/coyote/http11/upgrade/UpgradeServletOutputStream.java (original) +++ tomcat/trunk/java/org/apache/coyote/http11/upgrade/UpgradeServletOutputStream.java Fri Feb 20 21:05:42 2015 @@ -180,7 +180,7 @@ public class UpgradeServletOutputStream private void preWriteChecks() { if (listener != null && !socketWrapper.canWrite()) { -throw new IllegalStateException(sm.getString("upgrade.sis.write.ise")); +throw new IllegalStateException(sm.getString("upgrade.sos.write.ise")); } } - 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-nio (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-nio has an issue affecting its community integration. This issue affects 1 projects, and has been outstanding for 11 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-nio : Tomcat 9.x, a web server implementing the Java Servlet 4.0, ... Full details are available at: http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-test-nio/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -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. -INFO- Failed with reason build failed -INFO- Project Reports in: /srv/gump/public/workspace/tomcat-trunk/output/logs-NIO -INFO- Project Reports in: /srv/gump/public/workspace/tomcat-trunk/output/test-tmp-NIO/logs The following work was performed: http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-test-nio/gump_work/build_tomcat-trunk_tomcat-trunk-test-nio.html Work Name: build_tomcat-trunk_tomcat-trunk-test-nio (Type: Build) Work ended in a state of : Failed Elapsed: 25 mins 42 secs Command Line: /usr/lib/jvm/java-8-oracle/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/target/junit-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-NIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150221-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.4-201406061215/ecj-4.4.jar -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20150221.jar -Dcommons-daemon.native.src.tgz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150221-native-src.tar.gz -Dtest.temp=output/test-tmp-NIO -Dtest.accesslog=true -Dexecute.test.nio=true -Dtest.openssl.path=/srv/gump/public/workspace/openssl/dest-20150221/bin/openssl -Dexecute.test.apr=false -Dexecute.test.nio2=false -Deasymock.jar=/srv/gump/public/workspace/easymock/easymock/target/easymock-3.4-SNAPSHOT.jar -Dhamcrest.jar=/srv/gump/packages/hamcrest/hamcrest-core-1.3.jar -Dcglib.jar=/srv/gump/packages/cglib/cglib-nodep-2.2.jar test [Working Directory: /srv/gump/public/workspace/tomcat-trunk] CLASSPATH: /usr/lib/jvm/java-8-oracle/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-junit4.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.ja r:/srv/gump/public/workspace/tomcat-trunk/output/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/websocket-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/catalina-storeconfig.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-jni.jar:/srv/gump/public/workspace/tomcat-trunk/output/bu ild/lib/tomcat-spdy.jar:/srv/gump/public/workspace/tomcat-trunk/ou
[GUMP@vmgump]: Project tomcat-tc7.0.x-test-bio (in module tomcat-7.0.x) 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-tc7.0.x-test-bio 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-tc7.0.x-test-bio : Tomcat 7.x, a web server implementing Java Servlet 3.0, ... Full details are available at: http://vmgump.apache.org/gump/public/tomcat-7.0.x/tomcat-tc7.0.x-test-bio/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -DEBUG- Dependency on tomcat-tc7.0.x-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-tc7.0.x-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-7.0.x/output/logs-BIO -INFO- Project Reports in: /srv/gump/public/workspace/tomcat-7.0.x/output/test-tmp-BIO/logs The following work was performed: http://vmgump.apache.org/gump/public/tomcat-7.0.x/tomcat-tc7.0.x-test-bio/gump_work/build_tomcat-7.0.x_tomcat-tc7.0.x-test-bio.html Work Name: build_tomcat-7.0.x_tomcat-tc7.0.x-test-bio (Type: Build) Work ended in a state of : Failed Elapsed: 17 mins 57 secs Command Line: /usr/lib/jvm/java-8-oracle/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/target/junit-4.13-SNAPSHOT.jar -Dcommons-daemon.native.src.tgz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150221-native-src.tar.gz -Dtest.reports=output/logs-BIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150221-native-src.tar.gz -Dexamples.sources.skip=true -Dtomcat-dbcp.home=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.4-201406061215/ecj-4.4.jar -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20150221.jar -Dtomcat-dbcp-src.jar=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps/tomcat-dbcp-src.jar -Dexecute.test.nio=false -Dtest.accesslog=true -Dcommons-pool.home=/srv/gump/public/wo rkspace/commons-pool-1.x -Dcommons-dbcp.home=/srv/gump/public/workspace/commons-dbcp-1.x -Dexecute.test.apr=false -Dexecute.test.bio=true -Dtomcat-dbcp.jar=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps/tomcat-dbcp-20150221.jar -Dtest.temp=output/test-tmp-BIO -Dhamcrest.jar=/srv/gump/packages/hamcrest/hamcrest-core-1.3.jar test [Working Directory: /srv/gump/public/workspace/tomcat-7.0.x] CLASSPATH: /usr/lib/jvm/java-8-oracle/lib/tools.jar:/srv/gump/public/workspace/tomcat-7.0.x/output/build/webapps/examples/WEB-INF/classes:/srv/gump/public/workspace/tomcat-7.0.x/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-junit4.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-7.0.x/output/build/bin/bootstrap.jar:/srv/gump/public/workspace/tomcat-7.0.x/output/build/bin/tomcat-juli.jar:/srv/gump/public/workspace/tomcat-7.0.x/output/build/lib/annotations-api.jar:/srv/gump/public/workspace/tomcat-7.0.x/output/build/lib/servlet-api.ja r:/srv/gump/public/workspace/tomcat-7.0.x/output/build/lib/jsp-api.jar:/srv/gump/public/workspace/tomcat-7.0.x/output/build/lib/el-api.jar:/srv/gump/public/workspace/tomcat-7.0.x/output/build/lib/catalina.jar:/srv/gump/public/workspace/tomcat-7.0.x/output/build/lib/catalina-ant.jar:/srv/gump/public/workspace/tomcat-7.0.x/output/build/lib/tomcat-coyote.jar:/srv/gump/public/workspace/tomcat-7.0.x/output/build/lib/jasper.jar:/srv/gump/public/workspace/tomcat-7.0.x/output/build/lib/jasper-el.jar:/srv/gump/public/workspace/tomcat-7.0.x/output/build/lib/catalina-tribes.jar:/srv/gump/public/workspace/tomcat-7.0.x/output/build/lib/catalina-ha.jar:/srv/gump/public/workspace/tomcat-7.0.x/output/build/lib/tomcat-api.jar:/srv/gump/public/workspace/tomcat-7.0.x/output/build/lib/tomcat-util.j
[GUMP@vmgump]: Project tomcat-trunk-test-nio2 (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-nio2 has an issue affecting its community integration. This issue affects 1 projects, and has been outstanding for 11 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-nio2 : Tomcat 9.x, a web server implementing the Java Servlet 4.0, ... Full details are available at: http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-test-nio2/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -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. -INFO- Failed with reason build failed -INFO- Project Reports in: /srv/gump/public/workspace/tomcat-trunk/output/logs-NIO2 -INFO- Project Reports in: /srv/gump/public/workspace/tomcat-trunk/output/test-tmp-NIO2/logs The following work was performed: http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-test-nio2/gump_work/build_tomcat-trunk_tomcat-trunk-test-nio2.html Work Name: build_tomcat-trunk_tomcat-trunk-test-nio2 (Type: Build) Work ended in a state of : Failed Elapsed: 25 mins 24 secs Command Line: /usr/lib/jvm/java-8-oracle/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/target/junit-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-NIO2 -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150221-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.4-201406061215/ecj-4.4.jar -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20150221.jar -Dcommons-daemon.native.src.tgz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150221-native-src.tar.gz -Dtest.temp=output/test-tmp-NIO2 -Dtest.accesslog=true -Dexecute.test.nio=false -Dtest.openssl.path=/srv/gump/public/workspace/openssl/dest-20150221/bin/opens sl -Dexecute.test.apr=false -Dexecute.test.nio2=true -Deasymock.jar=/srv/gump/public/workspace/easymock/easymock/target/easymock-3.4-SNAPSHOT.jar -Dhamcrest.jar=/srv/gump/packages/hamcrest/hamcrest-core-1.3.jar -Dcglib.jar=/srv/gump/packages/cglib/cglib-nodep-2.2.jar test [Working Directory: /srv/gump/public/workspace/tomcat-trunk] CLASSPATH: /usr/lib/jvm/java-8-oracle/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-junit4.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.ja r:/srv/gump/public/workspace/tomcat-trunk/output/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/websocket-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/catalina-storeconfig.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-jni.jar:/srv/gump/public/workspace/tomcat-trunk/output/bu ild/lib/tomcat-spdy.jar:/srv/gump/public/workspace/tomca
[GUMP@vmgump]: Project tomcat-trunk-test-apr (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-apr has an issue affecting its community integration. This issue affects 1 projects, and has been outstanding for 11 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-apr : Tomcat 9.x, a web server implementing the Java Servlet 4.0, ... Full details are available at: http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-test-apr/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -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. -INFO- Failed with reason build failed -INFO- Project Reports in: /srv/gump/public/workspace/tomcat-trunk/output/logs-APR -INFO- Project Reports in: /srv/gump/public/workspace/tomcat-trunk/output/test-tmp-APR/logs The following work was performed: http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-test-apr/gump_work/build_tomcat-trunk_tomcat-trunk-test-apr.html Work Name: build_tomcat-trunk_tomcat-trunk-test-apr (Type: Build) Work ended in a state of : Failed Elapsed: 24 mins 19 secs Command Line: /usr/lib/jvm/java-8-oracle/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/target/junit-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-APR -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150221-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.4-201406061215/ecj-4.4.jar -Dtest.apr.loc=/srv/gump/public/workspace/tomcat-native/dest-20150221/lib -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20150221.jar -Dcommons-daemon.native.src.tgz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150221-native-src.tar.gz -Dtest.temp=output/test-tmp-APR -Dtest.accesslog=true -Dexecute.test.nio=false -Dtest .openssl.path=/srv/gump/public/workspace/openssl/dest-20150221/bin/openssl -Dexecute.test.apr=true -Dexecute.test.nio2=false -Deasymock.jar=/srv/gump/public/workspace/easymock/easymock/target/easymock-3.4-SNAPSHOT.jar -Dhamcrest.jar=/srv/gump/packages/hamcrest/hamcrest-core-1.3.jar -Dcglib.jar=/srv/gump/packages/cglib/cglib-nodep-2.2.jar test [Working Directory: /srv/gump/public/workspace/tomcat-trunk] CLASSPATH: /usr/lib/jvm/java-8-oracle/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-junit4.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.ja r:/srv/gump/public/workspace/tomcat-trunk/output/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/websocket-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/catalina-storeconfig.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-jni.jar:/srv/gump/public/workspace/tomcat-trunk/out