-
Notifications
You must be signed in to change notification settings - Fork 203
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
❌ fork/exec /root/.dapr/bin/daprd: no such file or directory #974
Comments
@sharadregoti |
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity occurs. Thank you for your contributions. |
Shall we close this due to inactivity? /cc @mukundansundar |
closing due to this issue not being reproducible. Please open a new issue if this issue persists. @sharadregoti |
happened to me now |
Expected Behavior
Launch a Dapr sidecar that will listen on port 3500 for a blank application named myapp:
Actual Behavior
As per the getting started docs, After running
dapr init
. I had to run this commanddapr run --app-id myapp --dapr-http-port 3500
But the above step failed.
There are multiple behaviours that i want to highlight
dapr
commands directlydapr
command just gets stuck on the terminal. I have to press ctrl + c to exitsudo
After running this command
sudo dapr run --app-id myapp --dapr-http-port 3500
I got this output
sudo dapr run --app-id myapp --dapr-http-port 3500 --components-path /home/sharad/.dapr/components/
But then i got this error
Steps to Reproduce the Problem
dapr init
The above command result with the following output
Export the path as specified in the logs
export PATH=$PATH:/home/sharad/.dapr/bin
Run the dapr run command
dapr run --app-id myapp --dapr-http-port 3500
Dapr Version
OS: Windows 10, wsl2
The text was updated successfully, but these errors were encountered: