Dr. Christian Kohlschütter
Dr. Christian Kohlschütter
junixsocket 2.10.0 has been released. Please verify and re-open if necessary. Thanks again for reporting , @cenodis !
I just had a very similar issue with an XFS-based setup, getting almost the same error messages. It turned out that my system was missing the "xfs_admin" command, which is...
Adding jstack log from vanilla 4.31.0 [jstack1.log](https://github.com/eclipse-platform/eclipse.platform.swt/files/14623440/jstack1.log)
Try this ``` MAVEN_OPTS="--add-opens=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \ --add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED \ --add-opens=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED \ --add-opens=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED" \ mvn clean install -DskipSigning ```
Thanks for reporting! This looks like a very early failure of loading the native shared library, which is very unexpected. Which GraalVM version do you use to build the native-image?...
@knutwannheden This could be due to a GraalVM issue with resource: URLs. Please definitely re-try with the latest GraalVM and report back. Thanks!
@knutwannheden I have tried to reproduce your bug with `graalvm-jdk-17.0.9+11.1` (on macOS aarch64) but couldn't. It would be very helpful if you share your setup.
Closing due to inactivity. Please test again, and re-open if necessary.
The native library could not be loaded. Please check the full stack trace ("caused by"); the messages will tell you about the places where it's been looking for the native...