-
Notifications
You must be signed in to change notification settings - Fork 210
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
[BUG] Jaeger Hotrod demo does not work #2273
Comments
Hi @derangeer, Thanks for reporting this. I was able to reproduce the same error when I ran the
|
i am also facing same, any solution ? |
In the docker-compose you could change the |
As mentioned by @fridgepoet, updating the docker image to |
I am still seeing this issue, although with a slightly different error message. I see a repeating of:
|
@beachwood23 : that looks like your server uses a certificate that is either self-signed or signed by a CA that is not in your keychain. |
Thanks @t1 , much appreciated. I am not defining any certificate myself. I believe the example is defining its own certificate from the
Is it possible that this Or is there some other setup step that I can add to the README? Cheers. Update: I see that the certificate should still be valid, for another 7 years.
Still looking into why the provided certificate is causing issues. |
I haven't been able to debug the certificates issue. I am not sure which part is going wrong there. I have tried to set this up without using any security at all, and am seeing a different failed port connection:
|
I started getting the following recently: What worked is for me is replacing The other replacement still seems necessary, too: #2273 (comment) (@beachwood23 I suspect this was your problem) |
I am getting this connection refused error when trying to use the demo app as well. |
|
|
Describe the bug
data-prepper/examples/jaeger-hotrod does not work
no traces in Kibana
and error in logs
2023/02/14 12:00:26 Post "http://localhost:14268/api/traces": dial tcp 127.0.0.1:14268: connect: connection refused
To Reproduce
Screenshots
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: