You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/01/15 16:25:58 UTC

[GitHub] [apisix-java-plugin-runner] Origin-zhao opened a new issue #118: bug: failed to handle RPC_EXTRA_INFO: unsupported info type: 2

Origin-zhao opened a new issue #118:
URL: https://github.com/apache/apisix-java-plugin-runner/issues/118


   ### Issue description
   
   In Java Plugin Runner when   requiredBody return true Not Work 
   
    ```
       @Override
       public List<String> requiredVars() {
           return null;
       }
   
       @Override
       public Boolean requiredBody() {
           return Boolean.TRUE;
       }
   ```
   
   
   ### Environment
   
   - apisix version (cmd: `apisix version`): 2.11
   - OS (cmd: `uname -a`): docker
   - OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`):
   - etcd version, if have (cmd: run `curl http://127.0.0.1:9090/v1/server_info` to get the info from server-info API):
   - apisix-dashboard version, if have:
   - the plugin runner version, if the issue is about a plugin runner (cmd: depended on the kind of runner):
   - luarocks version, if the issue is about installation (cmd: `luarocks --version`):
   
   
   ### Steps to reproduce
   
   1. write a java runner
   2. config apisix java runner
   3. post the url
   4. print 503 Service
   
   
   ### Actual result
   
   print ok
   
   ### Error log
   
   [error] 66#66: *1511 [lua] init.lua:689: phase_func(): failed to handle RPC_EXTRA_INFO: unsupported info type: 2
   
   ### Expected result
   
   _No response_


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-java-plugin-runner] limerence-zou commented on issue #118: bug: failed to handle RPC_EXTRA_INFO: unsupported info type: 2

Posted by GitBox <gi...@apache.org>.
limerence-zou commented on issue #118:
URL: https://github.com/apache/apisix-java-plugin-runner/issues/118#issuecomment-1017039051


   I meet the same problem.
   when release this week's repair ?  qaq


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-java-plugin-runner] tzssangglass commented on issue #118: bug: failed to handle RPC_EXTRA_INFO: unsupported info type: 2

Posted by GitBox <gi...@apache.org>.
tzssangglass commented on issue #118:
URL: https://github.com/apache/apisix-java-plugin-runner/issues/118#issuecomment-1014559557


   > That means java plugin v0.2.0 just works with APISIX v2.12.0 well?
   
   yes


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-java-plugin-runner] tzssangglass closed issue #118: bug: failed to handle RPC_EXTRA_INFO: unsupported info type: 2

Posted by GitBox <gi...@apache.org>.
tzssangglass closed issue #118:
URL: https://github.com/apache/apisix-java-plugin-runner/issues/118


   


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-java-plugin-runner] tzssangglass commented on issue #118: bug: failed to handle RPC_EXTRA_INFO: unsupported info type: 2

Posted by GitBox <gi...@apache.org>.
tzssangglass commented on issue #118:
URL: https://github.com/apache/apisix-java-plugin-runner/issues/118#issuecomment-1014090974


   OK, I checked, it must work well with the latest version of APISIX.
   
    APISIX v2.12.0 is being released this week, and after it is released, let's modify here: https://github.com/apache/apisix-java-plugin-runner#version-matrix


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-java-plugin-runner] dingliang5218 commented on issue #118: bug: failed to handle RPC_EXTRA_INFO: unsupported info type: 2

Posted by GitBox <gi...@apache.org>.
dingliang5218 commented on issue #118:
URL: https://github.com/apache/apisix-java-plugin-runner/issues/118#issuecomment-1014219144


   That means java plugin v0.2.0 just works with APISIX v2.12.0 well?


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org