-
Notifications
You must be signed in to change notification settings - Fork 97
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
help request: I try to run java plugin with debug model,but failed #286
Comments
error logs
|
I tried to remove the socket.file from the spring boot application.yml and restart apisix. it still failed with another error.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Issue description
I run the apisix in docker
[root@cloudpark-test ~]# docker ps
the apisix config as below
the docker-compose.yml as below
my java plugin application.yaml as below
I use the command "docker exec -it 8fa47e223cf5 /bin/bash " login docker and run the below java command, the java plugin is up
in the docker container.
nohup /jdk17/bin/java --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.math=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED -jar -DAPISIX_LISTEN_ADDRESS=unix:/tmp/runner.sock -DAPISIX_CONF_EXPIRE_TIME=3600 /path/to/dubbo-plugin-0.0.1-SNAPSHOT-exec.jar > a.log &
which step or configuration is wrong?
Environment
apisix version
):3.7.0uname -a
):linux centosopenresty -V
ornginx -V
):curl http://127.0.0.1:9090/v1/server_info
):luarocks --version
):The text was updated successfully, but these errors were encountered: