-
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
In some context, NoSuchElementException: No line found
error thrown from telemetry
#42058
Comments
cc @brunobat |
This is just a harmless warning it can be avoided altogether by placing the following file: {"disabled":false} This way analytics will be on and user input will not be requested, therefore speeding up the application startup. |
In the context the error is hit, it is using the ubi (Universal Base Image). I do not think that we should put this kind of file in this image. And if we place it, we must set I think a good solution is to provide a nicer message instead of a stacktrace. |
There was a nicer message: |
@maxandersen triage/backport* labels may not be added to an issue. Please add them to the corresponding pull request. This message is automatically generated by a bot. |
this should be backported if possbile |
Describe the bug
It can be reproduced when using the devfile from the devfile registry and starting the remote dev
see devfile/api#1611
Expected behavior
no stacktrace
Actual behavior
there is a stacktrace logged:
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
I wasn't able to reproduce with a local build devfile/api#1611 (comment)
The text was updated successfully, but these errors were encountered: