: ) Yes Matt good point.

For future reference if anyone is seeing any disk full issues then they do not have a big enough hard disk.......

----Original Message Follows----
From: "Dale, Matt" <[EMAIL PROTECTED]>
Reply-To: "Tomcat Users List" <tomcat-user@jakarta.apache.org>
To: "Tomcat Users List" <tomcat-user@jakarta.apache.org>
Subject: RE: out of memory error
Date: Tue, 26 Apr 2005 15:42:51 +0100


Or you simply don't have enough memory allocated to the JVM and you need to increase it.


-----Original Message-----
From: Mark Benussi [mailto:[EMAIL PROTECTED]
Sent: 26 April 2005 15:41
To: [EMAIL PROTECTED]; tomcat-user@jakarta.apache.org
Subject: RE: out of memory error


I hit this issue today, for a host of reasons.

You are getting this error because the ammount of memory allocated to the
JVM running Tomcat has been taken up. This ould be for the following
reasons:

You are doing some large database reads without using a methodology to read
in batches.
You are storing large objects in the request or session.
You may have memory leaks (A term I hate because it implies that there is a
problem in the underlying system but what it actually means is you are
keeping references to objects you no longer require).


----Original Message Follows---- From: Sergey Livanov <[EMAIL PROTECTED]> Reply-To: Sergey Livanov <[EMAIL PROTECTED]> To: Tomcat users <tomcat-user@jakarta.apache.org> Subject: out of memory error Date: Tue, 26 Apr 2005 17:10:02 +0300

Pls help me to investigate type of error. Sometimes pages are not
downloaded. We have looked into Log file and found out a message "out of
memory". When is this error appeared and what do we have to do to avoid this
type of error?


2005-04-25 08:15:10 ApplicationDispatcher[] Servlet.service() for servlet jsp threw exception java.lang.OutOfMemoryError

2005-04-25 08:15:11 StandardWrapperValve[action]: Servlet.service() for
servlet action threw exception
java.lang.OutOfMemoryError


-- regards, Sergey mailto:[EMAIL PROTECTED]


--------------------------------------------------------------------- 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]


--------------------------------------------------------------------- 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