manusa / helm-java

Helm client for Java
https://www.marcnuri.com
Apache License 2.0
20 stars 9 forks source link

wrong ELF class: ELFCLASS32 on raspberry pi os lite 64bit #209

Open TimoBuechert opened 3 days ago

TimoBuechert commented 3 days ago

Hi! I am trying to run a spring boot app with the latest helm-java (0.0.13) on a raspberrypi running Raspberry Pi OS Lite 64 bit. Sadly, the call to helm fails with the following message:

Caused by: java.lang.UnsatisfiedLinkError: Unable to load library '/tmp/helm-java16438086015481545622/helm-linux-arm64.so': /tmp/helm-java16438086015481545622/helm-linux-arm64.so: wrong ELF class: ELFCLASS32

When running the app with helm-java 0.0.9 it works.

Do i need to upgrade other dependencies for the latest helm-java to be compatible?

Thanks very much! Best, Timo

manusa commented 3 days ago

Hi! I am trying to run a spring boot app with the latest helm-java (0.0.13) on a raspberrypi running Raspberry Pi OS Lite 64 bit.

Wow, I really didn't expect anyone to be using this on a Raspberry, that's really cool :smile:

You mention it was working in 0.0.9, have you checked on 0.0.10 and subsequent? it would be helpful to identify where things started to fail, it might be due to a Go dependency.

manusa commented 3 days ago

Might be related to https://github.com/techknowlogick/xgo/issues/256

TimoBuechert commented 8 hours ago

Thanks! At the moment it is still more of a research project 😄 I'll try the subsequent versions and let you know. Thanks for getting back to me!