Skip to content

Cannot run program error

Bryan Casey edited this page Jan 2, 2020 · 4 revisions

This is the solution for the Cannot run program "./jre/Contents/Home/bin/java": error=2, No such file or directory error when you try to launch a KVM console:

cd /Applications/IPMIView.app/Resources/IPMIView
mkdir -p Contents/Home
cd Contents/Home
ln -s /usr/bin

But, most likely this will only trade that error for another:

“libiKVM64.jnilib” cannot be opened because the developer cannot be verified." Press Cancel (NOT Move to Trash!!!)

At which point you can open System Preferences -> Security & Privacy -> General Tab and click Allow Anyway next to the message about the jnlilib that was blocked.

At this point you can try the "Launch KVM Console" button. You should be presented with another dialog about developer verification. Click the 'Open' button.

This will trigger another denial window. Repeat the approval process for each jnlilib in the Security Preference Pane.

Clone this wiki locally