Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Mar 2011 23:05:30 +0100
From:      "O. Hartmann" <ohartman@mail.zedat.fu-berlin.de>
To:        freebsd-questions@freebsd.org
Subject:   Dell iDRAC JViewer and FreeBSD 9.0: not working, help!
Message-ID:  <4D7FE2AA.5040609@mail.zedat.fu-berlin.de>

next in thread | raw e-mail | index | archive | help
We use a Dell rack system with a JAVA based virtual console facility, 
iDRAC6, which works well when used via Windows 7 or some Linux boxes. On 
FreeBSD 9.0/amd64 (most recent) with JAVA
diablo-jdk-1.6.0.07.02_13 Java Development Kit 1.6.0_07.02
openjdk6-b22_2      Oracle's Java 6 virtual machine release under the GPL v2
installed, I receive the virtual console after referring 'javaws' (Java 
WebStarter) as the appropriate application staring a kind of *.jnl 
application, but I receive an error:

java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at com.sun.javaws.Launcher.executeApplication(Launcher.java:1293)
	at com.sun.javaws.Launcher.executeMainClass(Launcher.java:1239)
	at com.sun.javaws.Launcher.doLaunchApp(Launcher.java:1086)
	at com.sun.javaws.Launcher.run(Launcher.java:105)
	at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.UnsatisfiedLinkError: 
com.ami.iusb.FloppyRedir.GetKeyboardName()Ljava/lang/String;
	at com.ami.iusb.FloppyRedir.GetKeyboardName(Native Method)
	at com.ami.iusb.FloppyRedir.ReadKeybdType(FloppyRedir.java:454)
	at com.ami.kvm.jviewer.hid.KVMClient.get_keybd_type(KVMClient.java:731)
	at com.ami.kvm.jviewer.hid.KVMClient.startRedirection(KVMClient.java:723)
	at 
com.ami.kvm.jviewer.gui.JViewerApp.OnVideoStartRedirection(JViewerApp.java:452)
	at 
com.ami.kvm.jviewer.gui.JViewerApp.OnConnectToServer(JViewerApp.java:435)
	at com.ami.kvm.jviewer.JViewer.main(JViewer.java:110)
	... 9 more


I do not understand much why JAVA, platform independent, is not working 
with FreeBSD as expected. Linux- und Windows are working.

Any help?

Oliver



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4D7FE2AA.5040609>