Re: Mysterious crash deploying on Dreamhost
"Maksim Lin for technical support mailling lists" <[email protected]>
| Newsgroups | gmane.comp.java.helma.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Phil, It might be worth checking what version of java they provide (try on the console: java -version) - I seem to remember something simliar happenign a while back when I tried running helma with gcj (the default java implementation on many linux distributions) Also while the java jvm is quite memory heavy, helma is actually one of the most memory efficient java apps that I have ever used - espeically a server-side one and it runs very well on the VPS (virtual private server) hosting service that I use. So if it is a memory constraint problem on your hosting service I very much doubt you will get an java based app that will use less memory then helma. Maks. > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of Phil Hagelberg > Sent: Tuesday, 15 May 2007 03:46 > To: [email protected] > Subject: [Helma-user] Mysterious crash deploying on Dreamhost > > > Hey; I've written up my first simple (toy) Helma app, and I'd > like to get it deployed. I've got a hosting account with > Dreamhost, and they seem to have Java installed. I'm using > the latest 1.6.0-rc1. > > Everything seems to work fine when I run start.sh. I can load > the app in my browser on port 8080. However, after a few > seconds (about 10 or > so) I get the following message in the console: > > ./start.sh: line 78: 9419 Killed $JAVACMD > $JAVA_OPTIONS -jar "$INSTALL_DIR/launcher.jar" $SWITCHES > > None of the log files show any indication of something going > wrong, but the server mysteriously dies. This app works fine > on my own system. > > Any idea what would cause this? My suspicion is that it's > getting killed for using too much CPU or memory as those > resources are often tight on a shared-host environment like > this. Has anyone gotten Helma to work on Dreamhost? > > thanks, > > Phil Hagelberg > http://technomancy.us > _______________________________________________ > Helma-user mailing list > [email protected] > http://helma.org/mailman/listinfo/helma-user > > >