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
When Starting dev on remote OpenShift with a Quarkus stack, there is this error logged:
tools: ----------------------------
tools: --- Help improve Quarkus ---
tools: ----------------------------
tools: * Learn more: https://quarkus.io/usage/
tools: * Do you agree to contribute anonymous build time data to the Quarkus community? (y/n and enter)
tools: [WARNING] Failed to collect user input for analytics
tools: java.util.NoSuchElementException: No line found
tools: at java.util.Scanner.nextLine (Scanner.java:1660)
tools: at io.quarkus.maven.DevMojo.lambda$execute$0 (DevMojo.java:445)
tools: at io.quarkus.analytics.ConfigService.lambda$userAcceptance$0 (ConfigService.java:79)
tools: at java.util.concurrent.CompletableFuture$AsyncSupply.run (CompletableFuture.java:1768)
tools: at java.lang.Thread.run (Thread.java:1583)
tools: [info] [Quarkus build analytics] Didn't receive a valid user's answer: `y` or `n`. The question will be asked again next time.
Given that it is launched inside the container with quarkus:dev, i think we will neverbe able to answer to it. It would be nice to configure in away that prevents this stacktrace.
To Reproduce:
Expected behavior
no log stacktrace
Any logs, error output, screenshots etc? Provide the devfile that sees this bug, if applicable
deactivate from the devfile commands (--batch-mode? Specific option provided by Quarkus -Dquarkus.analytics.disabled=truehttps://quarkus.io/usage/#set-per-build ?)
Wondering if it might be completely deactivated in case quarkus:dev is used because I'm wondering if it won't be a problem too (in this case need to report the issue in quarkus directly)
The text was updated successfully, but these errors were encountered:
When using quarkus:dev locally after cleaning the .redhat/io.quarkus.analytics.localconfig file, the question is asked but there is no stacktrace:
----------------------------
--- Help improve Quarkus ---
----------------------------
* Learn more: https://quarkus.io/usage/
* Do you agree to contribute anonymous build time data to the Quarkus community? (y/n and enter)
[info] [Quarkus build analytics] Didn't receive the user's answer after 10 seconds. The question will be asked again next time.
apupier
added a commit
to apupier/registry
that referenced
this issue
Jul 5, 2024
Users won't have the possibility to answer to the question and we need
to keep it opt-in
fixesdevfile/api#1611
Signed-off-by: Aurélien Pupier <[email protected]>
Users won't have the possibility to answer to the question and we need
to keep it opt-in
fixesdevfile/api#1611
Signed-off-by: Aurélien Pupier <[email protected]>
/kind bug
Which area is this bug related to?
/area registry
What versions of software are you using?
Go project
Operating System and version:
Go Pkg Version:
Node.js project
Operating System and version:
Fedora
Node.js version:
Yarn version:
Project.json:
Web browser
Operating System and version:
Browser name and version:
Bug Summary
Describe the bug:
When Starting dev on remote OpenShift with a Quarkus stack, there is this error logged:
Given that it is launched inside the container with quarkus:dev, i think we will neverbe able to answer to it. It would be nice to configure in away that prevents this stacktrace.
To Reproduce:
Expected behavior
no log stacktrace
Any logs, error output, screenshots etc? Provide the devfile that sees this bug, if applicable
Additional context
Any workaround?
Suggestion on how to fix the bug
deactivate from the devfile commands (--batch-mode? Specific option provided by Quarkus
-Dquarkus.analytics.disabled=true
https://quarkus.io/usage/#set-per-build ?)Wondering if it might be completely deactivated in case quarkus:dev is used because I'm wondering if it won't be a problem too (in this case need to report the issue in quarkus directly)
The text was updated successfully, but these errors were encountered: