-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Native Image Build fails after upgrade to 3.2.3.Final #35289
Comments
Can you attach a reproducer? |
Hmmm, the same NPE seems to have appeared before, see apache/camel-quarkus#5006 (comment). Can you try Foivos' suggestion to that issue apache/camel-quarkus#5006 (comment)? Bear in mind the specific details Foivos provides there, in the context of apache/camel-quarkus#5006 (comment). |
FYI @zakkak |
The build passes sometime after adding the native image arg Args = -H:+RunReachabilityHandlersConcurrently. This is very inconsistent |
@sreekanth-pricer Ok. As rightly noted by @gastaldi, we would need a reproducer to better understand why the workaround from @zakkak is not fully working in your case. |
I suspect it could be because of the google dependencies we use . I have the below ones. The interesting part is it succeeds when i re run the same build few times. |
A reproducer is needed. |
Closing for lack of feedback |
Describe the bug
The native image build is failed when it is built using jib and always gives the below error. Works well when i downgrade to 3.0.3 Final.
Expected behavior
The native image should be built.
Actual behavior
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
17
GraalVM version (if different from Java)
No response
Quarkus version or git rev
3.2.3.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)gradle 8.2
Additional information
No response
The text was updated successfully, but these errors were encountered: