[Bug 55267] NIO thread locked

2013-07-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55267 --- Comment #4 from Pavel --- Great - waiting for the fix (I'm trying to figure out this issue for months, but it's indeed very hard to replicate locally.) -- You are receiving this mail because: You are the assignee for the bug. ---

svn commit: r1505929 - /tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java

2013-07-23 Thread kfujino
Author: kfujino Date: Tue Jul 23 08:31:09 2013 New Revision: 1505929 URL: http://svn.apache.org/r1505929 Log: Context's copyXML should not affect copyXML of other contexts. Modified: tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java Modified: tomcat/trunk/java/org/apache/catalina

[Bug 55297] New: Have daemon.sh look for jsvc in CATALINA_HOME as well as CATALINA_BASE

2013-07-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55297 Bug ID: 55297 Summary: Have daemon.sh look for jsvc in CATALINA_HOME as well as CATALINA_BASE Product: Tomcat 7 Version: 7.0.42 Hardware: PC OS: Linux

svn commit: r1505932 - /tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java

2013-07-23 Thread kfujino
Author: kfujino Date: Tue Jul 23 08:37:54 2013 New Revision: 1505932 URL: http://svn.apache.org/r1505932 Log: Avoid unnecessary redeployment of context descriptor. Use a local variable instead of an instance variable. Modified: tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java Mo

svn commit: r1505959 - /tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java

2013-07-23 Thread kfujino
Author: kfujino Date: Tue Jul 23 10:17:15 2013 New Revision: 1505959 URL: http://svn.apache.org/r1505959 Log: If Host is using default value of copyXML, use Context'copyXML. Modified: tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java Modified: tomcat/trunk/java/org/apache/catalin

svn commit: r1505996 - /tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java

2013-07-23 Thread kfujino
Author: kfujino Date: Tue Jul 23 11:52:15 2013 New Revision: 1505996 URL: http://svn.apache.org/r1505996 Log: Update last modified time in reload resources to avoid duplicate reload of webapplication. Modified: tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java Modified: tomcat/t

svn commit: r1506019 - /tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java

2013-07-23 Thread markt
Author: markt Date: Tue Jul 23 12:50:45 2013 New Revision: 1506019 URL: http://svn.apache.org/r1506019 Log: Whitespace police Modified: tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java Modified: tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java URL: http://svn.apach

svn commit: r1506017 - in /tomcat/trunk: java/org/apache/tomcat/websocket/server/ test/org/apache/catalina/filters/ test/org/apache/tomcat/websocket/server/

2013-07-23 Thread markt
Author: markt Date: Tue Jul 23 12:50:17 2013 New Revision: 1506017 URL: http://svn.apache.org/r1506017 Log: Simplify WebSocket initialisation. Remove some features from earlier versions of the specification. Modified: tomcat/trunk/java/org/apache/tomcat/websocket/server/WsFilter.java to

svn commit: r1506024 - /tomcat/trunk/java/org/apache/coyote/http11/InternalNioOutputBuffer.java

2013-07-23 Thread markt
Author: markt Date: Tue Jul 23 13:00:29 2013 New Revision: 1506024 URL: http://svn.apache.org/r1506024 Log: Clean-up - no functional change Modified: tomcat/trunk/java/org/apache/coyote/http11/InternalNioOutputBuffer.java Modified: tomcat/trunk/java/org/apache/coyote/http11/InternalNioOutpu

svn commit: r1506050 - in /tomcat/trunk/java/org/apache/tomcat/util/net: NioEndpoint.java SocketWrapper.java

2013-07-23 Thread markt
Author: markt Date: Tue Jul 23 14:09:22 2013 New Revision: 1506050 URL: http://svn.apache.org/r1506050 Log: Tweak visibility Modified: tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java tomcat/trunk/java/org/apache/tomcat/util/net/SocketWrapper.java Modified: tomcat/trunk/java

svn commit: r1506053 - in /tomcat/trunk/java/org/apache: coyote/ajp/AjpNioProcessor.java coyote/http11/InternalNioOutputBuffer.java coyote/http11/upgrade/NioServletOutputStream.java tomcat/util/net/Ni

2013-07-23 Thread markt
Author: markt Date: Tue Jul 23 14:21:38 2013 New Revision: 1506053 URL: http://svn.apache.org/r1506053 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55267 Separate read and write timeout for NIO and ensure that the write timeout is always the connection timeout configured in the con

svn commit: r1506059 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/ajp/AjpNioProcessor.java java/org/apache/coyote/http11/InternalNioOutputBuffer.java java/org/apache/tomcat/util/net/NioEndpoi

2013-07-23 Thread markt
Author: markt Date: Tue Jul 23 14:27:13 2013 New Revision: 1506059 URL: http://svn.apache.org/r1506059 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55267 Separate read and write timeout for NIO and ensure that the write timeout is always the connection timeout configured in the con

[Bug 55267] NIO thread locked

2013-07-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55267 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

buildbot failure in ASF Buildbot on tomcat-trunk

2013-07-23 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/4746 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source St

[Bug 55300] New: CATALINA_PID and CATALINA_OUT files should be owned by tomcat user, not root

2013-07-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55300 Bug ID: 55300 Summary: CATALINA_PID and CATALINA_OUT files should be owned by tomcat user, not root Product: Tomcat 7 Version: 7.0.42 Hardware: PC OS:

[Bug 55241] maxConnections for BIO connector leads to acceptor stop

2013-07-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55241 --- Comment #2 from vyacheslav --- Created attachment 30619 --> https://issues.apache.org/bugzilla/attachment.cgi?id=30619&action=edit tcp dump for reproduction Reproduced on Tomcat/7.0.42 8185 - is port of tomcat. Connection is establi

[Bug 55241] maxConnections for BIO connector leads to acceptor stop

2013-07-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55241 --- Comment #3 from vyacheslav --- For easier reproduce we use 5 threads in executor. Here head of our server.xml After 5 ClientAbortExeptions we stuck. -- You are receiving this mail because: You are the as

[Bug 55282] JSF PhaseListeners are duplicated

2013-07-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55282 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 55300] CATALINA_PID and CATALINA_OUT files should be owned by tomcat user, not root

2013-07-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55300 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 55241] maxConnections for BIO connector leads to acceptor stop

2013-07-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55241 Mark Thomas changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|WORKSFOR

svn commit: r1506402 - /tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java

2013-07-23 Thread kfujino
Author: kfujino Date: Wed Jul 24 05:50:55 2013 New Revision: 1506402 URL: http://svn.apache.org/r1506402 Log: If Host is using default value of copyXML, use Context'copyXML. Modified: tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java Modified: tomcat/trunk/java/org/apache/catalin

buildbot success in ASF Buildbot on tomcat-trunk

2013-07-23 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/4747 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source