TheCase / IPMIView.app

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

iKVM64 not found? #17

Closed spott closed 1 year ago

spott commented 2 years ago

When attempting to launch the KVM I get a no iKVM64 in java.library.path: [.].

Not sure why it isn't being found, as there is a libiKVM64.jnilib in the directory, but I'm not familiar with Java library issues.

spott commented 2 years ago

There are a number of "solutions" to this around the internet, however, I can't figure out how they interact with this as they are frequently in other oses or using other tools (javaws for example):

Hopefully, this helps someone more knowledgable than me to figure this out.

TheCase commented 2 years ago

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

vleeuwenmenno commented 2 years ago

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

❯ java -jar IPMIView20.jar
com.supermicro.ipmi.IPMIException: Invalid data field in Request(CCh)
at com.supermicro.ipmi.IPMICommand.ccode2Exception(IPMICommand.java:35)
at com.supermicro.ipmi.IPMIOEMPortServiceCommand.getPort(IPMIOEMPortServiceCommand.java:50)
at IPMIView20.KVMATENPanel.lambda$jButton1_actionPerformed$13(KVMATENPanel.java:477)
at java.base/java.lang.Thread.run(Thread.java:833)

image

This is what I get on my macOS M1 install. Can't get to see my KVM console in any way 💢 Any ideas?

TheCase commented 2 years ago

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

If you have issues with IMPIView using this method, please contact SuperMicro support. This means the problem is related to the java application and/or your computer setup, not this wrapper.

While I would love to help out, I cannot reproduce the issue.