wodingyang commented on issue #149: URL: https://github.com/apache/apisix-java-plugin-runner/issues/149#issuecomment-1161106513
1. apisix instance and apisix-java-plugin-runner instance are deployed in the same environment 2.not used docker 3. jdk version = 18 At 2022-06-21 10:06:37, "tzssangglass" ***@***.***> wrote: step1: install apisix-2.14.1 for centos7 step2: prepare the apisix-java-plugin-runner:0.2.0 package step3: modify confing.yaml: ext-plugin:cmd: ['java', '-jar', '-Xmx4g', '-Xms4g', '/usr/local/apisix/custom_plugin/apisix-runner-bin/apisix-java-plugin-runner.jar'] step4: run apisix instance It looks like there is no problem with this step. What needs to be confirmed is. deploy so that apisix and apisix-java-plugin-runner are deployed in the same environment (don't have one of them deployed in docker) check the JDK version, >= 11 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: ***@***.***> -- 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]
