TheCase / IPMIView.app

MacOS App wrapper for Supermicro's IPMIView/iKVM java app
https://github.com/TheCase/IPMIView.app/wiki
201 stars 42 forks source link

Cannot launch KVM Console #2

Closed barad1tos closed 4 years ago

barad1tos commented 5 years ago

The app is running good but in way of starting to launch KVM Console, there is an error:

Cannot run program "./jre/Contents/Home/bin/java": error=2, No such file or directory

Скриншот 2019-08-14 14 06 58

loozhengyuan commented 4 years ago

@barad1tos Just encountered this problem as well. Did you manage to find a fix for this?

TheCase commented 4 years ago

I would inspect your jre/bin directory under your application folder:

ls -la /Applications/IPMIView.app/Resources/IPMIView/jre/bin

loozhengyuan commented 4 years ago

@TheCase Thanks for replying! The jre/bin directory is indeed present. Since it does not seem possible to change the directory (I think?), I've also tried creating symbolic links such that ls -la /Applications/IPMIView.app/Resources/IPMIView/jre/bin or ls -la /Applications/IPMIView.app/Resources/IPMIView/jre/Contents/Home/bin directories are present but this still doesn't work.

$ ls -la /Applications/IPMIView.app/Resources/IPMIView/jre/Contents/Home/bin/
total 696
drwxr-xr-x@ 13 user  admin     416 Nov 23 17:51 .
drwxr-xr-x@  8 user  admin     256 Nov 23 18:26 ..
-rwxr-xr-x@  1 user  admin    8702 Nov 23 17:51 java
-rwxr-xr-x@  1 user  admin    8821 Nov 23 17:51 jjs
-rwxr-xr-x@  1 user  admin    8821 Nov 23 17:51 keytool
-rwxr-xr-x@  1 user  admin    8885 Nov 23 17:51 orbd
-rwxr-xr-x@  1 user  admin    8821 Nov 23 17:51 pack200
-rwxr-xr-x@  1 user  admin    8821 Nov 23 17:51 policytool
-rwxr-xr-x@  1 user  admin    8821 Nov 23 17:51 rmid
-rwxr-xr-x@  1 user  admin    8821 Nov 23 17:51 rmiregistry
-rwxr-xr-x@  1 user  admin    8821 Nov 23 17:51 servertool
-rwxr-xr-x@  1 user  admin    8885 Nov 23 17:51 tnameserv
-rwxr-xr-x@  1 user  admin  233286 Nov 23 17:51 unpack200
$ ls -la /Applications/IPMIView.app/Resources/IPMIView/jre/bin/              
total 696
drwxr-xr-x@ 13 user  admin     416 Nov 23 17:51 .
drwxr-xr-x@  8 user  admin     256 Nov 23 18:26 ..
-rwxr-xr-x@  1 user  admin    8702 Nov 23 17:51 java
-rwxr-xr-x@  1 user  admin    8821 Nov 23 17:51 jjs
-rwxr-xr-x@  1 user  admin    8821 Nov 23 17:51 keytool
-rwxr-xr-x@  1 user  admin    8885 Nov 23 17:51 orbd
-rwxr-xr-x@  1 user  admin    8821 Nov 23 17:51 pack200
-rwxr-xr-x@  1 user  admin    8821 Nov 23 17:51 policytool
-rwxr-xr-x@  1 user  admin    8821 Nov 23 17:51 rmid
-rwxr-xr-x@  1 user  admin    8821 Nov 23 17:51 rmiregistry
-rwxr-xr-x@  1 user  admin    8821 Nov 23 17:51 servertool
-rwxr-xr-x@  1 user  admin    8885 Nov 23 17:51 tnameserv
-rwxr-xr-x@  1 user  admin  233286 Nov 23 17:51 unpack200
TheCase commented 4 years ago

https://github.com/TheCase/IPMIView.app/wiki/Troubleshooting

TheCase commented 4 years ago

https://github.com/TheCase/IPMIView.app/issues/5#issuecomment-570100185