Re: JOnAS Java heap space exception
"Hans J. Prueller" <[email protected]>
| Newsgroups | gmane.comp.java.objectweb.jonas |
|---|---|
| Organization | LBS logics GmbH |
| Message-ID | <1296025414.2135.15.camel@kodos> |
just increase the available heap space of the JVM in the jonas start scripts (JONAS_ROOT/bin/nt/jonas.bat or JONAS_ROOT/bin/unix/jonas) add -Xmx500M (or more) to JONAS_OPTS regards, hans Am Mittwoch, den 26.01.2011, 07:51 +0100 schrieb [email protected]: > Dear All > > We are having the Below Java heap space error Kindly advice how to solve this > issue: > > 2011-01-25 18:11:22,154 : INFO : jonas_4.8.4-j1 Main : Logger.log : JOnAS > server 'jonas_4.8.4-j1' started on rmi/jrmp > 2011-01-25 18:13:19,608 : SEVERE : RMI TCP Connection(9)-10.101.1.26 : > Logger.log : system exception in business method: > java.lang.OutOfMemoryError: Java heap space > 2011-01-25 18:13:33,279 : SEVERE : RMI TCP Connection(12)-10.101.1.26 : > Logger.log : system exception in business method: > java.lang.OutOfMemoryError: Java heap space > 2011-01-25 18:13:48,358 : SEVERE : RMI TCP Connection(13)-10.101.1.26 : > Logger.log : system exception in business method: > java.lang.OutOfMemoryError: Java heap space > 2011-01-25 18:14:02,186 : SEVERE : RMI TCP Connection(14)-10.101.1.26 : > Logger.log : system exception in business method: > java.lang.OutOfMemoryError: Java heap space > 2011-01-25 18:16:18,389 : SEVERE : RMI TCP Connection(16)-10.101.1.26 : > Logger.log : system exception in business method: > java.lang.OutOfMemoryError: Java heap space > 2011-01-25 18:17:01,561 : SEVERE : RMI TCP Connection(19)-10.101.1.26 : > Logger.log : system exception in business method: > java.lang.OutOfMemoryError: Java heap space > > Regards