Hi,
im new to zimbra,
currently installed zimbra 7.1.3 on centos6 64bits on openvz with burst memory of 3Gb...
previously i managed to start the server before doing some tuning, but now it seems to fail to start the mail service.
mysql.server is showing not running, but i'm able to connect to mysql on port 7306...
when i check /opt/zimbra/log/zmmaildctl.out, i see this:
--------------------
CompilerOracle: exclude com/zimbra/cs/session/SessionMap.putAndPrune
CompilerOracle: exclude com/zimbra/cs/mailbox/MailItem.delete
CompilerOracle: exclude org/apache/xerces/impl/XMLDocumentFragmentScannerImpl$FragmentContentDisp atcher.dispatch
Exception in thread "main" java.lang.NoClassDefFoundError: \
Caused by: java.lang.ClassNotFoundException: \
at java.net.URLClassLoader$1.run(URLClassLoader.java: 202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.j ava:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:3 06)
at sun.misc.Launcher$AppClassLoader.loadClass(Launche r.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:2 47)
Could not find the main class: \. Program will exit.
--------------------
zmcontrol status
---------------------
[zimbra@us1 log]$ zmcontrol status
Picked up _JAVA_OPTIONS: -Xmx100m
Host us1.mercstudio.net
antispam Running
antivirus Running
imapproxy Running
ldap Running
logger Running
mailbox Stopped
mysql.server is not running.
zmmailboxdctl is not running.
memcached Running
mta Running
snmp Stopped
zmswatch is not running.
spell Running
stats Running
zmconfigd Running
--------------------------
[zimbra@us1 log]$ netstat -lp
--------------------------
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 *:imaps *:* LISTEN 5276/nginx
tcp 0 0 *

op3s *:* LISTEN 5276/nginx
tcp 0 0 localhost:7171 *:* LISTEN 1697/java
tcp 0 0 *:7780 *:* LISTEN 5454/httpd
tcp 0 0 us1.mercstudio.net:ldap *:* LISTEN -
tcp 0 0 localhost:10663 *:* LISTEN 5178/zmlogger: zmrr
tcp 0 0 localhost:10024 *:* LISTEN 5344/amavisd (maste
tcp 0 0 localhost:10025 *:* LISTEN -
tcp 0 0 localhost:7306 *:* LISTEN 10190/mysqld
tcp 0 0 *:submission *:* LISTEN -
tcp 0 0 *:memcache *:* LISTEN 5260/memcached
tcp 0 0 localhost:dyna-access *:* LISTEN 5438/clamd
tcp 0 0 *

op3 *:* LISTEN 5276/nginx
tcp 0 0 *:imap *:* LISTEN 5276/nginx
tcp 0 0 *:urd *:* LISTEN -
tcp 0 0 *:ssh *:* LISTEN -
tcp 0 0 *:smtp *:* LISTEN -
udp 0 0 *:memcache *:* 5260/memcached
udp 0 0 *:56482 *:* 1697/java
what should i do next?
here are the custom config ive set after trying to tune the memory usage:
zmlocalconfig -e tomcat_java_heap_memory_percent=40
zmlocalconfig -e zmmtaconfig_interval=300
zmlocalconfig -e zmstat_interval=300
zmlocalconfig -e mailboxd_java_heap_memory_percent=10
zmlocalconfig -e mailboxd_java_heap_new_size_percent=10
zmlocalconfig -e mailboxd_java_options="-server -Djava.awt.headless=true -XX:NewRatio=2 -XX:PermSize=128m \
-XX:MaxPermSize=128m -XX:SoftRefLRUPolicyMSPerMB=1"
zmlocalconfig -e ldap_common_threads=16
zmlocalconfig -e ldap_common_toolthreads=8
zmlocalconfig -e ldap_db_cachesize=50000
zmlocalconfig -e ldap_db_idlcachesize=50000
zmlocalconfig -e ldap_db_dncachesize=0