Hi.

Are you doing any database work?  Is it possible that you have a database
lock happening in the middle of a transaction?

Carl

-----Original Message-----
From: George [mailto:[EMAIL PROTECTED] 
Sent: 09 June 2004 02:33 AM
To: Tomcat Users List
Subject: RE: No response from Tomcat 5 with IIS


Thank you very much Raymond.
However all memories you pointed out are enough.
CPU load is almost zero.
During this problem is happenning, I create another small
test application and run. And I could get the result that "Tomcat is running
properly". What's happen??? I think only my original application just hung
up. No error messages. No warnnings. No logs. To recover this problem, is to
reboot Tomcat.

Any suggestion would be appreciated.

George

--- "STOCKHOLM, Raymond" <[EMAIL PROTECTED]> wrote:
Maybe you are running low in memory, and the GC is
> taking all the process.
> check :
>       long totalMemory =
> Runtime.getRuntime().totalMemory();
>       long freeMemory =
> Runtime.getRuntime().freeMemory();
>       long maxMemory = Runtime.getRuntime().maxMemory();
>       log.info("totalMemory="+totalMemory);
>       log.info("freeMemory ="+freeMemory);
>       log.info("maxMemory  ="+maxMemory);
> 
> -----Message d'origine-----
> De憎: George [mailto:[EMAIL PROTECTED]
> Envoy辿憎: mardi 8 juin 2004 17:31
> テツ : [EMAIL PROTECTED]
> Objet憎: Re: No response from Tomcat 5 with IIS
> 
> 
> Hello! all.
> Please give me any advice since this issue is top
> urgent
> for me.
> Any suggenstion would be appreciated for me.
> Thank you very much.
> George
> 
> --- Reply from George <[EMAIL PROTECTED]>:
> > Hi!
> > I'm having following problem.
> > 
> > <Configuration>
> > Tomcat 5.0.24 running on Windows 2000 server and
> IIS
> > 5,
> > JK2 2.0.4
> > The server is put under hardware load balancer
> > "BIG-IP" by
> > F5 inc.
> > 
> > <Problem>
> > Sometime when the system load is high (about 10 to
> > 20
> > users are using the aplication), tomcat does not
> > respond
> > suddenly.
> > No event log has written.
> > 
> > Is there anyone who can teach me any tunr arround?
> > 
> > Please help me!
> > 
> > George
> > 
> > 
> > __________________________________________________
> > Do You Yahoo!?
> > http://bb.yahoo.co.jp/
> > 
> > 
> >
>
---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail:
> > [EMAIL PROTECTED]
> > 
> 
> __________________________________________________
> Do You Yahoo!?
> http://bb.yahoo.co.jp/
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 

__________________________________________________
Do You Yahoo!?
http://bb.yahoo.co.jp/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to