NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
bozolino1
Dec 01, 2012Aspirant
Subsonic 4.7.04 Java Error
I installed and started Subsonic 4.7.04 on my ReadyNas Ultra6+ but I can't access the web interface.
subsonic_sh.log says:
to figure out what's up with java, i connected to the box via ssh and typed
what can i do?
subsonic_sh.log says:
./subsonic.sh: line 116: /c/webroot/subsonic/jre1.6.0_20/bin/java: No such file or directory
to figure out what's up with java, i connected to the box via ssh and typed
java -versionresponse is:
java version "1.6.0"
Java(TM) SE Runtime Environment (build 1.6.0-b105)
Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed mode, sharing)
what can i do?
9 Replies
Replies have been turned off for this discussion
- bozolino1Aspirantbump... java error, anyone?
- super_poussinVirtuosocan you do a: which java command ?
or try to install 2.0.0 version of subsonic then upgrade to 4.7.04 - bozolino1Aspirant'which java' gives me '/usr/bin/java'
- bozolino1Aspiranti removed 4.7.04 and tried installing 2.0.0 but the install failed with this error:
Installation of this add-on conflicts with an existing service. Aborting installation.
to fix this i uninstalled the ffmpg add-on and rebooted. tried to install 2.0.0 again but failed with the same error... - bozolino1Aspirantok... now i've deleted the SUBSONIC=1 entry in '/etc/default/services", and the installation error went away
however, install STILL fails... it just goes on and on and on and on (i cancelled after 2 hours)
any logs i can check to help fix this little nightmare? ;) - bozolino1Aspirantbump
- chourmovsAspirantI've got the same error, service doesn't start
I was enforced to return to previous beta version that did worked :oops:
i'm on ultra 2 plus - bozolino1Aspiranti fixed the problem at last !
it's just hack, so it would be great if the devs could comment on this and provide a sleeker solution.
1) open /c/webroot/subsonic/subsonic.sh in a text editor
2) delete these lines
JAVA=java
if [ -e "${JAVA_HOME}" ]
then
JAVA=${JAVA_HOME}/bin/java
fi
3) instead of the deleted lines, add:
JAVA=/usr/bin/java - fphreddAspirantAny chance you could post that entire file? I don't see any real code in mine...
./subsonic.sh: line 116: /c/webroot/subsonic/jre1.6.0_20/bin/java: No such file or directory
or user error, as usual.
thx!
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!