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

request help: connect() to unix:/usr/local/apisix/conf/apisix-1.sock failed (2: No such file or directory), client: #160

Open
dnmyGo opened this issue May 28, 2024 · 1 comment

Comments

@dnmyGo
Copy link

dnmyGo commented May 28, 2024

Issue description

apisix deploy by docker
start :
docker run -d --name apisix --cpus 8 --memory 16G --network host -v /home/work/apisix/gateway-plugin:/usr/local/apisix/apisix-plugin-runner -v /home/work/apisix/config.yaml:/usr/local/apisix/conf/config.yaml -v /home/work/apisix/logs:/usr/local/apisix/logs -v /etc/localtime:/etc/localtime apache/apisix:latest

Execute make build to generate a new go runner executable program,than replace the old go-runner ,restart apisix
finally err !

image

Environment

  • APISIX Go Plugin Runner's version:
  • APISIX version:
  • Go version:
  • OS (cmd: uname -a):
@fzj55
Copy link

fzj55 commented Jul 24, 2024

You should make sure that your configuration is correct, whether there is ext-plugin related configuration in config, if you are in debug mode:
You can refer config:
ext-plugin:
path_for_test: /tmp/runner.sock

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants