Replies: 1 comment
-
A bit late, but for users landing here in the future you can have a look at https://quarkus.io/guides/native-reference#i-get-a-analysiserrorparsingerror-when-building-a-native-executable-due-to-an-unresolvedelementexception-what-can-i-do |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm new on Quarkus. I'm trying to migrate a SpringBoot project to Quarkus. When I try to build a native image with Graal VM, I get the following error:
My project uses quarkus-resteasy and I'm trying to build my native image with GraalVM CE 21.0.0.2 (build 11.0.10+8-jvmci-21.0-b06, mixed mode, sharing).
Has anyone encountered this error before?
The application can be viewed here: https://gitlab.com/henixdevelopment/open-source/opentestfactory/java-plugins/-/tree/26-perf-study-replace-springboot-by-quarkus The service I'm trying to build is otf-robot-framework-interpreter. Has anyone encountered this error before?
Thanks in advance !
Beta Was this translation helpful? Give feedback.
All reactions