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 09:36:37 UTC

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

Origin-zhao opened a new issue #6117:
URL: https://github.com/apache/apisix/issues/6117


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