Hi All,
I faced an issue on accessing IPMI on ubuntu 11.10. On launching java .jnlp file I am getting error message as below and got disconnected
"no iKVM64 in java.library.path on SuperMicro IP KVM"
I faced an issue on accessing IPMI on ubuntu 11.10. On launching java .jnlp file I am getting error message as below and got disconnected
"no iKVM64 in java.library.path on SuperMicro IP KVM"
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"/>
No comments:
Post a Comment