Server dies on Ubuntu 8.04

I just installed the server package on my home computer which is running Ubuntu 8.04. When I run the server, it says it's starting up, but then dies after about 20 seconds (If I continually check using the console command "shoddybattle status", it will repeatedly say it's running until about 20 seconds where it says it's not)

Not really sure how to troubleshoot this at all. What may be wrong? How do I find out? (I don't see any debug logs or anything....)

Additional information:

- I have Java 6 installed, and have checked that it is the version being used
- I am able to run the Shoddy Battle client just fine; make a team, connect to the smogon server and so on.
- I installed via the generic package. I was not able to run the other package.
 
It is strange indeed. I've been fiddling with it for a while now but I just don't know what it could be...

I didn't see the note before on the server site that says the relevant error log is "wrapper.log". So, the error in that log whenever I try to run it is that it can't find "libjli.so". I've been googling this error but none of it seems to be relevant to me: It's for people having trouble installing Java, but I can install it sucessfully and run Java applications, I just can't run this particular one

Of course, having the wrong java version seems like an obvious candidate for the problem, but I'm fairly sure I have the right one....

The package installed is "java-6-sun". I've run the update-alternatives --config java command and ensured I selected that package

When I run the command java -version as described in this page, I get

https://help.ubuntu.com/community/Java

java version "1.6.0_06"
Java(TM) SE Runtime Environment (build 1.6.0_06-b02)
Java HotSpot(TM) Client VM (build 10.0-b22, mixed mode, sharing)

Kurnak, would you mind running that command and telling me what version it says you have?
 
Back
Top