Skip to content
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

how to run jaeger binary executable without docker #2304

Closed
sanjaychakravorty opened this issue Jun 23, 2020 · 7 comments
Closed

how to run jaeger binary executable without docker #2304

sanjaychakravorty opened this issue Jun 23, 2020 · 7 comments
Labels
help wanted Features that maintainers are willing to accept but do not have cycles to implement needs-info The ticket does not contain sufficient information stale The issue/PR has become stale and may be auto-closed wontfix

Comments

@sanjaychakravorty
Copy link

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
Copy link
Contributor

jan25 commented Jul 19, 2020

@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 jpkrohling added needs-info The ticket does not contain sufficient information hacktoberfest help wanted Features that maintainers are willing to accept but do not have cycles to implement and removed needs-triage labels Sep 10, 2020
@jpkrohling
Copy link
Contributor

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
Copy link

alanisaac commented Oct 19, 2020

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
Copy link

stale bot commented Dec 19, 2020

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 stale bot added the wontfix label Dec 19, 2020
@stale
Copy link

stale bot commented Jan 9, 2022

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 stale bot added the stale The issue/PR has become stale and may be auto-closed label Jan 9, 2022
@stale
Copy link

stale bot commented Apr 16, 2022

This issue has been automatically closed due to inactivity.

@stale stale bot closed this as completed Apr 16, 2022
@SanketNeema
Copy link

SanketNeema commented Feb 7, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Features that maintainers are willing to accept but do not have cycles to implement needs-info The ticket does not contain sufficient information stale The issue/PR has become stale and may be auto-closed wontfix
Projects
None yet
Development

No branches or pull requests

5 participants