You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Caused by: java.lang.ClassNotFoundException: jnr.unixsocket.UnixSocket
at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:445)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:587)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
... 13 more
Bug description
Native failure:
Issue is caused by the azure native configuration, see Azure/azure-sdk-for-java#38186
Reproducer: https://github.com/JiriOndrusek/azure-mongodb-native-failure-reproducer
Execute ./mvnw package -Dnative to simulate the error.
(Project is created automatically by https://code.quarkus.io/?e=mongodb-client&e=org.apache.camel.quarkus%3Acamel-quarkus-azure-storage-queue without any change)
Workaround is to add dependency
com.github:jnr-unixsocket
.The text was updated successfully, but these errors were encountered: