are u using database connectivity. if yes, then OutOfMemoryError can occur if the available heap memory is less than the size of the data that you are reading. Now for the 1'000'000 dollar question: Where does OutOfMemoryError occur? That depends on your driver.
Here is an article about possible Memory leaks in Java programming. http://www-106.ibm.com/developerworks/java/library/j-leaks/?dwzone=java Regards, Vikramjit Singh, Systems Engineer, GTL Ltd. Ph. 7612929-1031 -----Original Message----- From: SERHAT INAN [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 8:00 AM To: [EMAIL PROTECTED] Subject: Tomcat 3.2 java.lang.OutOfMemoryError Hello, There is a servlet/jsp web application running on Tomcat 3.2 on Windows 2000 Server, SQL Server 2000 with 2GB RAM. >From time to time "java.lang.OutOfMemoryError" is continuosly given on Tomcat3.2 console. Sometimes the error stops by itself, it may also continue for hours. At this time of error the web site excessively slows down. I dont think that this is from application. We catch all exceptions and output the suitable error message. This is something Tomcat causes by itself. Please give your sugesstions URGENTLY. Regards Serhat ---------------------------------------------------------------------------- Bu e-posta ve ilisikteki dosyalar gizlidir ve sadece gonderilen birey ya da kurumun kullanimi icindir. Bu mesajda kullanilan ifadeler, kurumumuzun tum politikalarini temsil etmeyebilir. Bu nedenle sozkonusu e-posta bilgileri kurumumuza karsi kullanilamaz ve butunuyle kurumumuzu baglayici olamaz. Bu mesaji yanlislikla aldiysaniz, lutfen gondericiye bildiriniz ve sisteminizden siliniz. Basari Holding hakkinda bilgi almak icin lutfen web sitemizi ziyaret ediniz. ( http://www.basari.com.tr ) Bu e-posta bilinen tum bilgisayar viruslerine karsi korunmaktadir. This e-mail and any attached files with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. The statements or expressions used in this message may not represent our organization policy and therefore cannot be binding for or used against Basari Holding Inc. If you have received this message accidentally, please notify the sender immediately and delete it from your system. To get more information about Basari Holding, please visit our web site. ( http://www.basari.com.tr ) This e-mail is protected against all known computer viruses. ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
