kwu130 commented on issue #10999: URL: https://github.com/apache/apisix/issues/10999#issuecomment-1980502545
> > > i think you shoud start grpc-web plugin, because A6 module in this plugin. > > > > > > how can i start grpc-web plugin? i only use `apisix init` and `apisix start` commonds after installed apisix, but produce that error when i then use `apisix quit` commond. > > you can update conf.yaml,then restart apisix. > > ```yaml > plugins: > - grpc-web > ``` i have updated conf.yaml as you said, but this error still exists. my conf.yaml as follows ```# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # # If you want to set the specified configuration value, you can set the new # in this file. For example if you want to specify the etcd address: # # deployment: # role: traditional # role_traditional: # config_provider: etcd # etcd: # host: # - http://127.0.0.1:2379 # # To configure via environment variables, you can use `${{VAR}}` syntax. For instance: # # deployment: # role: traditional # role_traditional: # config_provider: etcd # etcd: # host: # - http://${{ETCD_HOST}}:2379 # # And then run `export ETCD_HOST=$your_host` before `make init`. # # If the configured environment variable can't be found, an error will be thrown. # # Also, If you want to use default value when the environment variable not set, # Use `${{VAR:=default_value}}` instead. For instance: # # deployment: # role: traditional # role_traditional: # config_provider: etcd # etcd: # host: # - http://${{ETCD_HOST:=localhost}}:2379 # # This will find environment variable `ETCD_HOST` first, and if it's not exist it will use `localhost` as default value. # deployment: role: traditional role_traditional: config_provider: etcd admin: admin_key: - name: admin key: 123456 # using fixed API token has security risk, please update it when you deploy to production environment role: admin nginx_config: worker_processes: 1 plugins: - grpc-web ``` and this full error as follows ```2024/03/06 17:54:11 [warn] 3466#3466: *2 [lua] plugin.lua:202: load(): new plugins: {"grpc-web":true}, context: init_worker_by_lua* 2024/03/06 17:54:11 [warn] 3466#3466: *2 [lua] plugin.lua:252: load_stream(): new plugins: {"mqtt-proxy":true,"limit-conn":true,"syslog":true,"ip-restriction":true}, context: init_worker_by_lua* 2024/03/06 17:54:11 [error] 3466#3466: init_worker_by_lua error: /usr/local/apisix/apisix/plugins/ext-plugin/init.lua:19: module 'A6.Method' not found: no field package.preload['A6.Method'] no file '/usr/local/apisix//deps/share/lua/5.1/A6/Method.lua' no file '/usr/local/apisix//deps/share/lua/5.1/A6/Method/init.lua' no file '/usr/local/apisix/A6/Method.lua' no file '/usr/local/apisix/A6/Method/init.lua' no file '/usr/local/openresty/site/lualib/A6/Method.ljbc' no file '/usr/local/openresty/site/lualib/A6/Method/init.ljbc' no file '/usr/local/openresty/lualib/A6/Method.ljbc' no file '/usr/local/openresty/lualib/A6/Method/init.ljbc' no file '/usr/local/openresty/site/lualib/A6/Method.lua' no file '/usr/local/openresty/site/lualib/A6/Method/init.lua' no file '/usr/local/openresty/lualib/A6/Method.lua' no file '/usr/local/openresty/lualib/A6/Method/init.lua' no file './A6/Method.lua' no file '/usr/local/openresty/luajit/share/luajit-2.1/A6/Method.lua' no file '/usr/local/share/lua/5.1/A6/Method.lua' no file '/usr/local/share/lua/5.1/A6/Method/init.lua' no file '/usr/local/openresty/luajit/share/lua/5.1/A6/Method.lua' no file '/usr/local/openresty/luajit/share/lua/5.1/A6/Method/init.lua' no file './A6/Method.lua' no file '/usr/local/openresty/luajit/share/luajit-2.1/A6/Method.lua' no file '/usr/local/share/lua/5.1/A6/Method.lua' no file '/usr/local/share/lua/5.1/A6/Method/init.lua' no file '/usr/local/openresty/luajit/share/lua/5.1/A6/Method.lua' no file '/usr/local/openresty/luajit/share/lua/5.1/A6/Method/init.lua' no file '/usr/local/openresty/site/lualib/A6/Method.ljbc' no file '/usr/local/openresty/site/lualib/A6/Method/init.ljbc' no file '/usr/local/openresty/lualib/A6/Method.ljbc' no file '/usr/local/openresty/lualib/A6/Method/init.ljbc' no file '/usr/local/openresty/site/lualib/A6/Method.lua' no file '/usr/local/openresty/site/lualib/A6/Method/init.lua' no file '/usr/local/openresty/lualib/A6/Method.lua' no file '/usr/local/openresty/lualib/A6/Method/init.lua' no file './A6/Method.lua' no file '/usr/local/openresty/luajit/share/luajit-2.1/A6/Method.lua' no file '/usr/local/share/lua/5.1/A6/Method.lua' no file '/usr/local/share/lua/5.1/A6/Method/init.lua' no file '/usr/local/openresty/luajit/share/lua/5.1/A6/Method.lua' no file '/usr/local/openresty/luajit/share/lua/5.1/A6/Method/init.lua' no file '/usr/local/apisix//deps/lib64/lua/5.1/A6/Method.so' no file '/usr/local/apisix//deps/lib/lua/5.1/A6/Method.so' no file '/usr/local/openresty/site/lualib/A6/Method.so' no file '/usr/local/openresty/lualib/A6/Method.so' no file './A6/Method.so' no file '/usr/local/lib/lua/5.1/A6/Method.so' no file '/usr/local/openresty/luajit/lib/lua/5.1/A6/Method.so' no file '/usr/local/lib/lua/5.1/loadall.so' no file './A6/Method.so' no file '/usr/local/lib/lua/5.1/A6/Method.so' no file '/usr/local/openresty/luajit/lib/lua/5.1/A6/Method.so' no file '/usr/local/lib/lua/5.1/loadall.so' no file '/usr/local/apisix//deps/lib64/lua/5.1/A6.so' no file '/usr/local/apisix//deps/lib/lua/5.1/A6.so' no file '/usr/local/openresty/site/lualib/A6.so' no file '/usr/local/openresty/lualib/A6.so' no file './A6.so' no file '/usr/local/lib/lua/5.1/A6.so' no file '/usr/local/openresty/luajit/lib/lua/5.1/A6.so' no file '/usr/local/lib/lua/5.1/loadall.so' no file './A6.so' no file '/usr/local/lib/lua/5.1/A6.so' no file '/usr/local/openresty/luajit/lib/lua/5.1/A6.so' no file '/usr/local/lib/lua/5.1/loadall.so' stack traceback: [C]: in function 'require' /usr/local/apisix/apisix/plugins/ext-plugin/init.lua:19: in main chunk [C]: in function 'require' /usr/local/apisix/apisix/init.lua:157: in function 'http_init_worker' init_worker_by_lua(nginx.conf:147):2: in main chunk 2024/03/06 17:54:11 [warn] 3466#3466: *32 [lua] config_etcd.lua:168: main etcd watcher started, revision=54, context: ngx.timer``` -- 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]
