[Bug 58157] RecycleRequiredException and missing AsyncListener.onTimeout call

2015-08-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58157 --- Comment #14 from Mark Thomas --- I've found and fixed a couple of concurrency issues that could have contributed to this but I'm still seeing the occassional failure. I haven't yet managed to reproduce the same exception with a debugger.

svn commit: r1695826 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/ajp/AjpNioProtocol.java java/org/apache/coyote/http11/Http11NioProtocol.java webapps/docs/changelog.xml

2015-08-13 Thread markt
Author: markt Date: Fri Aug 14 06:52:45 2015 New Revision: 1695826 URL: http://svn.apache.org/r1695826 Log: Align NIO and APR and reset the socket timeout before the socket is added to the Poller. May help with the fix for bug 58157. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomc

svn commit: r1695825 - /tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

2015-08-13 Thread markt
Author: markt Date: Fri Aug 14 06:51:56 2015 New Revision: 1695825 URL: http://svn.apache.org/r1695825 Log: Add entry for r1695824 Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc8

svn commit: r1695824 - in /tomcat/tc8.0.x/trunk/java/org/apache/coyote: ajp/AjpNioProtocol.java http11/Http11NioProtocol.java

2015-08-13 Thread markt
Author: markt Date: Fri Aug 14 06:48:26 2015 New Revision: 1695824 URL: http://svn.apache.org/r1695824 Log: Align NIO and APR and reset the socket timeout before the socket is added to the Poller. May help with the fix for bug 58157. Modified: tomcat/tc8.0.x/trunk/java/org/apache/coyote/ajp/

svn commit: r1695823 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/net/SocketWrapper.java webapps/docs/changelog.xml

2015-08-13 Thread markt
Author: markt Date: Fri Aug 14 06:46:26 2015 New Revision: 1695823 URL: http://svn.apache.org/r1695823 Log: Backport a change that may contribute to the fix for 58157 Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/SocketWrapper.java

[Bug 58238] ErrorReportValve - default showReport / showServerInfo to false

2015-08-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58238 Mark Thomas changed: What|Removed |Added Resolution|--- |WONTFIX Status|NEW

[Bug 58238] ErrorReportValve - default showReport / showServerInfo to false

2015-08-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58238 --- Comment #2 from Fernando Boaglio --- Excellent idea, maybe should do it to versions 7 and 8 too. =) -- You are receiving this mail because: You are the assignee for the bug. ---

[Bug 58238] ErrorReportValve - default showReport / showServerInfo to false

2015-08-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58238 --- Comment #1 from Michael Osipov <1983-01...@gmx.net> --- There is no additional security here. Security by obscurity does not work. -- You are receiving this mail because: You are the assignee for the bug. -

buildbot success in ASF Buildbot on tomcat-7-trunk

2015-08-13 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/43 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchS

buildbot success in ASF Buildbot on tomcat-trunk

2015-08-13 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/139 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSche

buildbot exception in ASF Buildbot on tomcat-8-trunk

2015-08-13 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-8-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-8-trunk/builds/61 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranch

svn commit: r1695780 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/pojo/PojoMethodMapping.java java/org/apache/tomcat/websocket/server/WsServerContainer.java

2015-08-13 Thread violetagg
Author: violetagg Date: Thu Aug 13 20:57:20 2015 New Revision: 1695780 URL: http://svn.apache.org/r1695780 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58232 Merged revision 1695778 from tomcat/trunk: Add PojoMethodMapping to the user properties only if there are annotated methods Modi

svn commit: r1695779 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/websocket/pojo/PojoMethodMapping.java java/org/apache/tomcat/websocket/server/WsServerContainer.java

2015-08-13 Thread violetagg
Author: violetagg Date: Thu Aug 13 20:54:19 2015 New Revision: 1695779 URL: http://svn.apache.org/r1695779 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58232 Merged revision 1695778 from tomcat/trunk: Add PojoMethodMapping to the user properties only if there are annotated methods Modi

svn commit: r1695778 - in /tomcat/trunk/java/org/apache/tomcat/websocket: pojo/PojoMethodMapping.java server/WsServerContainer.java

2015-08-13 Thread violetagg
Author: violetagg Date: Thu Aug 13 20:48:50 2015 New Revision: 1695778 URL: http://svn.apache.org/r1695778 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58232 Add PojoMethodMapping to the user properties only if there are annotated methods Modified: tomcat/trunk/java/org/apache/tomc

Re: buildbot failure in ASF Buildbot on tomcat-trunk

2015-08-13 Thread Violeta Georgieva
2015-08-13 16:18 GMT+03:00 : > > The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: > http://ci.apache.org/builders/tomcat-trunk/builds/138 > > Buildbot URL: http://ci.apache.org/ > > Buildslave for this Build: silvanus_ub

[Bug 58157] RecycleRequiredException and missing AsyncListener.onTimeout call

2015-08-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58157 --- Comment #13 from Mark Thomas --- Good news. I think I have managed to track down the root cause of this. It is a race condition between the Poller timing out the socket and new data arriving. I haven't - yet - figured out how to fix it. Th

[Bug 58187] Tomcat manager incorrect deployment status

2015-08-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58187 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID Status|REOPENED

buildbot failure in ASF Buildbot on tomcat-8-trunk

2015-08-13 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-8-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-8-trunk/builds/60 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSche

buildbot failure in ASF Buildbot on tomcat-7-trunk

2015-08-13 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/41 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSche

buildbot failure in ASF Buildbot on tomcat-trunk

2015-08-13 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/138 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSchedul

[Bug 58232] PojoMethodMapping needed - Programatically adding ServerEndpointConfig not possible

2015-08-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58232 Violeta Georgieva changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1695724 - /tomcat/tc7.0.x/trunk/test/org/apache/tomcat/websocket/server/TestWsServerContainer.java

2015-08-13 Thread violetagg
Author: violetagg Date: Thu Aug 13 15:07:01 2015 New Revision: 1695724 URL: http://svn.apache.org/r1695724 Log: Do not use try-with-resources Modified: tomcat/tc7.0.x/trunk/test/org/apache/tomcat/websocket/server/TestWsServerContainer.java Modified: tomcat/tc7.0.x/trunk/test/org/apache/tom

svn commit: r1695723 [1/2] - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/ java/org/apache/tomcat/websocket/pojo/ java/org/apache/tomcat/websocket/server/ test/org/apache/tomcat/webso

2015-08-13 Thread violetagg
Author: violetagg Date: Thu Aug 13 14:57:22 2015 New Revision: 1695723 URL: http://svn.apache.org/r1695723 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58232 Merged revision 1695706 from tomcat/trunk: When ServerEndpointConfig is added programatically and the endpoint class that it pro

svn commit: r1695723 [2/2] - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/ java/org/apache/tomcat/websocket/pojo/ java/org/apache/tomcat/websocket/server/ test/org/apache/tomcat/webso

2015-08-13 Thread violetagg
Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1695723&r1=1695722&r2=1695723&view=diff == --- tomcat/tc7.0.x/trunk/webapps/do

svn commit: r1695721 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/websocket/ java/org/apache/tomcat/websocket/pojo/ java/org/apache/tomcat/websocket/server/ test/org/apache/tomcat/websocket/s

2015-08-13 Thread violetagg
Author: violetagg Date: Thu Aug 13 14:50:58 2015 New Revision: 1695721 URL: http://svn.apache.org/r1695721 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58232 Merged revision 1695706 from tomcat/trunk: When ServerEndpointConfig is added programatically and the endpoint class that it pro

[GUMP@vmgump]: Project tomcat-tc8.0.x-test-nio (in module tomcat-8.0.x) failed

2015-08-13 Thread Bill Barker
it/target/junit-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.3-SNAPSHOT.jar -Dtest.reports=output/logs-NIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150813-native-src.tar.gz -Dexampl

svn propchange: r1695706 - svn:log

2015-08-13 Thread violetagg
Author: violetagg Revision: 1695706 Modified property: svn:log Modified: svn:log at Thu Aug 13 13:08:48 2015 -- --- svn:log (original) +++ svn:log Thu Aug 13 13:08:48 2015 @@ -1,2 +1,2 @@ Fix https://bz.apache.org/bugzill

svn commit: r1695706 - in /tomcat/trunk: java/org/apache/tomcat/websocket/ java/org/apache/tomcat/websocket/pojo/ java/org/apache/tomcat/websocket/server/ test/org/apache/tomcat/websocket/server/

2015-08-13 Thread violetagg
Author: violetagg Date: Thu Aug 13 13:03:56 2015 New Revision: 1695706 URL: http://svn.apache.org/r1695706 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58232 When ServerEndpointConfig is added programatically and the endpoint class that it provides is annotated, NPE is thrown while ini

buildbot success in ASF Buildbot on tomcat-trunk

2015-08-13 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/137 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSche

[Bug 58187] Tomcat manager incorrect deployment status

2015-08-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58187 remi.lebast...@flexcom.lu changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution

[GitHub] tomcat pull request: [Bug 58242] Scanning jars in classpath to get...

2015-08-13 Thread markt-asf
Github user markt-asf commented on the pull request: https://github.com/apache/tomcat/pull/22#issuecomment-130565904 The patch appears to be quite large for a marginal benfit. Separating the refactoring and the changes into separate commits would enable the true scale of the changes t

[Bug 58212] Scanning jars in classpath to get annotations in parallel instead of synchronously

2015-08-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58212 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 58242] Scanning jars in classpath to get annotations in parallel instead of synchronously

2015-08-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58242 Mark Thomas changed: What|Removed |Added Severity|major |enhancement --- Comment #2 from Mark Tho

[Bug 58242] Scanning jars in classpath to get annotations in parallel instead of synchronously

2015-08-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58242 --- Comment #3 from Mark Thomas --- *** Bug 58212 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug. -