From owner-freebsd-java@freebsd.org Wed Nov 30 11:57:36 2016 Return-Path: Delivered-To: freebsd-java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5DC89C5D676 for ; Wed, 30 Nov 2016 11:57:36 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 19E1F11E8 for ; Wed, 30 Nov 2016 11:57:35 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id ACB9F2845A; Wed, 30 Nov 2016 12:57:33 +0100 (CET) Received: from illbsd.quip.test (ip-86-49-16-209.net.upcbroadband.cz [86.49.16.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 85DA928471; Wed, 30 Nov 2016 12:57:32 +0100 (CET) Subject: Re: Supermicro IPMIView KVM doesn't work To: Steven Hartland , freebsd-java@freebsd.org References: <583EB847.4060701@quip.cz> <1768d907-29b8-1b23-8d16-b89afee2f95e@multiplay.co.uk> From: Miroslav Lachman <000.fbsd@quip.cz> Message-ID: <583EBEAC.2040600@quip.cz> Date: Wed, 30 Nov 2016 12:57:32 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:42.0) Gecko/20100101 Firefox/42.0 SeaMonkey/2.39 MIME-Version: 1.0 In-Reply-To: <1768d907-29b8-1b23-8d16-b89afee2f95e@multiplay.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Nov 2016 11:57:36 -0000 Steven Hartland wrote on 2016/11/30 12:41: > Does this help: > https://www.hackerway.ch/2013/01/28/how-to-resolve-no-ikvm64-in-java-library-path-error-ubuntu-x64-12-04-lts/ Thank you for this link but unfortunately this doesn't help - still "no iKVM64 in >> java.library.path". I don't understand java internals so I don't know if this iKVM64 is something provided by Supermicro IPMI or if it should be installed by FreeBSD openjdk. > On 30/11/2016 11:30, Miroslav Lachman wrote: >> Is somebody there using Supermirco remote management with java based >> KVM (ATEN Java iKVM Viewer throught browser plugin Icedtea) or >> IPMIView Java application? >> >> Browser based never worked for me. I always get "no iKVM64 in >> java.library.path" >> >> IPMIView worked on some older version of FreeBSD / Java. But I >> upgraded my desktop to FreeBSD 10.3 + openjdk8-8.92.14_3 this summer >> and it doesn't work anymore. Application itself works, I can login to >> any Supermicro servers, read health status, monitoring, network >> settings but KVM does nothing. Doesn't open a window, doesn't show >> errors etc. >> >> How can I track the problem and make it work again? >> This is the only thing I need to run Windows in VirtualBox if I need >> to fix some problems on remote servers. It is annoying. >> >> If somebody is interested - IPMIView >> ftp://ftp.supermicro.nl/utility/IPMIView/Linux/ >> >> Miroslav Lachman