Is this just when you initiate a shutdown? If you start the server and then issue a shutdown do you get the out of memory exception, or is this occuring after the server is running for a certain period of time, if so, how long roughly?
If it happens after a certain period of time you probably just need to increase the default memory allocation to the JVM. This can be done by setting the JAVA_OPTS variable to something like: -Xmx256M That would increase the memory limit to 256MB. You can go more or less. Matt -- Matthew Preston [EMAIL PROTECTED] Edison, NJ VROC# 11809 '94 VN750 Air conditioning is most useful during the months that have no R in them. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 1:06 AM To: server-user Subject: jvm exit without exception Recently,my james server always exit without exception,or error like "Out of memory". I checked all logs and found nothing but "JVM exiting abnormally. Shutting down Phoenix.". i'm confused now. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
