Package: icedtea-netx Version: 1.5-2+deb8u1 Platform: armhf When I attempt to run the "Java Console" on my ASRock IPMI interface, it asks to start with the IcedTea Webstart. I say OK and the IcedTea Java window shows up. It downloads the Jviewer.jnlp. Then there's a dialog box: -------------------- The application Jviewer from http://<IP redacted>:80/Java/ uses resources from teh following remote locaitons:
file:/tmp http://<IP redacted>:80/Java/Release Are you sure you want to run this application? For more information see ... --------------------- Then I click "Yes" The viewer shows up, but inside the window is completely black. No text. Also the cursor disappears in that window. In the terminal I started the browser in is the following text: ---------------------- This application does not specify a Codebase in its manifest. Please verify with the applet's vendor. Continuing. See: http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/security/no_redeploy.html for details. This application does not specify a Codebase in its manifest. Please verify with the applet's vendor. Continuing. See: http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/security/no_redeploy.html for details. Application title was not found in manifest. Check with application vendor Application title was not found in manifest. Check with application vendor (process:873): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed Application title was not found in manifest. Check with application vendor Application title was not found in manifest. Check with application vendor Application title was not found in manifest. Check with application vendor Application title was not found in manifest. Check with application vendor Application title was not found in manifest. Check with application vendor Application title was not found in manifest. Check with application vendor Application title was not found in manifest. Check with application vendor Application title was not found in manifest. Check with application vendor Application title was not found in manifest. Check with application vendor Application title was not found in manifest. Check with application vendor Application title was not found in manifest. Check with application vendor Application title was not found in manifest. Check with application vendor Cannot find Floppy wrapper library Exception in thread "listener" java.lang.UnsatisfiedLinkError: com.ami.iusb.FloppyRedir.GetLEDStatus()B at com.ami.iusb.FloppyRedir.GetLEDStatus(Native Method) at com.ami.iusb.FloppyRedir.ReadKeybdLEDStatus(FloppyRedir.java:543) at com.ami.kvm.jviewer.gui.JViewerApp.onKeybdLED(JViewerApp.java:1839) at com.ami.kvm.jviewer.kvmpkts.KVMClient.onControlMessage(KVMClient.java:292) at com.ami.kvm.jviewer.kvmpkts.CtrlReader.read(CtrlReader.java:113) at com.ami.kvm.jviewer.kvmpkts.KVMClient.onReadEvent(KVMClient.java:123) at com.ami.kvm.jviewer.communication.NWListener.run(NWListener.java:72) at java.lang.Thread.run(Thread.java:745) ---------------------- Even if I leave it for a while there's no output in the Java Console (Jviewer) windows. If I attempt to open a "Soft Keyboard" in the Java Console, I get an Exception: ----------------------- Exception in thread "AWT-EventQueue-1" 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:577) at com.ami.kvm.jviewer.gui.AutoKeyboardLayout.get_keybd_type(AutoKeyboardLayout.java:143) at com.ami.kvm.jviewer.gui.AutoKeyboardLayout.<init>(AutoKeyboardLayout.java:57) at com.ami.kvm.jviewer.gui.JVToolBar.mousePressed(JVToolBar.java:267) at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:280) at java.awt.Component.processMouseEvent(Component.java:6513) at javax.swing.JComponent.processMouseEvent(JComponent.java:3312) at java.awt.Component.processEvent(Component.java:6281) at java.awt.Container.processEvent(Container.java:2229) at java.awt.Component.dispatchEventImpl(Component.java:4872) at java.awt.Container.dispatchEventImpl(Container.java:2287) at java.awt.Component.dispatchEvent(Component.java:4698) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4489) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422) at java.awt.Container.dispatchEventImpl(Container.java:2273) at java.awt.Window.dispatchEventImpl(Window.java:2719) at java.awt.Component.dispatchEvent(Component.java:4698) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:747) at java.awt.EventQueue.access$300(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:706) at java.awt.EventQueue$3.run(EventQueue.java:704) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:77) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87) at java.awt.EventQueue$4.run(EventQueue.java:720) at java.awt.EventQueue$4.run(EventQueue.java:718) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:77) at java.awt.EventQueue.dispatchEvent(EventQueue.java:717) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138) at java.awt.EventDispatchThread.run(EventDispatchThread.java:91) ----------------------- Unfortunately I cannot test this with the Oracle java as javaws does not exist in any of the Oracle packages for arm. James