Hi! I get that sometimes, when lots of people use my application. There are information about it here: http://wds.its.uiowa.edu/cache/docs/jrun-3.1/html/Developing_Applications_wi th_JRun/debug2.html
In short: "Each instance of a JVM uses an allocation of memory for all objects shared among all its threads called the heap. At runtime, the JVM allocates memory for all class instances and arrays from the heap. If your servlets or JSP pages cause the error message java.lang.OutOfMemoryError in a JRun log file or in a stack trace, then you probably need to increase your JVM's maximum heap size. " It also says: "Note You should not try to catch an OutOfMemoryError in your application. These errors are not generally predictable; when they do happen, there is nothing that you can do to recover. By then, the JVM is out of memory and the garbage collector is unable to free any memory for further processing. " I have increased the heap-size when it has happened and it seems to help. :) All the best, Anne-Li Mell -----Ursprungligt meddelande----- Fr�n: Schneider Andre [mailto:[EMAIL PROTECTED] Skickat: den 3 april 2003 11:13 Till: JRun-Talk �mne: Jrun 3.1build 48336 Hi there, Can anyone explain me what this error message in the eventlog means: 04/03 10:42:38 error (jcp) jcp-38 caught Throwable while running, exiting [java.lang.OutOfMemoryError] java.lang.OutOfMemoryError If this happens the Webapplication doesn't responde anymore and In the admin console of jrun the server the server which contains the webapplication is stopped and can't be started anymore unless i kill manually the jrun.exe and javaw.exe process of this server. thanks a lot andre ____________________________________________ Andre Schneider web application engineer i-masco GmbH -web your business- Moosstrasse 56 96050 Bamberg Fon: 0951 / 30 28 95-17 Fax: 0951 / 30 28 95-20 Mobil: 0179 / 50 34 63 5 Internet: http://www.i-masco.com Email: [EMAIL PROTECTED] ____________________________________________ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=8 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=8 Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm
