This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes JSP and the fly likes Out of memory error in JSP Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Out of memory error in JSP" Watch "Out of memory error in JSP" New topic
Author

Out of memory error in JSP

A Kumar
Ranch Hand

Joined: Jul 04, 2004
Posts: 973
Hi,


In my application for a certain jsp,i am getting Out of memory error. This is not high volume
request page and it has only a Database connection as major resource used.

Usually what are the cases/sceanrios where we get Out of memory error.

Thanks..in advance

Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56529
    
  14

Most frequently, when you have an infinite loop. Is there Java code in the JSP? If so, why is it not factored out into a servlet or bean?


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Out of memory error in JSP
 
Similar Threads
JSP - Out of Memory exception
WebLogic out of memory?
OutOfMemory error ..
Spring MVC + Tiles performance is too bad.
Out Of Memory Error?