• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Trying to figure out why Tomcat wont start

NolanT

New Pleskian
First time poster here, I been trying to figure this out but I need to ask for advice.

I am on MediaTemple DV 2GB server, running OS CentOS 5.8 (Final), 11.0.9 Update #26,
I followed a wiki and successfully installed Tomcat, but when I go to start the service, it never starts.

I went ahead and added to the tomcat5.conf file:
JAVA_OPTS="-Xms128M -Xmx256M"

But when I check the catalina.out log I see this:
-sh: line 0: export: `
': not a valid identifier
Invalid maximum heap size: -Xmx256M
Could not create the Java virtual machine.


Any thoughts to what I might be doing wrong? Or what I need to config for the DV system I am running. Thanks for the feedback.
 
Last edited:
Ah ha!

Double quotes. Should be: JAVA_OPTS=-Xms64M -Xmx128M

Thanks Igor!
 
Last edited:
Back
Top