Re: ReplaceAll causes an OUT OF MEMORY error!
From: John Guilbert (john_guilbert_at_lionbridge.com)
Date: 08/19/04
- Next message: Wes Harrison: "Re: Where do I start with this threading issue?"
- Previous message: Mickey Segal: "Re: How big is the 1.5 JRE download?"
- In reply to: Michael Borgwardt: "Re: ReplaceAll causes an OUT OF MEMORY error!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 19 Aug 2004 05:08:27 -0700
Guys,
I see both your points of view.
I am using Crystal Reports with Java. The guy who coded the existing
Web App embeds the HTML (All CR Pages of Report) returned from Crystal
Reports Server in the One web page. He does not use a frame as he
should accessing one page at a time. Crystal Reports does return all
the HTML to Java as it should. I got rid of the ReplaceAll (these were
used to tighten formatting as CR does not do a great job) and it
generates the error:
Apache Tomcat/4.0.6 - Http Status 500 - Internal Server Error
Type: Exception Report
Message: Internal Server Error
Description: The server encountered an internal error(Internal Server
Error) that prevented it from fulfilling this request.
Exception:
javax.servlet.ServletException
at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:471)
.....
.....
root cause
java.lang.OutOfMemoryError
Could it be that APACHE needs increased memory size, not just the JVM.
My JVM Cache has been set to 128MB.
Help Appreciated.
Thanks,
John.
- Next message: Wes Harrison: "Re: Where do I start with this threading issue?"
- Previous message: Mickey Segal: "Re: How big is the 1.5 JRE download?"
- In reply to: Michael Borgwardt: "Re: ReplaceAll causes an OUT OF MEMORY error!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|