On 9/8/06, ottomeister <[EMAIL PROTECTED]> wrote:
Brilliant!
This was wrong as I was using the jdk package.
[EMAIL PROTECTED]:/etc/init.d$ ls -l /etc/opt/SUNWut/ | grep jre
lrwxrwxrwx 1 root root 20 2006-09-05 17:50 jre -> /usr/lib/j2re1.5-sun
[EMAIL PROTECTED]:/etc/init.d$ sudo cat /var/opt/SUNWut/log/auth_log
Cannot find /etc/opt/SUNWut/jre/bin/java
[EMAIL PROTECTED]:/etc/init.d$ ls -l /usr/lib/j2re1.5-sun
ls: /usr/lib/j2re1.5-sun: No such file or directory
Quick fix:
[EMAIL PROTECTED]:/etc/init.d$ sudo ln -sf /usr/lib/j2sdk1.5-sun/ /etc/opt/SUNWut/jre
Bang, up and running.
Thanks a lot for the help.
Nicholas
your Java executable. What happens if you run
'/etc/opt/SUNWut/jre/bin/java -version'?
What's in the server's /var/opt/SUNWut/log/auth_log file?
Brilliant!
This was wrong as I was using the jdk package.
[EMAIL PROTECTED]:/etc/init.d$ ls -l /etc/opt/SUNWut/ | grep jre
lrwxrwxrwx 1 root root 20 2006-09-05 17:50 jre -> /usr/lib/j2re1.5-sun
[EMAIL PROTECTED]:/etc/init.d$ sudo cat /var/opt/SUNWut/log/auth_log
Cannot find /etc/opt/SUNWut/jre/bin/java
[EMAIL PROTECTED]:/etc/init.d$ ls -l /usr/lib/j2re1.5-sun
ls: /usr/lib/j2re1.5-sun: No such file or directory
Quick fix:
[EMAIL PROTECTED]:/etc/init.d$ sudo ln -sf /usr/lib/j2sdk1.5-sun/ /etc/opt/SUNWut/jre
Bang, up and running.
Thanks a lot for the help.
Nicholas
_______________________________________________ SunRay-Users mailing list [email protected] http://www.filibeto.org/mailman/listinfo/sunray-users
