no iKVM64 in java.library.path on SuperMicro IP KVM

since I upgraded to ubuntu 11.10 connecting a IPMI console to SuperMicro servers fails with the error message “no iKVM64 in java.library.path”.

A workaround for this problem is to download the .jnlp file and open it with an editor. Copy the two lines stated below, taken from the <resources> entry, to the corresponding <resources os=”Linux” arch=”amd64″> entry. Then start the file with java webstart.

<property name="jnlp.packEnabled" value="true"/>
<property name="jnlp.versionEnabled" value="true"/>

Leave a Comment