Re: Errors in session replication and very high server load

2009-12-21 Thread Mohamedin
Thanks for the reply. I have tried to figure out why the load is high but I couldn't. Any hints? Thanks, Mohamed Mohamedin - Original Message - From: Filip Hanik - Dev Lists devli...@hanik.com To: Tomcat Users List users@tomcat.apache.org Sent: Sunday, December 20, 2009 3:56 PM

Tomcat monitoring

2009-10-24 Thread Mohamedin
Dear All, Please recommend a monitoring tool for tomcat. I am interested in knowing the response time of each request and finding requests that take a lot of time. In short I need to figure out the bottle nicks in my site. Thanks a lot, Mohamed Mohamedin

Re: JNI problem

2009-10-08 Thread Mohamedin
, Mohamedin - Original Message - From: Christopher Schultz ch...@christopherschultz.net To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, October 07, 2009 8:39 PM Subject: Re: JNI problem -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mohamedin, On 10/7/2009 10:40 AM, Mohamedin

Re: JNI problem

2009-10-08 Thread Mohamedin
, height, shiftDirection, shiftAmount); (*env)-ReleaseStringUTFChars(env, composeImg, composeImgFile); (*env)-ReleaseStringUTFChars(env, image, imageFile); return ret; } Mohamedin - Original Message - From: Konstantin Kolinko knst.koli...@gmail.com To: Tomcat Users List users

JNI problem

2009-10-07 Thread Mohamedin
134466607 /home/java/app/WEB-INF/lib/ezmorph-1.0.2.jar 7f5620dcf000-7f5620dec000 r-xs 09:07 134504360 Thanks, Mohamed Mohamedin __ Information from ESET NOD32 Antivirus, version of virus signature database 4487 (20091007) __ The message was checked by ESET

APR is not working

2009-06-05 Thread Mohamedin
it again manytimes and the same result. Please help Thanks a lot, Mohamedin - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: APR is not working

2009-06-05 Thread Mohamedin
Thanks a lot for your fast reply (Both of you) It was the random number generator Setting SSLEngine to off fixed the problem And I don't need the SSL since it is handled by apache using mod_jk Thanks again, Mohamedin - Original Message - From: Mladen Turk mt...@apache.org To: Tomcat

Session Replication problems

2009-04-27 Thread Mohamedin
$SocketConnection.runIt(ChannelSocket.java:889) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690) at java.lang.Thread.run(Thread.java:595) Note: The Master server is not in the same network (LAN) with other 3 servers Regards, Mohamedin

Re: Session replication problem

2009-02-10 Thread Mohamedin
sessions e.g. server1.tomcat8080, server2.tomcat8080, server1.tomcat8081 server2.tomcat8081 replicate the sessions all together Thanks a lot, Mohamedin - Original Message - From: Filip Hanik - Dev Lists devli...@hanik.com To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday

Session replication problem

2009-02-09 Thread Mohamedin
: Manager [localhost#/shop]: Drop message SESSION-MODIFIED inside GET_ALL_SESSIONS sync phase start date 07.02.09 18:00 message date 07.02.09 18:00 Thanks a lot, Mohamedin

RE: Why Tomcat hang for a while before starting

2008-03-06 Thread Mohamed Mohamedin
Mohamedin [mailto:[EMAIL PROTECTED] Subject: Why Tomcat hang for a while before starting main prio=1 tid=0x401161f0 nid=0x70ed runnable [0x7fdc1000..0x7fdc35d0] at java.io.UnixFileSystem.list(Native Method) at java.io.File.list(File.java:937

Why Tomcat hang for a while before starting

2008-03-04 Thread Mohamed Mohamedin
Dear All, I have problems with very slow staring up time of tomcat (about 15 minutes). I have tried many solutions but still the same result. I have took this thread dump using kill -3 tomcatpid while the 15 minutes of no response and here is the dump: Full thread dump Java HotSpot(TM)

RE: Why Tomcat take about 15 minutes to start?

2008-02-19 Thread Mohamed Mohamedin
Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Monday, February 18, 2008 9:45 PM To: Tomcat Users List Subject: Re: Why Tomcat take about 15 minutes to start? -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mohamed, Mohamed Mohamedin wrote: | I am using Tomcat 5.5.25 on SUSE

RE: Why Tomcat take about 15 minutes to start?

2008-02-18 Thread Mohamed Mohamedin
The same delay approx. -Original Message- From: Leon Rosenberg [mailto:[EMAIL PROTECTED] Sent: Monday, February 18, 2008 12:56 AM To: Tomcat Users List Subject: Re: Why Tomcat take about 15 minutes to start? And without the enhydra app? Leon On Feb 17, 2008 9:36 PM, Mohamed Mohamedin

RE: Why Tomcat take about 15 minutes to start?

2008-02-17 Thread Mohamed Mohamedin
This message http://readlist.com/lists/tomcat.apache.org/users/9/46003.html; talked about APR. Which I don't use. But I found in the last these lines Anyway: since you've not configured an HTTPS Connector in Tomcat, I don't really have an explanation for the slow startup. I use the default

How to make Tomcat do not use /dev/random?

2008-02-17 Thread Mohamed Mohamedin
Dear All, I am facing a problem with tomcat which make it start very slowly. I found while searching that Tomcat reading from /dev/random to get random numbers may be the cause. So I am asking How to prevent that? Or if there is another cause please tell me. Thanks a lot

RE: Why Tomcat take about 15 minutes to start?

2008-02-17 Thread Mohamed Mohamedin
server connected to the internet (e.g. can make requests, specially to apache.org) ? Is it a vanilla tomcat or have you put some app into it? Especially a struts app? regards Leon On Feb 17, 2008 2:43 PM, Mohamed Mohamedin [EMAIL PROTECTED] wrote: This message http://readlist.com/lists

Why Tomcat take about 15 minutes to start?

2008-02-16 Thread Mohamed Mohamedin
Dear All, I am using Tomcat 5.5.25 on SUSE Linux 10.1 (X86-64) and Java 1.5.0_10 from Sun. When I run Tomcat using catalina.sh start and watching the log it stop at INFO: XML validation disabled and take about 15 minutes before continuing next lines and starting. Please help me to know why?