jaegertracing / jaeger

CNCF Jaeger, a Distributed Tracing Platform
https://www.jaegertracing.io/
Apache License 2.0
20.19k stars 2.4k forks source link

how to run jaeger binary executable without docker #2304

Closed sanjaychakravorty closed 2 years ago

sanjaychakravorty commented 4 years ago

i have downloaded all Jaeger binaries in folder "folder_jaeger" and trying to execute like this D:\folder_jaeger\jaeger-all-in-one.exe using powershell but i am getting below error message.kindly help and provide workable solution.

jaeger-all-in-one.exe : The term 'jaeger-all-in-one.exe' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1

  • jaeger-all-in-one.exe
  • 
    + CategoryInfo          : ObjectNotFound: (jaeger-all-in-one.exe:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException
jan25 commented 4 years ago

@sanjaychakravorty Can you try jaeger-all-in-one --collector.zipkin.http-port=9411? (based on https://www.jaegertracing.io/docs/1.18/getting-started/#all-in-one)

jpkrohling commented 4 years ago

I don't think any of the maintainers have a Windows machine readily available, so, we rely on help from the wider community to reproduce and fix this.

alanisaac commented 3 years ago

This looks like a common PowerShell error to me. If you're running jaeger-all-in-one.exe and seeing this error, try prefixing it with ./:

./jaeger-all-in-one.exe

Just to make sure, I pulled down the 1.18.1 release for Windows and was able to run ./jaeger-all-in-one.exe fine on my Win10 machine.

stale[bot] commented 3 years ago

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

stale[bot] commented 2 years ago

This issue has been automatically closed due to inactivity.

SanketNeema commented 7 months ago

the following command I am using to start Jaeger without docker.

  1. .\jaeger-all-in-one --collector.zipkin.host-port=:9411 (in power shell)
  2. test I am using Postman http://localhost:14250 hit.