Re: Tomcat resets the connection during load

2009-02-03 Thread Barak Yaish
s Completed 6000 requests apr_socket_recv: Connection reset by peer (104) Total of 6576 requests completed On Tue, Feb 3, 2009 at 3:48 PM, Mark Thomas wrote: > Barak Yaish wrote: > > How can I determine that? I haven't seen any exception in catalina.out > > Monitor the current th

Re: Tomcat resets the connection during load

2009-02-03 Thread Barak Yaish
How can I determine that? I haven't seen any exception in catalina.out regarding out of threads... On Tue, Feb 3, 2009 at 6:35 AM, Mark Thomas wrote: > Barak Yaish wrote: > > > I've records the traffic using Wireshark (http://www.wireshark.org), and > > I've n

Tomcat resets the connection during load

2009-02-02 Thread Barak Yaish
I'm running a Tomcat 6.0.16 (native library is compiled )on a Linux box (CentOS 5), java version is: java version "1.6.0" Java(TM) SE Runtime Environment (build 1.6.0-b105) Java HotSpot(TM) Server VM (build 1.6.0-b105, mixed mode) The connection configuration is: I've deployed my we

Tomcat 6 Memory problem

2008-09-07 Thread Barak Yaish
Bouncing, in case someone missed this post... Is this thread should be relocated to the dev list? Thanks again, Barak. -Original Message- From: Barak Yaish [mailto:[EMAIL PROTECTED] Sent: Thursday, September 04, 2008 1:23 PM To: users@tomcat.apache.org Subject: Tomcat 6 Memory problem

Tomcat 6 Memory problem

2008-09-04 Thread Barak Yaish
Hello all, I'm running Tomcat 6.0.16 on CentoOS 5, linked with native library. I deployed a Servelt, which on invocation executes an RMI call to a remote RMI server. Tomcat configured with max heap size of 2G After short time of running under heavy load, the memory consumption reported by top

RE: Tomcat HTTTP Connectior Hangs

2008-04-28 Thread Barak Yaish
ale, Charles R [mailto:[EMAIL PROTECTED] Sent: Monday, April 28, 2008 3:35 PM To: Tomcat Users List Subject: RE: Tomcat HTTTP Connectior Hangs > From: Barak Yaish [mailto:[EMAIL PROTECTED] > Subject: Tomcat HTTTP Connectior Hangs > > thread dump of the JVM running the tomcat does

Tomcat HTTTP Connectior Hangs

2008-04-28 Thread Barak Yaish
Hello all, I'm running tomcat 5.5.23 on CentOS5 machine, JAVA1.6.2. Once every few days, Tomcat hangs. The Servlet deployed into it seems to be still running (keep writing to log), but telnet to 8080 hangs, browsing to tomcat' homepage hangs. Catalina.out doesn't show any exceptions, thread dum

RE: Performace problem when invoking RMI call from Tomcat Servlet

2008-02-06 Thread Barak Yaish
when invoking RMI call from Tomcat Servlet is it only the first request that lasts longer, or each request? regards leon On Feb 6, 2008 7:01 PM, Barak Yaish <[EMAIL PROTECTED]> wrote: > Hello all, > > > > I'm running a Servlet under Tomcat 5.5.23 (CentOS 5), reside on ho

RE: Performace problem when invoking RMI call from Tomcat Servlet

2008-02-06 Thread Barak Yaish
RMI call from Tomcat Servlet could be either a DNS lookup timeout, or some other network latency. Filip Barak Yaish wrote: > Hello all, > > > > I'm running a Servlet under Tomcat 5.5.23 (CentOS 5), reside on host H1. > This servlet invokes a RMI method ( f() ) on an obje

Performace problem when invoking RMI call from Tomcat Servlet

2008-02-06 Thread Barak Yaish
Hello all, I'm running a Servlet under Tomcat 5.5.23 (CentOS 5), reside on host H1. This servlet invokes a RMI method ( f() ) on an object found on remote host (H2). The duration of f() when running on H1 is about 5 ms. Somehow, the duration of the invocation in the servlet is about 30ms. Inv