Re: OOME when trying to install HISE
"Guillaume Sauthier (OW2)" <[email protected]> Fri, 17 Jun 2011 11:05:58 +0200
| Newsgroups | gmane.comp.java.objectweb.jonas |
|---|---|
| Message-ID | <[email protected]> |
Your webapp is probably too big to fit in the available heap memory. You can either: * Strip down your webapp by removing all unrequired jars * Augment heap memory of the JVM (Start JOnAs with -Xms256m -Xmx512m or more if needed) * Do not deploy your app with the jonasAdmin UI: simply drop the war in deploy/ or use jonbas to deploy the war for you --G 2011/6/16 P.N. <[email protected]> > > Hello! > > Tried to install hise-web-0.3.0.war, got java.lang.OutOfMemoryError: > Unzipped the hise distribution, started Jonas (using Jonbas), started admin > console and tried to upload the war as a web app. Log attached. > > What am I doing wrong??? > > Kind regards > > Peter >