Openfire 3.7.1 crashing constantly on centos 6.3 vps

Hi all, I’m struggling to keep my server up at all at the moment.

I’m on a OpenVZ vps with 2 gig burstable and 1 gig allocated ram.

I’ve turned off PEP, set Xmsx max to like 512mb , nothing else running on the server except for webmin/mysql.

using mysql as openfire backend db.

Nothing is being stored in the logs, it just goes belly up randomly

Anybody got any ideas what to do?

Thanks,

Cameron

Change the init.d script to log to a nohup.out file, so you can see why the JVM dies. Is noting being logged in error.log at all, or is it just not logging anything useful related to the failure? What version of java are you using?

su -s /bin/sh -c “nohup $OPENFIRE_RUN_CMD > $OPENFIRE_LOGDIR/nohup.out 2>&1 &” $OPENFIRE_USER