I'm working with a client who recently upgraded from a shared hosting account on Lunarpages to a VPS account. The site needs to periodically fetch data from a database on another server, which it does by firing up a Java app and dumping the data to a CSV file. (It's a bit of a Rube Goldberg-ish system, but it works for now.) Note that I'm not serving JSP pages or using Tomcat or anything like that; just firing up the bog standard Java runtime and having it run an app which connects to and dumps data from a database.
This worked just fine on the shared hosting account, but I can't get the Java runtime to start at all on the VPS account. Trying to just fire up the Java runtime from the CLI results in:
Error occurred during initialization of VM
Could not reserve enough space for object heap
Could not create the Java virtual machine.
Searching around seems to reveal that this is a
common problem on VPSs, but might be solvable with some voodoo by the sysadmins of the physical machine.
I haven't investigated installing an alternate runtime yet, due to lack of time, but before I do, has anyone else run in to this problem - or even better, has anyone been able to solve it?
In conclusion, are all these distracting animated emoticons all along the top of the message field really necessary?