-
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 mode not working in 1.4.1.Final #8891
Labels
kind/bug
Something isn't working
Milestone
Comments
Oh, my mistake - it does seem like the the |
Also if you rollback to quarkus 1.3.2 you'll see that the native binary will work |
Will take a look, thanks |
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Apr 28, 2020
geoand
added a commit
that referenced
this issue
Apr 28, 2020
Fix issue with reading resources containing spaces
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
May 1, 2020
gwenneg
pushed a commit
to gwenneg/quarkus
that referenced
this issue
May 2, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
As discussed in zulip chat I'm not able to run my application in
native mode
after migrating to quarkus 1.4.1.Final.The native binary is generated but when I run the application, nothing happens.
Expected behavior
The application should start and accept requests at localhost:8080
Actual behavior
Nothing happens when we run the native binary.
The application works normally in JVM mode.
To Reproduce
Steps to reproduce the behavior, just run the following commands:
Console output
Following are console logs:
Screenshots
(If applicable, add screenshots to help explain your problem.)
Environment (please complete the following information):
Same happens with Java 11 and graalvm-ce-java11-19.3.1
Additional context
I noted that the generated binary is much smaller than the one generated by v1.3.2, around 25MB against 100MB in the previous version.
The text was updated successfully, but these errors were encountered: