Re: Generated Dump file for HeapDumpOnOutOfMemoryError

2015-12-16 Thread Yogesh Patel
Hi Christopher, Working directory for tomcat is like "D:\tools\tomcat7-4", but there is no file generated under this directory. On 15 December 2015 at 06:48, Christopher Schultz < ch...@christopherschultz.net> wrote: > Yogesh, > > On 12/14/15 1:34 AM, Yogesh Pa

Generated Dump file for HeapDumpOnOutOfMemoryError

2015-12-13 Thread Yogesh Patel
Hi , We set -XX:+HeapDumpOnOutOfMemoryError but we couldn't find any file which contains the heap dump. As per the docs file name will be "./java_pid.hprof" but there is no such file generated on OutOFMemoryError. -- *Thanks & Regards,* * Yogesh Patel*

Tomcat available memory

2015-12-11 Thread Yogesh Patel
2 secs] [Times: user=0.02 sys=0.02, real=0.03 secs] I want to print like below in log file: Free memory: 244.47 MB Total memory: 512.00 MB Max memory: 910.50 MB What parameters need to set in JVM option of Tomcat to achieve this? -- *Thanks & Regards,* * Yogesh Patel*

maxConnection and keepAliveTimeout

2015-12-10 Thread Yogesh Patel
or "keepAliveTimeout" will be consider as the best?* -- *Thanks & Regards,* * Yogesh Patel*

Tomcat Thread Dump

2015-12-08 Thread Yogesh Patel
are the commands for windows7 system. -- *Thanks & Regards,* * Yogesh Patel*

Re: Tomcat unresponsive

2015-12-06 Thread Yogesh Patel
log i can say that request has been received from client side" > > What is saying the Tomcat access log ? Are there lines with response size = > 0 ? > > > 2015-12-04 19:13 GMT+01:00 Christopher Schultz < > ch...@christopherschultz.net > >: > > > Yogesh

Tomcat unresponsive

2015-12-04 Thread Yogesh Patel
responsive to apache. in tomcat log there is no logs for max thread busy. -- *Thanks & Regards,* * Yogesh Patel*

Modsecurity - REQBODY ERROR

2015-11-23 Thread Yogesh Patel
rror reading request body: Client went away."] [severity "CRITICAL"] Action: Intercepted (phase 2)" What could be the possible reason for this error? -- *Thanks & Regards,* * Yogesh Patel*

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

2015-10-27 Thread Yogesh Patel
ficult and demotivating for anyone > wanting to help you. > > > > On 27.10.2015 06:47, Yogesh Patel wrote: > >> Tomcat 7: >> >> INFO org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/cms][ >> ajp-apr-10161-exec-282][2015-10-20 10:02:59,673]- &g

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

2015-10-26 Thread Yogesh Patel
) On 26 October 2015 at 21:54, Christopher Schultz < ch...@christopherschultz.net> wrote: > 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:Li

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

2015-10-26 Thread Yogesh Patel
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 -- *Thanks & Regards,* * Yogesh Patel*

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

2015-10-26 Thread Yogesh Patel
is 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. > >

Re: Regarding StuckThreadDetectionValve

2015-10-06 Thread Yogesh Patel
Thanks Thomas, I just wanted to know in tomcat is there any way to detect such long running thread and kill them. On 6 October 2015 at 01:07, Mark Thomas <ma...@apache.org> wrote: > On 05/10/2015 16:00, Yogesh Patel wrote: > > Other 199 process are also for /solr43

Regarding StuckThreadDetectionValve

2015-10-05 Thread Yogesh Patel
ut.println(threadName); } return listStuckedThread; } @Override public String getInfo() { System.out.println("In getInfo"); return super.getInfo(); } } -- *Thanks & Regards,* * Yogesh Patel*

Re: Regarding StuckThreadDetectionValve

2015-10-05 Thread Yogesh Patel
long time. We want to detect such thread and want to kill these stucked thread. On 5 October 2015 at 13:11, Mark Thomas <ma...@apache.org> wrote: > On 05/10/2015 07:54, Yogesh Patel wrote: > > We are facing issues with long running thread in tomcat . we are > >

Re: Regarding StuckThreadDetectionValve

2015-10-05 Thread Yogesh Patel
Hi Thomas, Connector configuration is like : On 5 October 2015 at 14:17, Mark Thomas <ma...@apache.org> wrote: > On 05/10/2015 09:07, Yogesh Patel wrote: > > Thanks Mark Thomas , > > > >Our application is access by Apache TO Tomcat using AJP Connecto

Re: Regarding StuckThreadDetectionValve

2015-10-05 Thread Yogesh Patel
Request* S 2884466 ms0 KB 184063 KB machineip host POST /solr430/update?wt=xml=2.2 HTTP/1.1 .. On 5 October 2015 at 16:12, Yogesh Patel <yogesh.r.pa...@highq.com> wrote: > Hi , let me try sending image using attachment , if still its not viewable

Re: Regarding StuckThreadDetectionValve

2015-10-05 Thread Yogesh Patel
Hi Thomas , Please see this image ...have a look at Time column ​ On 5 October 2015 at 14:50, Mark Thomas <ma...@apache.org> wrote: > On 05/10/2015 10:09, Yogesh Patel wrote: > > Hi Thomas, > > > > Connector configuration is like : > > >

Re: Regarding StuckThreadDetectionValve

2015-10-05 Thread Yogesh Patel
Hi , let me try sending image using attachment , if still its not viewable then i will find another way. On 5 October 2015 at 16:06, Mark Thomas <ma...@apache.org> wrote: > On 05/10/2015 11:28, Yogesh Patel wrote: > > Hi Thomas , > > Please see this image .

Re: Regarding StuckThreadDetectionValve

2015-10-05 Thread Yogesh Patel
Other 199 process are also for /solr430/update?wt=xml=2.2 HTTP/1.1 only On 5 October 2015 at 20:18, Mark Thomas <ma...@apache.org> wrote: > On 05/10/2015 12:58, Yogesh Patel wrote: > > Hi Mark Thomas, > > > > in image it shows Tomcat Manager screen: > > Under