I just got a chance to test-drive a VPS for a week, and decided to try Grails on it. The problem is, that it shuts itself down.
Details:
- VPS - 512MB Ram, Ubuntu 12.10 x64 (no particular reason for x64)
- Oracle Java 7u17
- Latest GVM 0.9.5
- Grails 2.2.1
What I did was follow along this tutorial http://grails.org/Quick+Start, which is very basic. Everything went smooth until I did grails run-app
.
After doing the initialization, it showed running for like 5s, and I could even start loading the page, but it suddenly showed Killed
in the terminal. This is what the terminal showed:
root@jp:/var/grails/my-project# grails run-app
| Running Grails application
Killed
There was no input during that time whatsoever. Any ideas on the cause of this problem?