|
|
|
|
Re: Virgo automatically stops [message #999103 is a reply to message #999096] |
Fri, 11 January 2013 05:53   |
Eclipse User |
|
|
|
Hi,
I think that the memory is not he problem, because with develop with this configuration in my mac and ubuntu local OS and also we have a production virgo instance in other AWS VM with this memory configuration, and we don't have any problem, but with this AWS instance yes we have problems. The only unique difference is that the AWS instance with the problem is Ubuntu 10.04 and the other one is 12.04, we have the same JDK the Oracle JDK, the same amount memory, CPU and Hard Disk, but I take this account your porpouse. Thanks.
I hope that the problem would be that I start the Virgo process from ssh shell and don't use any daemon to start the virgo process. Today, I just create a daemon script in my AWS instance and start virgo like a daemon process, I'll wait all the day to obtain any result, i hope this resolve the ghost problem . Normally the virgo process only is up during two hours and a half, always the same amount of time more and less, so is like a timeout inside OS that stop my virgo process. I hope that a virgo process daemon resolve this problem, if not I don't have any idea about what happend with my virgo process in AWS ;(
Waiting for any result ....
Best regards.
|
|
|
|
Re: Virgo automatically stops [message #1000243 is a reply to message #999107] |
Mon, 14 January 2013 05:42  |
Eclipse User |
|
|
|
Hi Chris,
The problem was resolved using a daemon to start Virgo instance an not use the ssh shell.
My little script is:;
description "Konekti-Workshotrack on Virgo 3.0.2"
author "Miguel Salinas Gancedo"
start on (net-device-up
and local-filesystems
and runlevel [2345])
stop on runlevel [016]
console output
kill timeout 120
respawn
env JAVA_HOME=/usr/lib/jvm/java-6-sun
env LANG=en_US.UTF-8
exec start-stop-daemon --signal INT --start --chuid ubuntu --exec /opt/virgo-tomcat-server-3.0.2_WORKSHOPTRACK-0.0.1.SNAPSHOT/bin/konekti.startup.sh
Best Regards
|
|
|
Powered by
FUDForum. Page generated in 0.11637 seconds