-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: Stand-alone mode init error ,so work error #1584
Comments
use etcd is well done |
what is your error message you got? |
the question has resolve because the rpm package has bug ### after installed, must delete path/deps/share/lua/5.1/apisix avoid plugins conflict........ |
detail log: 2020/05/21 13:34:07 [error] 19580#19580: *1455 [lua] config_yaml.lua:169: failed to check item data of [routes] err:failed to create lock: dictionary not found ,val: {"uri":"/hello","upstream":{"nodes":{"127.0.0.1:1980":1},"type":"roundrobin"}}, context: ngx.timer |
why we must delete |
old issue. @andyindr if you still have this issue with the latest APISIX, feel free to reopen this issue |
Issue description
use Stand-alone mode
but init error
Environment
apisix version
):apisix:1.2
Minimal test code / Steps to reproduce the issue
config.yaml:
config_center: yaml
apisix.yaml :
routes:
#END
What's the actual result? (including assertion message & call stack if applicable)
error.log
2020/05/13 11:18:55 [error] 8877#8877: *3 [lua] config_yaml.lua:169: failed to check item data of [routes] err:failed to create lock: dictionary not found ,val: {"uri":"/hello","upstream":{"nodes":{"127.0.0.1:1980":1},"type":"roundrobin"}}, context: ngx.timer
What's the expected result?
Stand-alone mode can work in 1.2
The text was updated successfully, but these errors were encountered: