Perhaps you're running out of memory.... seriously. Set the MAVEN_OPTS environment variable to something larger than 64M (the default) and try again.
Example: set MAVEN_OPTS=-Xms64m -Xmx90m Paul On Sun, Feb 15, 2009 at 10:19 PM, Ole Ersoy <[email protected]> wrote: > Hi, > > I get the following when running (On linux) mvn tomcat:deploy > > [ERROR] FATAL ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Java heap space > [INFO] > ------------------------------------------------------------------------ > [INFO] Trace > java.lang.OutOfMemoryError: Java heap space > .... > > > Anyone know how to fix this? > > TIA, > - Ole > > --------------------------------------------------------------------- > 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]
