tzssangglass commented on issue #61: URL: https://github.com/apache/apisix-java-plugin-runner/issues/61#issuecomment-902755392
1. in debug mode, `APISIX_LISTEN_ADDRESS=/tmp/runner.sock` just passes a path, the `/tmp/runner.sock` file is generated by apisix-java-plugin-runner, so I suspect that volume the `/tmp/runner.sock` file is not available, you could try mounting the `/tmp` directory. 2. > ```shell > java: not found > ``` Is there no jdk in the container? I think these problems are because APISIX and apisix-java-plugin-runner are not deployed in the same instance, pls take a look at: https://github.com/apache/apisix-java-plugin-runner/blob/main/docs/en/latest/the-internal-of-apisix-java-plugin-runner.md#communication. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
