kayx23 opened a new issue, #498:
URL: https://github.com/apache/apisix-docker/issues/498

   ## Description
   
   Following the [doc on Docker Hub](https://hub.docker.com/r/apache/apisix) to 
start APISIX in standalone mode:
   
   ```shell
   docker run -d --name apache-apisix \
     -p 9080:9080 \
     -e APISIX_STAND_ALONE=true \
     apache/apisix
   ```
   
   Observed the following logs being repeatedly generated:
   
   ```text
   2023/09/11 08:29:39 [error] 42#42: *399 [lua] config_yaml.lua:73: failed to 
fetch /usr/local/apisix/conf/apisix.yaml attributes: cannot obtain information 
from file '/usr/local/apisix/conf/apisix.yaml': No such file or directory, 
context: ngx.timer
   2023/09/11 08:29:39 [error] 45#45: *403 [lua] config_yaml.lua:73: failed to 
fetch /usr/local/apisix/conf/apisix.yaml attributes: cannot obtain information 
from file '/usr/local/apisix/conf/apisix.yaml': No such file or directory, 
context: ngx.timer
   2023/09/11 08:29:39 [error] 41#41: *407 [lua] config_yaml.lua:73: failed to 
fetch /usr/local/apisix/conf/apisix.yaml attributes: cannot obtain information 
from file '/usr/local/apisix/conf/apisix.yaml': No such file or directory, 
context: ngx.timer
   2023/09/11 08:29:40 [warn] 42#42: *6 [lua] config_yaml.lua:127: wait for 
more time, context: ngx.timer
   2023/09/11 08:29:40 [warn] 42#42: *7 [lua] config_yaml.lua:127: wait for 
more time, context: ngx.timer
   2023/09/11 08:29:40 [warn] 42#42: *8 [lua] config_yaml.lua:127: wait for 
more time, context: ngx.timer
   2023/09/11 08:29:40 [warn] 42#42: *9 [lua] config_yaml.lua:127: wait for 
more time, context: ngx.timer
   2023/09/11 08:29:40 [warn] 42#42: *10 [lua] config_yaml.lua:127: wait for 
more time, context: ngx.timer
   2023/09/11 08:29:40 [warn] 42#42: *11 [lua] config_yaml.lua:127: wait for 
more time, context: ngx.timer
   2023/09/11 08:29:40 [warn] 42#42: *12 [lua] config_yaml.lua:127: wait for 
more time, context: ngx.timer
   2023/09/11 08:29:40 [warn] 42#42: *13 [lua] config_yaml.lua:127: wait for 
more time, context: ngx.timer
   2023/09/11 08:29:40 [warn] 42#42: *14 [lua] config_yaml.lua:127: wait for 
more time, context: ngx.timer
   2023/09/11 08:29:40 [warn] 42#42: *15 [lua] config_yaml.lua:127: wait for 
more time, context: ngx.timer
   2023/09/11 08:29:40 [warn] 42#42: *16 [lua] config_yaml.lua:127: wait for 
more time, context: ngx.timer
   2023/09/11 08:29:40 [warn] 42#42: *17 [lua] config_yaml.lua:127: wait for 
more time, context: ngx.timer
   2023/09/11 08:29:40 [warn] 45#45: *20 [lua] config_yaml.lua:127: wait for 
more time, context: ngx.timer
   2023/09/11 08:29:40 [warn] 45#45: *21 [lua] config_yaml.lua:127: wait for 
more time, context: ngx.timer
   2023/09/11 08:29:40 [warn] 45#45: *22 [lua] config_yaml.lua:127: wait for 
more time, context: ngx.timer
   2023/09/11 08:29:40 [warn] 45#45: *23 [lua] config_yaml.lua:127: wait for 
more time, context: ngx.timer
   2023/09/11 08:29:40 [warn] 45#45: *24 [lua] config_yaml.lua:127: wait for 
more time, context: ngx.timer
   2023/09/11 08:29:40 [warn] 45#45: *25 [lua] config_yaml.lua:127: wait for 
more time, context: ngx.timer
   2023/09/11 08:29:40 [warn] 45#45: *26 [lua] config_yaml.lua:127: wait for 
more time, context: ngx.timer
   2023/09/11 08:29:40 [warn] 45#45: *27 [lua] config_yaml.lua:127: wait for 
more time, context: ngx.timer
   2023/09/11 08:29:40 [warn] 45#45: *28 [lua] config_yaml.lua:127: wait for 
more time, context: ngx.timer
   2023/09/11 08:29:40 [warn] 45#45: *29 [lua] config_yaml.lua:127: wait for 
more time, context: ngx.timer
   2023/09/11 08:29:40 [warn] 45#45: *30 [lua] config_yaml.lua:127: wait for 
more time, context: ngx.timer
   2023/09/11 08:29:40 [warn] 45#45: *31 [lua] config_yaml.lua:127: wait for 
more time, context: ngx.timer
   2023/09/11 08:29:40 [warn] 41#41: *34 [lua] config_yaml.lua:127: wait for 
more time, context: ngx.timer
   2023/09/11 08:29:40 [warn] 41#41: *35 [lua] config_yaml.lua:127: wait for 
more time, context: ngx.timer
   ```
   
   ## Environments
   
   * Host: debian
   * APISIX docker image: debian v3.5.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