mayunSaicmotor opened a new issue, #284:
URL: https://github.com/apache/apisix-java-plugin-runner/issues/284

   ### Issue description
   
   
   I run the apisix in docker
   <img width="1707" alt="image" 
src="https://github.com/apache/apisix-java-plugin-runner/assets/22955377/fc33b537-d982-4190-9a0e-a7c72eb9046e";>
   
   the apisix config as below
   <img width="952" alt="image" 
src="https://github.com/apache/apisix-java-plugin-runner/assets/22955377/4828eae6-f40b-446b-b4c2-cc375184a6b2";>
   
   the docker-compose.yml  as below
   <img width="1006" alt="image" 
src="https://github.com/apache/apisix-java-plugin-runner/assets/22955377/d24536e2-e898-4311-a1de-c05ecef3350c";>
   
   my java plugin application.yaml as below
   <img width="1082" alt="image" 
src="https://github.com/apache/apisix-java-plugin-runner/assets/22955377/a90e5a43-675f-4243-9d54-6ac6c1f38da0";>
   
   
   I use the command "docker exec -it 8d1e345a9659 /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 &
   
   
   I create the route and try to access the interface but show error
   <img width="1622" alt="image" 
src="https://github.com/apache/apisix-java-plugin-runner/assets/22955377/68be5157-d6e4-4213-9ce1-df28033808ef";>
   
   I see the apisix log as below
   <img width="1693" alt="image" 
src="https://github.com/apache/apisix-java-plugin-runner/assets/22955377/7b80b58c-635e-4781-92c2-4065bbfa3742";>
   
   
   ### which step or configuration is wrong?
   
   
   
   
   
   
   ### Environment
   linux  centos
   * your apisix-java-plugin-runner 0.4.0
   


-- 
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]

Reply via email to