Schmidt, Allen J. <[EMAIL PROTECTED]> wrote:
>One of my servlets on NT/IIS3/JRun23 will work for a while and then display
>an OutOfMemory error. I restart JRun and it works ok for a while. the time
>varies and I am not sure what is kicking it off. Any ideas where to look
for
>clues?

If JRun doesn't log stack traces, try to catch the OutOfMemory error and
then print the stack trace so you have some idea where to start looking. The
only times I have gotten OOM errors is when I have an infinite loop of
method A calling method B which calls method A which calls method B...


Erik

___________________________________________________________________________
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

Reply via email to