sindre_mehus wrote:I'm not familiar with SheevaPlug or ARM in general, but if possible please try with Sun Java. It wouldn't surprise me if it has a significant performance impact.
Sindre
I'm also trying to get Subsonic running on a Sheevaplug (which boots Debian squeeze from an SD card). I tried it with the openjdk-6-jre Java, but, even though the SS web page loads, it's so slow as to be unusable. I monitor the Sheevaplug with htop, and the processor goes to 100% for minutes at a time. The 1 minute load average got as high as 12. And this is with a small 4 GB test music library.
So I have started with a fresh Debian squeeze SD card and installed Sun Java instead of openjdk-6-jre:
$ java -version
java version "1.6.0_21"
Java(TM) 2 Runtime Environment, Standard Edition for Embedded (build 1.6.0_21-b09, headless)
Java HotSpot(TM) Client VM (build 19.0-b02, mixed mode)
But now when I try to load the web page I get
Unable to connect
Firefox can't establish a connection to the server at 192.168.1.171:4040.
Any idea why this might be happening? Help is appreciated
Edit: I'm getting this error in the log:
$ cat /var/subsonic/subsonic_sh.log
/usr/bin/subsonic: line 107: java: command not found
So apparently java isn't being found. I have added the java install location to /etc/profile and so PATH looks like
$ echo $PATH
/home/plugst3r/ejre1.6.0_21/bin:/usr/local/bin:/usr/bin:/bin:/usr/games
Ideas?
