You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Patrick Codere <pa...@motovan.com> on 2002/08/21 16:03:11 UTC

OUT OF MEMORY ERROR - PLEASE HELP

Hi everyone,

	Here is my situation.  
-NT, 
-Tomcat 4.0.3
- 2 webapps that have a link to each other
- catalog with Thousand of jpegs (70kb each)

After a while Tomcat crashed with java.lang.outofmemory problem.
Before crash, get errors in my logs:

java.net.SocketException: Software caused connection abort: socket write
error

2002-08-19 21:58:43 action: Processing a GET for /home
2002-08-19 21:58:43 action:  Looking for Action instance for class
com.motovan.action.HomeAction
2002-08-19 21:58:44 PageContextImpl: creating out
java.lang.OutOfMemoryError

2002-08-19 21:58:44 JspFactoryImpl: Exception initializing page context
java.lang.IllegalStateException: failed initialize JspWriter
	at
org.apache.jasper.runtime.PageContextImpl._initialize(PageContextImpl.java:1
51)
	
Please help.

Pat