aspose file tools
The moose likes Servlets and the fly likes How to fix java.lang.OutOfMemoryError? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "How to fix java.lang.OutOfMemoryError?" Watch "How to fix java.lang.OutOfMemoryError?" New topic
Author

How to fix java.lang.OutOfMemoryError?

Shankar Ganesh
Ranch Hand

Joined: Oct 01, 2000
Posts: 34
I'm getting the below error in my JSP resulting in a short message as "500: NO DETAILED MESSAGE". Could someone please tell how this can be fixed... Thanks in advance.

[This message has been edited by Shankar Ganesh (edited February 08, 2001).]
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12269
    
    1
I think it is extremely likely that your CharArrayWriter got stuck in a loop, filled the largest char[] array it could create, and then tried to write more.
Find that loop and fix it.
Bill
------------------
author of:


Java Resources at www.wbrogden.com
Shankar Ganesh
Ranch Hand

Joined: Oct 01, 2000
Posts: 34
Thanks Bill... It is now fixed.
- Shankar.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: How to fix java.lang.OutOfMemoryError?
 
Similar Threads
New - Exception.
java.lang.OutOfMemoryError error.
OutOfMemory problem in WAS3.5.6
OutOfMemoryError ??
an error I cannot figure out