Hi André, thanks for your reply.

well spotted, I've corrected my Xmx/Xms error and restarted.

On 13-01-2015 14:07, André Warnier wrote:
Peter Lavin wrote:
Tomcat7 was installed using apt-get. With the default memory settings (around line 271 in catalina.sh) as follows...
CATALINA_OPTS="$CATALINA_OPTS $JPDA_OPTS"
The above error occurs.
When I made the following changes... (below) the error goes away
CATALINA_OPTS="-server $CATALINA_OPTS -Xms512m -Xms2048m

a typo here ? (2 times -Xms ..)

and, what was in $JPDA_OPTS ?


To your clarification...

JPDA_OPTS is set as follows (i.e. the default, just before line 270, I did not change this)...

="-agentlib:jdwp=transport=$JPDA_TRANSPORT,
address=$JPDA_ADDRESS,server=y,suspend=$JPDA_SUSPEND"

regards,
Peter

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

Reply via email to