I had that too at some point. It happened after I restarted when I was using the manual install of the java runtime environment version 6.25 from the SunJava website.
I then installed a SunJava6 package which was version 6.24 and intalled the mp3 plugin to this install.
I made this the system default java install but Soundsense did not work with the default soundSense.sh file.
I think the problem was that the system default was pointed to a shortcut to the real java executable and Soundsense is not handeling this properly.
I solved this by specifying the full path to the non shortcut java exececutable in soundSense.sh like this.
#!/bin/sh
dir=${0%/*}
if [ -d "$dir" ]; then
cd "$dir"
fi
CLASSPATH='soundSense.jar:lib/MP3SPI/mp3spil.9.4.jar:lib/MP3SPI/jl1.0.jar:lib/OGGSPI/jogg-0.0.7.jar:lib/OGGSPI/jorbis-0.0.15.jar:lib/OGGSPI/vorbisspil.0.3.jar:lib/tritonus_share.jar:lib/autoUpdater.jar:lib/commons-codec-1.4/commons-codec-1.4.jar'
if [ -e /urs/bin/aoss/ ] ; then
aoss java -Djava.util.logging.config.file=logging.properties -cp $CLASSPATH cz.zweistein.df.soundsense.SoundSense
else
/usr/lib/jvm/java-6-sun-1.6.0.24/jre/bin/java -Djava.util.logging.config.file=logging.properties -cp $CLASSPATH cz.zweistein.df.soundsense.SoundSense
fi
Have you done so?
If you have not this is what you should do.
If I remember correctly I got this error even with java-6-sun set as the system java default until I added the full path to the java executable in soundSense.sh.
The path on my system is shown in red, you should replace it with the full path the the java executable from you SunJava6 install.
If you have a java installation in a directory starting with /urs/bin/aoss/ soundSense.sh defaults to that (because of the if statement).
If your java install is here you should repalce both the blue and red text in my example with the full path the the java executable from you SunJava6 install.
Let me know if that helps.
zweiOn Ubuntu 11.04 installed as outlined in my previous posts I get the following error message in the the terminal when a file plays.
06/06/2011 10:24:58.741: Balance control not supported for ./packs/mandates/34209__acclivity__ClearingThroat_Female.mp3!
The file plays at the correct time and sounds fine.
I looks like there is something wrong with the new stero balance feature in linux.