ottomeister wrote:
On Tue, Jun 3, 2008 at 5:02 AM, Gerard Henry <[EMAIL PROTECTED]> wrote:
w2100-root% ./utadm -a iprb0
### Configuring /etc/nsswitch.conf
### Configuring Service information for Sun Ray
Error:  unable to add vendor options to dhcp:
   Error:  cannot add SunRay symbols to dhcptab:
         Exception in thread "main" java.lang.UnsupportedClassVersionError:
Bad version number in .class file

Looks like the DHCP tools ('dhtadm', 'pntadm') are failing because they
require a newer JRE than the one they're trying to use.

The cause might be similar to CR 6492789,
<http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6492789>,
in which case the workaround from that bug report might apply.
However you do it, you need to make sure that those commands use
the Java 6 JRE.  You should be able to reproduce the error and then
verify the fix by running the DHCP tools directly, without 'utadm'.

It's possible that after you've fixed the problem with the DHCP tools
a new run of 'utadm -a' might be confused by leftovers from the
original failed configuration attempt.  In that case a 'utadm -d iprb0'
or a 'utadm -r' (which will undo all SRSS interface configurations)
might be needed to let 'utadm' succeed.


thanks for your reply. With your suggestions and after installing java 1.6 (from jdk-6u6-solaris-i586.tar), it works! Hopefully, the installation of java 1.6 is correct, and the link is done during the installation:
w2100-root% ll /usr/java
2 lrwxrwxrwx 1 root other 15 Jun 3 14:41 /usr/java -> jdk/jdk1.6.0_06

A simple question: is java 1.6 requirement explained in the official installation document?
In the document 820-0413-12, at page 24, thre is:
"SRSS 4.0 requires JRE version 1.5 or later. The latest Java release is available at:"




gerard
_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

Reply via email to