Re: Why Tomcat take about 15 minutes to start?

2008-02-21 Thread Neha Agrawal
Hello thanks for the inputs | i recompiled my APR 1.2.7 with /dev/urandom Exactly how did you do this? Are you sure you did it correctly? If you were recompiling, why not upgrade to the most recent version (1.2.12)? APR 1.2.7 package i downloaded and compiled it using

Re: Why Tomcat take about 15 minutes to start?

2008-02-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Neha, Neha Agrawal wrote: | Exactly how did you [build APR]? Are you sure you did it correctly? | If you were recompiling, why not upgrade to the most recent version | (1.2.12)? | | APR 1.2.7 package i downloaded and compiled it using | ./configure

Re: Why Tomcat take about 15 minutes to start?

2008-02-21 Thread Neha Agrawal
Hi! sorry , i checked, i did recompile APR with /dev/urandom earlier..it just missed out from my last eamil post..sorry about that.. Any reason not to use 1.2.12 instead of 1.2.7? No, but would it better if i use the latest version? Do you see java processes in a ps listing, or

Re: Why Tomcat take about 15 minutes to start?

2008-02-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Neha, Neha Agrawal wrote: | sorry , i checked, i did recompile APR with | /dev/urandom earlier..it just missed out from my last | eamil post..sorry about that.. Okay. That doesn't explain why you were able to grep (successfully) for

Re: Why Tomcat take about 15 minutes to start?--Solved

2008-02-21 Thread Neha Agrawal
Hello I installed APR -1.2.12 and compiled it with /dev/urandom. and the problem is solved tomcat now restarts in less than 1 second... only testshm test of APR failed when i did make test.. Hope it will not result in any future problem... thanks chris for your inputs throughout... Neha

Re: Why Tomcat take about 15 minutes to start?

2008-02-21 Thread Markus Schönhaber
Christopher Schultz wrote: [several jsvc processes] No java processes? I'm not entirely sure how jsvc works... I had assumed it did an exec, which should change the process name. Do you see java processes in a ps listing, or only jsvc? I'm wondering if jsvc uses /dev/urandom for something

Re: Why Tomcat take about 15 minutes to start?--Solved

2008-02-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Neha, Neha Agrawal wrote: | I installed APR -1.2.12 and compiled it with | /dev/urandom. | and the problem is solved | tomcat now restarts in less than 1 second... Now, look back at my original post. We could have saved a lot of time, here.

Re: Why Tomcat take about 15 minutes to start?

2008-02-19 Thread Leon Rosenberg
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 Linux 10.1 (X86-64

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-19 Thread Tim Funk
Try (temporarily of course) 1) disabling DNS lookups 2) disabling outbound port 80 connections -Tim Mohamed Mohamedin wrote: The log is like this in the lines that cause the problem: Feb 18, 2008 10:26:57 PM org.apache.catalina.core.StandardEngine start INFO: Starting Servlet Engine:

Re: Why Tomcat take about 15 minutes to start?

2008-02-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Neha, Neha Agrawal wrote: | i recompiled my APR 1.2.7 with /dev/urandom Exactly how did you do this? Are you sure you did it correctly? If you were recompiling, why not upgrade to the most recent version (1.2.12)? | and hence recompiled Native

Re: Why Tomcat take about 15 minutes to start?

2008-02-18 Thread Markus Schönhaber
jean-frederic clere wrote: Nope, the entropy is collected when starting the listener Listener className=org.apache.catalina.core.AprLifecycleListener SSLEngine=off / Should help. I didn't know that. Thanks for the hint. Regards mks

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-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mohamed, Mohamed Mohamedin wrote: | 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

Re: Why Tomcat take about 15 minutes to start?

2008-02-18 Thread Neha Agrawal
Hi! i tried two things to improve the startup time for my Tomcat5.5.25 versio ncompiled with native libraries: 1)Djava.security.egd=file:/dev/urandom added this to the Startup script of Tomcat 2) and also compiled APR with /dev/urandom and again compiled Native libraries Still it takes 12

Re: Why Tomcat take about 15 minutes to start?

2008-02-18 Thread Neha Agrawal
Hi! i recompiled my APR 1.2.7 with /dev/urandom and hence recompiled Native libraries (because Native library builds with --with-apr-) i did not recompile the jsvc part though I dont have X server installed on the machine. So cannot use Jconsole. I am attaching two outputs displayed by

Re: Why Tomcat take about 15 minutes to start?

2008-02-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Neha, Neha Agrawal wrote: | i tried two things to improve the startup time for | my Tomcat5.5.25 version compiled with native | libraries: Do you mean configured with native libraries? Recompiling Tomcat will not change anything... | Still it

RE: Why Tomcat take about 15 minutes to start?

2008-02-17 Thread Mohamed Mohamedin
PROTECTED] Sent: Sunday, February 17, 2008 1:15 AM To: users@tomcat.apache.org Subject: Re: Why Tomcat take about 15 minutes to start? Neha Agrawal wrote: but i did not receive it...dont know why? This is what Christopher pointed you to: http://readlist.com/lists/tomcat.apache.org/users/9/46003

RE: Why Tomcat take about 15 minutes to start?

2008-02-17 Thread Caldarale, Charles R
From: Markus Schönhaber [mailto:[EMAIL PROTECTED] Subject: Re: Why Tomcat take about 15 minutes to start? - Hope that Chuck chimes in and comes up with his insightful advice how to track down what's happening and how to solve the problem. Can't say much other than find out what's going

RE: Why Tomcat take about 15 minutes to start?

2008-02-17 Thread Mohamed Mohamedin
It has internet connection and can connect to apache.org. Also It has app (Enhydra Application) -Original Message- From: Leon Rosenberg [mailto:[EMAIL PROTECTED] Sent: Sunday, February 17, 2008 4:46 PM To: Tomcat Users List Subject: Re: Why Tomcat take about 15 minutes to start? is your

Re: Why Tomcat take about 15 minutes to start?

2008-02-17 Thread Leon Rosenberg
, February 17, 2008 4:46 PM To: Tomcat Users List Subject: Re: Why Tomcat take about 15 minutes to start? is your 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

Re: Why Tomcat take about 15 minutes to start?

2008-02-16 Thread Neha Agrawal
Hello! I have the same problem with almost same configuration( i emailed yesterday).. Can anyone through possible light on this.. in my tomcat.sh script when remove wait =10 , then tomcat starts in 1400 ms but only http engine works correctly and not the https one (although log shows

Re: Why Tomcat take about 15 minutes to start?

2008-02-16 Thread Neha Agrawal
hi but i did not receive it...dont know why? can anyone please forward me that email reply to my address (if not on the group) thanks Neha Markus Schönhaber [EMAIL PROTECTED] wrote: Neha Agrawal wrote: I have the same problem with almost same configuration( i emailed yesterday).. And,

Re: Why Tomcat take about 15 minutes to start?

2008-02-16 Thread Markus Schönhaber
Neha Agrawal wrote: I have the same problem with almost same configuration( i emailed yesterday).. And, also yesterday, Christopher answered and pointed you to information about a possible cause for this behaviour (and corresponding solutions). Can anyone through possible light on this..

Re: Why Tomcat take about 15 minutes to start?

2008-02-16 Thread Steve Ochani
Date sent: Sat, 16 Feb 2008 17:21:13 + (GMT) From: Neha Agrawal [EMAIL PROTECTED] Subject:Re: Why Tomcat take about 15 minutes to start? To: Tomcat Users List users@tomcat.apache.org Send reply to: Tomcat Users List users@tomcat.apache.org hi but i did not receive

Re: Why Tomcat take about 15 minutes to start?

2008-02-16 Thread Markus Schönhaber
Neha Agrawal wrote: but i did not receive it...dont know why? This is what Christopher pointed you to: http://readlist.com/lists/tomcat.apache.org/users/9/46003.html Regards mks - To start a new topic, e-mail: