-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Quarkus CLI version 999-SNAPSHOT fails to update applications on Windows #46639
Comments
/cc @ebullient (cli), @maxandersen (cli) |
Do you have something useful in |
I have already deleted OpenStack instance before I realized that I should add that. But no, IMHO it wasn't useful at all, it was Maven log that run |
I can create a new instance tomorrow and re-run it, but IMO you will just see it when you try it and it can't be fixed without trying it so... anyway, if you want it, let me know. |
Your best bet is to adjust: Lines 142 to 154 in ebbf1a1
From what I can see, the only way to get this error is to have the command failing so I think we need to get more information to undestand why it's suddenly failing. |
I am preping a PR to:
Then you can give it another try. |
Ok: #46653 |
Isn't |
It would be also very good to have a Windows machine(s) for upstream experiments :) |
Describe the bug
I use Quarkus CLI to update my applications, on Windows, my applications can't be updated with Quarkus CLI v999-SNAPSHOT, but it works with other Quarkus CLI versions like 3.19.1. Applications seems to be updated, but whole process fails anyway. See also #46308.
Expected behavior
No failures, no errors, same as with older Quarkus CLI versions.
Actual behavior
Update results in following failure:
How to Reproduce?
Steps to reproduce the behavior:
Or you can see failures if you use the jar directly:
Output of
uname -a
orver
Windows Server 2019, Microsoft Windows Server 2022
Output of
java -version
Temurin 21
Quarkus version or git rev
999-SNAPSHOT
Build tool (ie. output of
mvnw --version
orgradlew --version
)Maven 3.9.9
Additional information
cc @ia3andy
The text was updated successfully, but these errors were encountered: