Advertisement
Guest User

konga+kong error

a guest
Jul 31st, 2021
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. P\kong-konga-example> docker network create kong-net
  2. c4876c033baa277744458e5e68bfb6232e5ee990155b89e5286de8409fbeed04
  3. PS \kong-konga-example> docker-compose up
  4. WARNING: The Docker Engine you're using is running in swarm mode.
  5.  
  6. Compose does not use swarm mode to deploy services to multiple nodes in a swarm. All containers will be scheduled on the current node.
  7.  
  8. To deploy your application across the swarm, use `docker stack deploy`.
  9.  
  10. Creating volume "kong-konga-example_persist_volume" with default driver
  11. Creating kong-konga-example_kong_1 ... done
  12. Creating kong-konga-example_db_1   ... done
  13. Creating kong-konga-example_konga_1           ... done
  14. Creating kong-konga-example_kong-migrations_1 ... done
  15. Attaching to kong-konga-example_kong_1, kong-konga-example_db_1, kong-konga-example_kong-migrations_1, kong-konga-example_konga_1
  16. db_1               | The files belonging to this database system will be owned by user "postgres".
  17. db_1               | This user must also own the server process.
  18. db_1               |
  19. db_1               | The database cluster will be initialized with locale "en_US.utf8".
  20. db_1               | The default database encoding has accordingly been set to "UTF8".
  21. db_1               | The default text search configuration will be set to "english".
  22. db_1               |
  23. db_1               | Data page checksums are disabled.
  24. db_1               |
  25. db_1               | fixing permissions on existing directory /var/lib/postgresql/data ... ok
  26. db_1               | creating subdirectories ... ok
  27. db_1               | selecting default max_connections ... 100
  28. db_1               | selecting default shared_buffers ... 128MB
  29. db_1               | selecting default timezone ... Etc/UTC
  30. db_1               | selecting dynamic shared memory implementation ... posix
  31. db_1               | creating configuration files ... ok
  32. db_1               | running bootstrap script ... ok
  33. db_1               | performing post-bootstrap initialization ... ok
  34. db_1               | syncing data to disk ... ok
  35. db_1               |
  36. db_1               | WARNING: enabling "trust" authentication for local connections
  37. db_1               | You can change this by editing pg_hba.conf or using the option -A, or
  38. db_1               | --auth-local and --auth-host, the next time you run initdb.
  39. db_1               |
  40. db_1               | Success. You can now start the database server using:
  41. db_1               |
  42. db_1               |     pg_ctl -D /var/lib/postgresql/data -l logfile start
  43. db_1               |
  44. db_1               | waiting for server to start....LOG:  could not bind IPv6 socket: Cannot assign requested address
  45. db_1               | HINT:  Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
  46. db_1               | LOG:  database system was shut down at 2021-07-31 12:40:55 UTC
  47. db_1               | LOG:  MultiXact member wraparound protections are now enabled
  48. db_1               | LOG:  autovacuum launcher started
  49. db_1               | LOG:  database system is ready to accept connections
  50. db_1               |  done
  51. db_1               | server started
  52. db_1               | ALTER ROLE
  53. db_1               |
  54. db_1               | CREATE ROLE
  55. db_1               | CREATE ROLE
  56. db_1               | CREATE DATABASE
  57. db_1               |
  58. db_1               | CREATE DATABASE
  59. db_1               |
  60. db_1               |
  61. db_1               | /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*
  62. db_1               |
  63. db_1               | LOG:  received fast shutdown request
  64. db_1               | waiting for server to shut down...LOG:  aborting any active transactions
  65. db_1               | .LOG:  autovacuum launcher shutting down
  66. db_1               | LOG:  shutting down
  67. db_1               | LOG:  database system is shut down
  68. db_1               |  done
  69. db_1               | server stopped
  70. db_1               |
  71. db_1               | PostgreSQL init process complete; ready for start up.
  72. db_1               |
  73. db_1               | LOG:  database system was shut down at 2021-07-31 12:40:57 UTC
  74. db_1               | LOG:  MultiXact member wraparound protections are now enabled
  75. db_1               | LOG:  autovacuum launcher started
  76. db_1               | LOG:  database system is ready to accept connections
  77. kong_1             | 2021/07/31 12:40:54 [warn] 1#0: the "user" directive makes sense only if the master process runs with super-user privileges, ignored in /usr/local/kong/nginx.conf:6
  78. kong_1             | nginx: [warn] the "user" directive makes sense only if the master process runs with super-user privileges, ignored in /usr/local/kong/nginx.conf:6
  79. kong_1             | 2021/07/31 12:40:54 [error] 1#0: init_by_lua error: /usr/local/share/lua/5.1/kong/init.lua:472: [PostgreSQL error] failed to retrieve PostgreSQL server_version_num: connection refused
  80. kong_1             | stack traceback:
  81. kong_1             |    [C]: in function 'assert'
  82. kong_1             |    /usr/local/share/lua/5.1/kong/init.lua:472: in function 'init'
  83. kong_1             |    init_by_lua:3: in main chunk
  84. kong_1             | nginx: [error] init_by_lua error: /usr/local/share/lua/5.1/kong/init.lua:472: [PostgreSQL error] failed to retrieve PostgreSQL server_version_num: connection refused
  85. kong_1             | stack traceback:
  86. kong_1             |    [C]: in function 'assert'
  87. kong_1             |    /usr/local/share/lua/5.1/kong/init.lua:472: in function 'init'
  88. kong_1             |    init_by_lua:3: in main chunk
  89. konga_1            | Using postgres DB Adapter.
  90. konga_1            | Database exists. Continue...
  91. konga_1            | debug: Hook:api_health_checks:process() called
  92. konga_1            | debug: Hook:health_checks:process() called
  93. konga_1            | debug: Hook:start-scheduled-snapshots:process() called
  94. konga_1            | debug: Hook:upstream_health_checks:process() called
  95. konga_1            | debug: Hook:user_events_hook:process() called
  96. konga_1            | debug: Seeding User...
  97. konga_1            | debug: User seed planted
  98. konga_1            | debug: Seeding Kongnode...
  99. konga_1            | debug: Kongnode seed planted
  100. konga_1            | debug: Seeding Emailtransport...
  101. konga_1            | debug: Emailtransport seed planted
  102. kong-konga-example_kong_1 exited with code 1
  103. konga_1            | debug: -------------------------------------------------------
  104. konga_1            | debug: :: Sat Jul 31 2021 12:40:59 GMT+0000 (Coordinated Universal Time)
  105. konga_1            | debug: Environment : development
  106. konga_1            | debug: Host        : 0.0.0.0
  107. konga_1            | debug: Port        : 1337
  108. konga_1            | debug: -------------------------------------------------------
  109. kong_1             | 2021/07/31 12:41:01 [warn] 1#0: the "user" directive makes sense only if the master process runs with super-user privileges, ignored in /usr/local/kong/nginx.conf:6
  110. kong_1             | nginx: [warn] the "user" directive makes sense only if the master process runs with super-user privileges, ignored in /usr/local/kong/nginx.conf:6
  111. kong_1             | 2021/07/31 12:41:01 [error] 1#0: init_by_lua error: /usr/local/share/lua/5.1/kong/cmd/utils/migrations.lua:16: Database needs bootstrapping or is older than Kong 1.0.
  112. kong_1             |
  113. kong_1             | To start a new installation from scratch, run 'kong migrations bootstrap'.
  114. kong_1             |
  115. kong_1             | To migrate from a version older than 1.0, migrated to Kong 1.5.0 first.
  116. kong_1             | If you still have 'apis' entities, you can convert them to Routes and Services
  117. kong_1             | using the 'kong migrations migrate-apis' command in Kong 1.5.0.
  118. kong_1             |
  119. kong_1             |
  120. kong_1             | stack traceback:
  121. kong_1             |    [C]: in function 'error'
  122. kong_1             |    /usr/local/share/lua/5.1/kong/cmd/utils/migrations.lua:16: in function 'check_state'
  123. kong_1             |    /usr/local/share/lua/5.1/kong/init.lua:475: in function 'init'
  124. kong_1             |    init_by_lua:3: in main chunk
  125. kong_1             | nginx: [error] init_by_lua error: /usr/local/share/lua/5.1/kong/cmd/utils/migrations.lua:16: Database needs bootstrapping or is older than Kong 1.0.
  126. kong_1             |
  127. kong_1             | To start a new installation from scratch, run 'kong migrations bootstrap'.
  128. kong_1             |
  129. kong_1             | To migrate from a version older than 1.0, migrated to Kong 1.5.0 first.
  130. kong_1             | If you still have 'apis' entities, you can convert them to Routes and Services
  131. kong_1             | using the 'kong migrations migrate-apis' command in Kong 1.5.0.
  132. kong_1             |
  133. kong_1             |
  134. kong_1             | stack traceback:
  135. kong_1             |    [C]: in function 'error'
  136. kong_1             |    /usr/local/share/lua/5.1/kong/cmd/utils/migrations.lua:16: in function 'check_state'
  137. kong_1             |    /usr/local/share/lua/5.1/kong/init.lua:475: in function 'init'
  138. kong_1             |    init_by_lua:3: in main chunk
  139. kong_1             | 2021/07/31 12:41:05 [warn] 1#0: the "user" directive makes sense only if the master process runs with super-user privileges, ignored in /usr/local/kong/nginx.conf:6
  140. kong_1             | nginx: [warn] the "user" directive makes sense only if the master process runs with super-user privileges, ignored in /usr/local/kong/nginx.conf:6
  141. kong_1             | 2021/07/31 12:41:05 [error] 1#0: init_by_lua error: /usr/local/share/lua/5.1/kong/cmd/utils/migrations.lua:16: Database needs bootstrapping or is older than Kong 1.0.
  142. kong_1             |
  143. kong_1             | To start a new installation from scratch, run 'kong migrations bootstrap'.
  144. kong_1             |
  145. kong_1             | To migrate from a version older than 1.0, migrated to Kong 1.5.0 first.
  146. kong_1             | If you still have 'apis' entities, you can convert them to Routes and Services
  147. kong_1             | using the 'kong migrations migrate-apis' command in Kong 1.5.0.
  148. kong_1             |
  149. kong_1             |
  150. kong_1             | stack traceback:
  151. kong_1             |    [C]: in function 'error'
  152. kong_1             |    /usr/local/share/lua/5.1/kong/cmd/utils/migrations.lua:16: in function 'check_state'
  153. kong_1             |    /usr/local/share/lua/5.1/kong/init.lua:475: in function 'init'
  154. kong_1             |    init_by_lua:3: in main chunk
  155. kong_1             | nginx: [error] init_by_lua error: /usr/local/share/lua/5.1/kong/cmd/utils/migrations.lua:16: Database needs bootstrapping or is older than Kong 1.0.
  156. kong_1             |
  157. kong_1             | To start a new installation from scratch, run 'kong migrations bootstrap'.
  158. kong_1             |
  159. kong_1             | To migrate from a version older than 1.0, migrated to Kong 1.5.0 first.
  160. kong_1             | If you still have 'apis' entities, you can convert them to Routes and Services
  161. kong_1             | using the 'kong migrations migrate-apis' command in Kong 1.5.0.
  162. kong_1             |
  163. kong_1             |
  164. kong_1             | stack traceback:
  165. kong_1             |    [C]: in function 'error'
  166. kong_1             |    /usr/local/share/lua/5.1/kong/cmd/utils/migrations.lua:16: in function 'check_state'
  167. kong_1             |    /usr/local/share/lua/5.1/kong/init.lua:475: in function 'init'
  168. kong_1             |    init_by_lua:3: in main chunk
  169. kong-konga-example_kong_1 exited with code 1
  170. kong-migrations_1  | 2021/07/31 12:41:08 [verbose] Kong: 2.5.0
  171. kong-migrations_1  | 2021/07/31 12:41:08 [verbose] no config file found at /etc/kong/kong.conf
  172. kong-migrations_1  | 2021/07/31 12:41:08 [verbose] no config file found at /etc/kong.conf
  173. kong-migrations_1  | 2021/07/31 12:41:08 [verbose] no config file, skip loading
  174. kong-migrations_1  | 2021/07/31 12:41:08 [verbose] prefix in use: /usr/local/kong
  175. kong-migrations_1  | 2021/07/31 12:41:08 [verbose] preparing nginx prefix directory at /usr/local/kong
  176. kong-migrations_1  | 2021/07/31 12:41:08 [verbose] SSL enabled on
  177. kong-migrations_1  | 2021/07/31 12:41:08 [verbose] generating /usr/local/kong/ssl/kong-default.crt SSL certificate (
  178. kong-migrations_1  | 2021/07/31 12:41:08 [verbose] generating /usr/local/kong/ssl/kong-default-ecdsa.crt SSL certificate (
  179. kong-migrations_1  | 2021/07/31 12:41:08 [verbose] SSL enabled on
  180. kong-migrations_1  | 2021/07/31 12:41:08 [verbose] generating /usr/local/kong/ssl/admin-kong-default.crt SSL certificate (
  181. kong-migrations_1  | 2021/07/31 12:41:08 [verbose] generating /usr/local/kong/ssl/admin-kong-default-ecdsa.crt SSL certificate (
  182. kong-migrations_1  | 2021/07/31 12:41:08 [verbose] retrieving database schema state...
  183. kong-migrations_1  | 2021/07/31 12:41:08 [verbose] schema state retrieved
  184. kong-migrations_1  | 2021/07/31 12:41:08 [info] Bootstrapping database...
  185. kong-migrations_1  | 2021/07/31 12:41:08 [info] migrating core on database 'db_kong'...
  186. kong-migrations_1  | 2021/07/31 12:41:09 [info] core migrated up to: 000_base (executed)
  187. kong-migrations_1  | 2021/07/31 12:41:09 [info] core migrated up to: 003_100_to_110 (executed)
  188. kong-migrations_1  | 2021/07/31 12:41:09 [info] core migrated up to: 004_110_to_120 (executed)
  189. kong-migrations_1  | 2021/07/31 12:41:09 [info] core migrated up to: 005_120_to_130 (executed)
  190. kong-migrations_1  | 2021/07/31 12:41:09 [info] core migrated up to: 006_130_to_140 (executed)
  191. kong-migrations_1  | 2021/07/31 12:41:09 [info] core migrated up to: 007_140_to_150 (executed)
  192. kong-migrations_1  | 2021/07/31 12:41:09 [info] core migrated up to: 008_150_to_200 (executed)
  193. kong-migrations_1  | 2021/07/31 12:41:09 [info] core migrated up to: 009_200_to_210 (executed)
  194. kong-migrations_1  | 2021/07/31 12:41:09 [info] core migrated up to: 010_210_to_211 (executed)
  195. kong-migrations_1  | 2021/07/31 12:41:09 [info] core migrated up to: 011_212_to_213 (executed)
  196. kong-migrations_1  | 2021/07/31 12:41:09 [info] core migrated up to: 012_213_to_220 (executed)
  197. kong-migrations_1  | 2021/07/31 12:41:09 [info] core migrated up to: 013_220_to_230 (executed)
  198. kong-migrations_1  | 2021/07/31 12:41:09 [info] migrating acl on database 'db_kong'...
  199. kong-migrations_1  | 2021/07/31 12:41:09 [info] acl migrated up to: 000_base_acl (executed)
  200. kong-migrations_1  | 2021/07/31 12:41:09 [info] acl migrated up to: 002_130_to_140 (executed)
  201. kong-migrations_1  | 2021/07/31 12:41:09 [info] acl migrated up to: 003_200_to_210 (executed)
  202. kong-migrations_1  | 2021/07/31 12:41:09 [info] acl migrated up to: 004_212_to_213 (executed)
  203. kong-migrations_1  | 2021/07/31 12:41:09 [info] migrating acme on database 'db_kong'...
  204. kong-migrations_1  | 2021/07/31 12:41:09 [info] acme migrated up to: 000_base_acme (executed)
  205. kong-migrations_1  | 2021/07/31 12:41:09 [info] migrating basic-auth on database 'db_kong'...
  206. kong-migrations_1  | 2021/07/31 12:41:09 [info] basic-auth migrated up to: 000_base_basic_auth (executed)
  207. kong-migrations_1  | 2021/07/31 12:41:09 [info] basic-auth migrated up to: 002_130_to_140 (executed)
  208. kong-migrations_1  | 2021/07/31 12:41:09 [info] basic-auth migrated up to: 003_200_to_210 (executed)
  209. kong-migrations_1  | 2021/07/31 12:41:09 [info] migrating bot-detection on database 'db_kong'...
  210. kong-migrations_1  | 2021/07/31 12:41:09 [info] bot-detection migrated up to: 001_200_to_210 (executed)
  211. kong-migrations_1  | 2021/07/31 12:41:09 [info] migrating hmac-auth on database 'db_kong'...
  212. kong-migrations_1  | 2021/07/31 12:41:09 [info] hmac-auth migrated up to: 000_base_hmac_auth (executed)
  213. kong-migrations_1  | 2021/07/31 12:41:09 [info] hmac-auth migrated up to: 002_130_to_140 (executed)
  214. kong-migrations_1  | 2021/07/31 12:41:09 [info] hmac-auth migrated up to: 003_200_to_210 (executed)
  215. kong-migrations_1  | 2021/07/31 12:41:09 [info] migrating ip-restriction on database 'db_kong'...
  216. kong-migrations_1  | 2021/07/31 12:41:09 [info] ip-restriction migrated up to: 001_200_to_210 (executed)
  217. kong-migrations_1  | 2021/07/31 12:41:09 [info] migrating jwt on database 'db_kong'...
  218. kong-migrations_1  | 2021/07/31 12:41:09 [info] jwt migrated up to: 000_base_jwt (executed)
  219. kong-migrations_1  | 2021/07/31 12:41:09 [info] jwt migrated up to: 002_130_to_140 (executed)
  220. kong-migrations_1  | 2021/07/31 12:41:09 [info] jwt migrated up to: 003_200_to_210 (executed)
  221. kong-migrations_1  | 2021/07/31 12:41:09 [info] migrating key-auth on database 'db_kong'...
  222. kong-migrations_1  | 2021/07/31 12:41:09 [info] key-auth migrated up to: 000_base_key_auth (executed)
  223. kong-migrations_1  | 2021/07/31 12:41:09 [info] key-auth migrated up to: 002_130_to_140 (executed)
  224. kong-migrations_1  | 2021/07/31 12:41:09 [info] key-auth migrated up to: 003_200_to_210 (executed)
  225. kong-migrations_1  | 2021/07/31 12:41:09 [info] migrating oauth2 on database 'db_kong'...
  226. kong-migrations_1  | 2021/07/31 12:41:09 [info] oauth2 migrated up to: 000_base_oauth2 (executed)
  227. kong-migrations_1  | 2021/07/31 12:41:09 [info] oauth2 migrated up to: 003_130_to_140 (executed)
  228. kong-migrations_1  | 2021/07/31 12:41:09 [info] oauth2 migrated up to: 004_200_to_210 (executed)
  229. kong-migrations_1  | 2021/07/31 12:41:09 [info] oauth2 migrated up to: 005_210_to_211 (executed)
  230. kong-migrations_1  | 2021/07/31 12:41:09 [info] migrating rate-limiting on database 'db_kong'...
  231. kong-migrations_1  | 2021/07/31 12:41:09 [info] rate-limiting migrated up to: 000_base_rate_limiting (executed)
  232. kong-migrations_1  | 2021/07/31 12:41:09 [info] rate-limiting migrated up to: 003_10_to_112 (executed)
  233. kong-migrations_1  | 2021/07/31 12:41:09 [info] rate-limiting migrated up to: 004_200_to_210 (executed)
  234. kong-migrations_1  | 2021/07/31 12:41:09 [info] migrating response-ratelimiting on database 'db_kong'...
  235. kong-migrations_1  | 2021/07/31 12:41:09 [info] response-ratelimiting migrated up to: 000_base_response_rate_limiting (executed)
  236. kong-migrations_1  | 2021/07/31 12:41:09 [info] migrating session on database 'db_kong'...
  237. kong-migrations_1  | 2021/07/31 12:41:09 [info] session migrated up to: 000_base_session (executed)
  238. kong-migrations_1  | 2021/07/31 12:41:09 [info] session migrated up to: 001_add_ttl_index (executed)
  239. kong-migrations_1  | 2021/07/31 12:41:09 [info] 41 migrations processed
  240. kong-migrations_1  | 2021/07/31 12:41:09 [info] 41 executed
  241. kong-migrations_1  | 2021/07/31 12:41:09 [info] Database is up-to-date
  242. kong-konga-example_kong-migrations_1 exited with code 0
  243. kong_1             | 2021/07/31 12:41:12 [warn] 1#0: the "user" directive makes sense only if the master process runs with super-user privileges, ignored in /usr/local/kong/nginx.conf:6
  244. kong_1             | nginx: [warn] the "user" directive makes sense only if the master process runs with super-user privileges, ignored in /usr/local/kong/nginx.conf:6
  245. kong_1             | 2021/07/31 12:41:12 [notice] 1#0: using the "epoll" event method
  246. kong_1             | 2021/07/31 12:41:12 [notice] 1#0: openresty/1.19.3.2
  247. kong_1             | 2021/07/31 12:41:12 [notice] 1#0: built by gcc 10.3.1 20210424 (Alpine 10.3.1_git20210424)
  248. kong_1             | 2021/07/31 12:41:12 [notice] 1#0: OS: Linux 5.10.43.3-microsoft-standard-WSL2
  249. kong_1             | 2021/07/31 12:41:12 [notice] 1#0: getrlimit(RLIMIT_NOFILE): 1048576:1048576
  250. kong_1             | 2021/07/31 12:41:12 [notice] 1#0: start worker processes
  251. kong_1             | 2021/07/31 12:41:12 [notice] 1#0: start worker process 24
  252. kong_1             | 2021/07/31 12:41:12 [notice] 1#0: start worker process 25
  253. kong_1             | 2021/07/31 12:41:12 [notice] 1#0: start worker process 26
  254. kong_1             | 2021/07/31 12:41:12 [notice] 1#0: start worker process 27
  255. kong_1             | 2021/07/31 12:41:12 [notice] 1#0: start worker process 28
  256. kong_1             | 2021/07/31 12:41:12 [notice] 1#0: start worker process 29
  257. kong_1             | 2021/07/31 12:41:12 [notice] 1#0: start worker process 30
  258. kong_1             | 2021/07/31 12:41:12 [notice] 1#0: start worker process 31
  259. kong_1             | 2021/07/31 12:41:12 [notice] 1#0: start worker process 32
  260. kong_1             | 2021/07/31 12:41:12 [notice] 1#0: start worker process 33
  261. kong_1             | 2021/07/31 12:41:12 [notice] 1#0: start worker process 34
  262. kong_1             | 2021/07/31 12:41:12 [notice] 1#0: start worker process 35
  263. kong_1             | 2021/07/31 12:41:12 [notice] 1#0: start worker process 36
  264. kong_1             | 2021/07/31 12:41:12 [notice] 1#0: start worker process 37
  265. kong_1             | 2021/07/31 12:41:12 [notice] 1#0: start worker process 38
  266. kong_1             | 2021/07/31 12:41:12 [notice] 1#0: start worker process 39
  267. kong_1             | 2021/07/31 12:41:12 [notice] 24#0: *1 [lua] warmup.lua:92: single_dao(): Preloading 'services' into the core_cache..., context: init_worker_by_lua*
  268. kong_1             | 2021/07/31 12:41:12 [notice] 25#0: *3 [kong] init.lua:290 only worker #0 can manage, context: init_worker_by_lua*
  269. kong_1             | 2021/07/31 12:41:12 [notice] 33#0: *9 [kong] init.lua:290 only worker #0 can manage, context: init_worker_by_lua*
  270. kong_1             | 2021/07/31 12:41:12 [notice] 26#0: *2 [kong] init.lua:290 only worker #0 can manage, context: init_worker_by_lua*
  271. kong_1             | 2021/07/31 12:41:12 [notice] 29#0: *6 [kong] init.lua:290 only worker #0 can manage, context: init_worker_by_lua*
  272. kong_1             | 2021/07/31 12:41:12 [notice] 32#0: *8 [kong] init.lua:290 only worker #0 can manage, context: init_worker_by_lua*
  273. kong_1             | 2021/07/31 12:41:12 [notice] 24#0: *1 [lua] warmup.lua:129: single_dao(): finished preloading 'services' into the core_cache (in 0ms), context: init_worker_by_lua*
  274. kong_1             | 2021/07/31 12:41:12 [notice] 30#0: *7 [kong] init.lua:290 only worker #0 can manage, context: init_worker_by_lua*
  275. kong_1             | 2021/07/31 12:41:12 [notice] 36#0: *13 [kong] init.lua:290 only worker #0 can manage, context: init_worker_by_lua*
  276. kong_1             | 2021/07/31 12:41:12 [notice] 28#0: *4 [kong] init.lua:290 only worker #0 can manage, context: init_worker_by_lua*
  277. kong_1             | 2021/07/31 12:41:12 [notice] 27#0: *5 [kong] init.lua:290 only worker #0 can manage, context: init_worker_by_lua*
  278. kong_1             | 2021/07/31 12:41:12 [notice] 35#0: *12 [kong] init.lua:290 only worker #0 can manage, context: init_worker_by_lua*
  279. kong_1             | 2021/07/31 12:41:12 [notice] 37#0: *14 [kong] init.lua:290 only worker #0 can manage, context: init_worker_by_lua*
  280. kong_1             | 2021/07/31 12:41:12 [notice] 34#0: *11 [kong] init.lua:290 only worker #0 can manage, context: init_worker_by_lua*
  281. kong_1             | 2021/07/31 12:41:12 [notice] 38#0: *15 [kong] init.lua:290 only worker #0 can manage, context: init_worker_by_lua*
  282. kong_1             | 2021/07/31 12:41:12 [notice] 39#0: *16 [kong] init.lua:290 only worker #0 can manage, context: init_worker_by_lua*
  283. kong_1             | 2021/07/31 12:41:12 [notice] 31#0: *10 [kong] init.lua:290 only worker #0 can manage, context: init_worker_by_lua*
  284. kong_1             | 2021/07/31 12:41:17 [crit] 38#0: *33 [lua] balancer.lua:826: create_balancers(): failed loading initial list of upstreams: failed to get from node cache: could not acquire callback lock: timeout, context: ngx.timer
  285. kong_1             | 2021/07/31 12:41:17 [crit] 33#0: *20 [lua] balancer.lua:826: create_balancers(): failed loading initial list of upstreams: failed to get from node cache: could not acquire callback lock: timeout, context: ngx.timer
  286. kong_1             | 2021/07/31 12:41:17 [crit] 36#0: *25 [lua] balancer.lua:826: create_balancers(): failed loading initial list of upstreams: failed to get from node cache: could not acquire callback lock: timeout, context: ngx.timer
  287. kong_1             | 2021/07/31 12:41:17 [crit] 35#0: *28 [lua] balancer.lua:826: create_balancers(): failed loading initial list of upstreams: failed to get from node cache: could not acquire callback lock: timeout, context: ngx.timer
  288. kong_1             | 2021/07/31 12:41:17 [crit] 30#0: *21 [lua] balancer.lua:826: create_balancers(): failed loading initial list of upstreams: failed to get from node cache: could not acquire callback lock: timeout, context: ngx.timer
  289. kong_1             | 2021/07/31 12:41:17 [crit] 24#0: *27 [lua] balancer.lua:826: create_balancers(): failed loading initial list of upstreams: failed to get from node cache: could not acquire callback lock: timeout, context: ngx.timer
  290. kong_1             | 2021/07/31 12:41:17 [crit] 32#0: *23 [lua] balancer.lua:826: create_balancers(): failed loading initial list of upstreams: failed to get from node cache: could not acquire callback lock: timeout, context: ngx.timer
  291. kong_1             | 2021/07/31 12:41:17 [crit] 31#0: *30 [lua] balancer.lua:826: create_balancers(): failed loading initial list of upstreams: failed to get from node cache: could not acquire callback lock: timeout, context: ngx.timer
  292. kong_1             | 2021/07/31 12:41:17 [crit] 34#0: *31 [lua] balancer.lua:826: create_balancers(): failed loading initial list of upstreams: failed to get from node cache: could not acquire callback lock: timeout, context: ngx.timer
  293. kong_1             | 2021/07/31 12:41:17 [crit] 27#0: *29 [lua] balancer.lua:826: create_balancers(): failed loading initial list of upstreams: failed to get from node cache: could not acquire callback lock: timeout, context: ngx.timer
  294. kong_1             | 2021/07/31 12:41:17 [crit] 29#0: *22 [lua] balancer.lua:826: create_balancers(): failed loading initial list of upstreams: failed to get from node cache: could not acquire callback lock: timeout, context: ngx.timer
  295. kong_1             | 2021/07/31 12:41:17 [crit] 28#0: *26 [lua] balancer.lua:826: create_balancers(): failed loading initial list of upstreams: failed to get from node cache: could not acquire callback lock: timeout, context: ngx.timer
  296. kong_1             | 2021/07/31 12:41:17 [crit] 37#0: *32 [lua] balancer.lua:826: create_balancers(): failed loading initial list of upstreams: failed to get from node cache: could not acquire callback lock: timeout, context: ngx.timer
  297. kong_1             | 2021/07/31 12:41:17 [crit] 39#0: *34 [lua] balancer.lua:826: create_balancers(): failed loading initial list of upstreams: failed to get from node cache: could not acquire callback lock: timeout, context: ngx.timer
  298. kong_1             | 2021/07/31 12:41:17 [crit] 26#0: *24 [lua] balancer.lua:826: create_balancers(): failed loading initial list of upstreams: failed to get from node cache: could not acquire callback lock: timeout, context: ngx.timer
  299. db_1               | FATAL:  database "konguser" does not exist
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement