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: ./subsonic.sh: line 116: /c/webroot/subsonic/jre1.6.0_20/bin/java: No su...
bozolino1
Jan 27, 2013Aspirant
i 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
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
Related Content
NETGEAR Academy

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