On Thursday 18 December 2008 11:38:12 bemmi wrote:
> Hi,
>
> I'm using Tomcat 6.0.18, Eclipse 3.3.2 and JDK 1.5.0_14.  I've created a
> test server using my Tomcat installation and
> provide these VM args in my launch configuration -Xms512m -Xmx768m
> -XX:PermSize=128m.  Whenever I publish a web project to it I get the
> following error:
>
> !ENTRY org.eclipse.core.jobs 4 2 2008-12-17 14:32:52.110
> !MESSAGE An internal error occurred during: "Publishing to Tomcat v6.0
> Server at localhost...".
> !STACK 0
> java.lang.OutOfMemoryError: Requested array size exceeds VM limit

Searching for this error message brought me to:

http://java.sun.com/javase/6/webnotes/trouble/TSG-VM/html/memleaks.html#gbyvi

In short: an array larger than the entire heap is requested.

HTH
Rainer Frey

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to