Re: ClientAbortException: java.io.IOException: Failed to send AJP message

2015-10-27 Thread tomcat
On 27.10.2015 10:46, Yogesh Patel wrote: Ok Thanks, My Tomcat version is : 7.0.47 Error stack trace is below: " org.apache.catalina.core.StandardWrapperValve.invoke:Line 211 - ClientAbortException: java.io.IOException: Failed to send AJP message at

Re: ClientAbortException: java.io.IOException: Failed to send AJP message

2015-10-27 Thread Yogesh Patel
Ok Thanks, My Tomcat version is : 7.0.47 Error stack trace is below: " org.apache.catalina.core.StandardWrapperValve.invoke:Line 211 - ClientAbortException: java.io.IOException: Failed to send AJP message at

Re: ClientAbortException: java.io.IOException: Failed to send AJP message

2015-10-27 Thread tomcat
Yogesh, 1) please follow the rules of this list, and don't "top-post" : http://tomcat.apache.org/lists.html#tomcat-users #6 2) please follow the rules of this list, and post your messages as plain text : http://tomcat.apache.org/lists.html#tomcat-users #7 As you can see below, what you are

Re: ClientAbortException: java.io.IOException: Failed to send AJP message

2015-10-26 Thread Yogesh Patel
Tomcat 7: INFO org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/cms][ ajp-apr-10161-exec-282][2015-10-20 10:02:59,673]- org.apache.catalina.core. StandardWrapperValve.invoke:Line 211 - ClientAbortException: java.io. IOException: Failed to send AJP message at

Re: ClientAbortException: java.io.IOException: Failed to send AJP message

2015-10-26 Thread Neill Lima
How long does it take? It could be some sort of timeout, maybe. On Mon, Oct 26, 2015 at 3:28 PM, Yogesh Patel wrote: > In our case user is downloading the document and got message like "document > is deleted or moved" and tomcat has log like "ClientAbortException: >

Re: ClientAbortException: java.io.IOException: Failed to send AJP message

2015-10-26 Thread Rallavagu
This usually means that "client" has disconnected before the request could be completed. Generally, this might happen when a user navigates away from a web page before it is completely rendered. You might want to gather more information to understand this better. On 10/26/15 7:15 AM, Yogesh

Re: ClientAbortException: java.io.IOException: Failed to send AJP message

2015-10-26 Thread Yogesh Patel
In our case user is downloading the document and got message like "document is deleted or moved" and tomcat has log like "ClientAbortException: java.io.IOException: Failed to send AJP message" On 26 October 2015 at 19:48, Rallavagu wrote: > This usually means that "client"

Re: ClientAbortException: java.io.IOException: Failed to send AJP message

2015-10-26 Thread Christopher Schultz
Yogesh, On 10/26/15 10:15 AM, Yogesh Patel wrote: > In out application we are getting following error: > > org.apache.catalina.core.StandardWrapperValve.invoke:Line 211 - > ClientAbortException: java.io.IOException: Failed to send AJP message Full stack trace and Tomcat version number please?