tzssangglass commented on issue #54: URL: https://github.com/apache/apisix-java-plugin-runner/issues/54#issuecomment-889894205
I think the java code and the apisix configuration are fine, this should be apisix not being able to access the java runner, you need to look at the apisix logs. pls take a look at: https://github.com/apache/apisix-java-plugin-runner/blob/main/docs/en/latest/how-it-works.md#run check that the below configuration is correct ``` ext-plugin: cmd: ['java', '-jar', '-Xmx4g', '-Xms4g', '/path/to/apisix-runner-bin/apisix-java-plugin-runner.jar'] ``` -- 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]
