Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2021
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.75 KB | None | 0 0
  1. PS C:\Users\Mishk\Documents\ASTC\kong-konga-example> ./start.sh
  2. PS C:\Users\Mishk\Documents\ASTC\kong-konga-example> docker-compose logs -f
  3. Attaching to kong-konga-example_kong-migrations_1, kong-konga-example_db_1
  4. db_1 | The files belonging to this database system will be owned by user "postgres".
  5. db_1 | This user must also own the server process.
  6. db_1 |
  7. db_1 | The database cluster will be initialized with locale "en_US.utf8".
  8. db_1 | The default database encoding has accordingly been set to "UTF8".
  9. db_1 | The default text search configuration will be set to "english".
  10. db_1 |
  11. db_1 | Data page checksums are disabled.
  12. db_1 |
  13. db_1 | fixing permissions on existing directory /var/lib/postgresql/data ... ok
  14. db_1 | creating subdirectories ... ok
  15. db_1 | selecting default max_connections ... 100
  16. db_1 | selecting default shared_buffers ... 128MB
  17. db_1 | selecting default timezone ... Etc/UTC
  18. db_1 | selecting dynamic shared memory implementation ... posix
  19. db_1 | creating configuration files ... ok
  20. db_1 | running bootstrap script ... ok
  21. db_1 | performing post-bootstrap initialization ... ok
  22. db_1 | syncing data to disk ... ok
  23. db_1 |
  24. db_1 | WARNING: enabling "trust" authentication for local connections
  25. db_1 | You can change this by editing pg_hba.conf or using the option -A, or
  26. db_1 | --auth-local and --auth-host, the next time you run initdb.
  27. db_1 |
  28. db_1 | Success. You can now start the database server using:
  29. db_1 |
  30. db_1 | pg_ctl -D /var/lib/postgresql/data -l logfile start
  31. db_1 |
  32. db_1 | waiting for server to start....LOG: could not bind IPv6 socket: Cannot assign requested address
  33. db_1 | HINT: Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
  34. db_1 | LOG: database system was shut down at 2021-08-02 17:46:31 UTC
  35. db_1 | LOG: MultiXact member wraparound protections are now enabled
  36. db_1 | LOG: autovacuum launcher started
  37. db_1 | LOG: database system is ready to accept connections
  38. db_1 | done
  39. db_1 | server started
  40. db_1 | ALTER ROLE
  41. db_1 |
  42. db_1 | CREATE ROLE
  43. db_1 | CREATE ROLE
  44. db_1 | CREATE DATABASE
  45. db_1 |
  46. db_1 | CREATE DATABASE
  47. db_1 |
  48. db_1 |
  49. db_1 | /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*
  50. db_1 |
  51. db_1 | waiting for server to shut down....LOG: received fast shutdown request
  52. db_1 | LOG: aborting any active transactions
  53. db_1 | LOG: autovacuum launcher shutting down
  54. db_1 | LOG: shutting down
  55. db_1 | LOG: database system is shut down
  56. db_1 | done
  57. db_1 | server stopped
  58. db_1 |
  59. db_1 | PostgreSQL init process complete; ready for start up.
  60. db_1 |
  61. db_1 | LOG: database system was shut down at 2021-08-02 17:46:33 UTC
  62. db_1 | LOG: MultiXact member wraparound protections are now enabled
  63. db_1 | LOG: autovacuum launcher started
  64. db_1 | LOG: database system is ready to accept connections
  65. kong-migrations_1 | 2021/08/02 17:46:41 [verbose] Kong: 2.5.0
  66. kong-migrations_1 | 2021/08/02 17:46:41 [verbose] no config file found at /etc/kong/kong.conf
  67. kong-migrations_1 | 2021/08/02 17:46:41 [verbose] no config file found at /etc/kong.conf
  68. kong-migrations_1 | 2021/08/02 17:46:41 [verbose] no config file, skip loading
  69. kong-migrations_1 | 2021/08/02 17:46:41 [verbose] prefix in use: /usr/local/kong
  70. kong-migrations_1 | 2021/08/02 17:46:41 [verbose] preparing nginx prefix directory at /usr/local/kong
  71. kong-migrations_1 | 2021/08/02 17:46:41 [verbose] SSL enabled on
  72. kong-migrations_1 | 2021/08/02 17:46:41 [verbose] generating /usr/local/kong/ssl/kong-default.crt SSL certificate (
  73. kong-migrations_1 | 2021/08/02 17:46:41 [verbose] generating /usr/local/kong/ssl/kong-default-ecdsa.crt SSL certificate (
  74. kong-migrations_1 | 2021/08/02 17:46:41 [verbose] SSL enabled on
  75. kong-migrations_1 | 2021/08/02 17:46:41 [verbose] generating /usr/local/kong/ssl/admin-kong-default.crt SSL certificate (
  76. kong-migrations_1 | 2021/08/02 17:46:41 [verbose] generating /usr/local/kong/ssl/admin-kong-default-ecdsa.crt SSL certificate (
  77. kong-migrations_1 | 2021/08/02 17:46:41 [verbose] retrieving database schema state...
  78. kong-migrations_1 | 2021/08/02 17:46:41 [verbose] schema state retrieved
  79. kong-migrations_1 | 2021/08/02 17:46:41 [info] Bootstrapping database...
  80. kong-migrations_1 | 2021/08/02 17:46:41 [info] migrating core on database 'db_kong'...
  81. kong-migrations_1 | 2021/08/02 17:46:41 [info] core migrated up to: 000_base (executed)
  82. kong-migrations_1 | 2021/08/02 17:46:41 [info] core migrated up to: 003_100_to_110 (executed)
  83. kong-migrations_1 | 2021/08/02 17:46:41 [info] core migrated up to: 004_110_to_120 (executed)
  84. kong-migrations_1 | 2021/08/02 17:46:41 [info] core migrated up to: 005_120_to_130 (executed)
  85. kong-migrations_1 | 2021/08/02 17:46:41 [info] core migrated up to: 006_130_to_140 (executed)
  86. kong-migrations_1 | 2021/08/02 17:46:41 [info] core migrated up to: 007_140_to_150 (executed)
  87. kong-migrations_1 | 2021/08/02 17:46:41 [info] core migrated up to: 008_150_to_200 (executed)
  88. kong-migrations_1 | 2021/08/02 17:46:41 [info] core migrated up to: 009_200_to_210 (executed)
  89. kong-migrations_1 | 2021/08/02 17:46:41 [info] core migrated up to: 010_210_to_211 (executed)
  90. kong-migrations_1 | 2021/08/02 17:46:41 [info] core migrated up to: 011_212_to_213 (executed)
  91. kong-migrations_1 | 2021/08/02 17:46:41 [info] core migrated up to: 012_213_to_220 (executed)
  92. kong-migrations_1 | 2021/08/02 17:46:41 [info] core migrated up to: 013_220_to_230 (executed)
  93. kong-migrations_1 | 2021/08/02 17:46:41 [info] migrating acl on database 'db_kong'...
  94. kong-migrations_1 | 2021/08/02 17:46:41 [info] acl migrated up to: 000_base_acl (executed)
  95. kong-migrations_1 | 2021/08/02 17:46:41 [info] acl migrated up to: 002_130_to_140 (executed)
  96. kong-migrations_1 | 2021/08/02 17:46:41 [info] acl migrated up to: 003_200_to_210 (executed)
  97. kong-migrations_1 | 2021/08/02 17:46:41 [info] acl migrated up to: 004_212_to_213 (executed)
  98. kong-migrations_1 | 2021/08/02 17:46:41 [info] migrating acme on database 'db_kong'...
  99. kong-migrations_1 | 2021/08/02 17:46:41 [info] acme migrated up to: 000_base_acme (executed)
  100. kong-migrations_1 | 2021/08/02 17:46:41 [info] migrating basic-auth on database 'db_kong'...
  101. kong-migrations_1 | 2021/08/02 17:46:41 [info] basic-auth migrated up to: 000_base_basic_auth (executed)
  102. kong-migrations_1 | 2021/08/02 17:46:41 [info] basic-auth migrated up to: 002_130_to_140 (executed)
  103. kong-migrations_1 | 2021/08/02 17:46:41 [info] basic-auth migrated up to: 003_200_to_210 (executed)
  104. kong-migrations_1 | 2021/08/02 17:46:41 [info] migrating bot-detection on database 'db_kong'...
  105. kong-migrations_1 | 2021/08/02 17:46:41 [info] bot-detection migrated up to: 001_200_to_210 (executed)
  106. kong-migrations_1 | 2021/08/02 17:46:41 [info] migrating hmac-auth on database 'db_kong'...
  107. kong-migrations_1 | 2021/08/02 17:46:41 [info] hmac-auth migrated up to: 000_base_hmac_auth (executed)
  108. kong-migrations_1 | 2021/08/02 17:46:41 [info] hmac-auth migrated up to: 002_130_to_140 (executed)
  109. kong-migrations_1 | 2021/08/02 17:46:41 [info] hmac-auth migrated up to: 003_200_to_210 (executed)
  110. kong-migrations_1 | 2021/08/02 17:46:41 [info] migrating ip-restriction on database 'db_kong'...
  111. kong-migrations_1 | 2021/08/02 17:46:41 [info] ip-restriction migrated up to: 001_200_to_210 (executed)
  112. kong-migrations_1 | 2021/08/02 17:46:41 [info] migrating jwt on database 'db_kong'...
  113. kong-migrations_1 | 2021/08/02 17:46:41 [info] jwt migrated up to: 000_base_jwt (executed)
  114. kong-migrations_1 | 2021/08/02 17:46:42 [info] jwt migrated up to: 002_130_to_140 (executed)
  115. kong-migrations_1 | 2021/08/02 17:46:42 [info] jwt migrated up to: 003_200_to_210 (executed)
  116. kong-migrations_1 | 2021/08/02 17:46:42 [info] migrating key-auth on database 'db_kong'...
  117. kong-migrations_1 | 2021/08/02 17:46:42 [info] key-auth migrated up to: 000_base_key_auth (executed)
  118. kong-migrations_1 | 2021/08/02 17:46:42 [info] key-auth migrated up to: 002_130_to_140 (executed)
  119. kong-migrations_1 | 2021/08/02 17:46:42 [info] key-auth migrated up to: 003_200_to_210 (executed)
  120. kong-migrations_1 | 2021/08/02 17:46:42 [info] migrating oauth2 on database 'db_kong'...
  121. kong-migrations_1 | 2021/08/02 17:46:42 [info] oauth2 migrated up to: 000_base_oauth2 (executed)
  122. kong-migrations_1 | 2021/08/02 17:46:42 [info] oauth2 migrated up to: 003_130_to_140 (executed)
  123. kong-migrations_1 | 2021/08/02 17:46:42 [info] oauth2 migrated up to: 004_200_to_210 (executed)
  124. kong-migrations_1 | 2021/08/02 17:46:42 [info] oauth2 migrated up to: 005_210_to_211 (executed)
  125. kong-migrations_1 | 2021/08/02 17:46:42 [info] migrating rate-limiting on database 'db_kong'...
  126. kong-migrations_1 | 2021/08/02 17:46:42 [info] rate-limiting migrated up to: 000_base_rate_limiting (executed)
  127. kong-migrations_1 | 2021/08/02 17:46:42 [info] rate-limiting migrated up to: 003_10_to_112 (executed)
  128. kong-migrations_1 | 2021/08/02 17:46:42 [info] rate-limiting migrated up to: 004_200_to_210 (executed)
  129. kong-migrations_1 | 2021/08/02 17:46:42 [info] migrating response-ratelimiting on database 'db_kong'...
  130. kong-migrations_1 | 2021/08/02 17:46:42 [info] response-ratelimiting migrated up to: 000_base_response_rate_limiting (executed)
  131. kong-migrations_1 | 2021/08/02 17:46:42 [info] migrating session on database 'db_kong'...
  132. kong-migrations_1 | 2021/08/02 17:46:42 [info] session migrated up to: 000_base_session (executed)
  133. kong-migrations_1 | 2021/08/02 17:46:42 [info] session migrated up to: 001_add_ttl_index (executed)
  134. kong-migrations_1 | 2021/08/02 17:46:42 [info] 41 migrations processed
  135. kong-migrations_1 | 2021/08/02 17:46:42 [info] 41 executed
  136. kong-migrations_1 | 2021/08/02 17:46:42 [info] Database is up-to-date
  137. kong-konga-example_kong-migrations_1 exited with code 0
  138. kong_1 | 2021/08/02 17:46:44 [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
  139. 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
  140. kong_1 | 2021/08/02 17:46:44 [notice] 1#0: using the "epoll" event method
  141. kong_1 | 2021/08/02 17:46:44 [notice] 1#0: openresty/1.19.3.2
  142. kong_1 | 2021/08/02 17:46:44 [notice] 1#0: built by gcc 10.3.1 20210424 (Alpine 10.3.1_git20210424)
  143. kong_1 | 2021/08/02 17:46:44 [notice] 1#0: OS: Linux 5.10.43.3-microsoft-standard-WSL2
  144. kong_1 | 2021/08/02 17:46:44 [notice] 1#0: getrlimit(RLIMIT_NOFILE): 1048576:1048576
  145. kong_1 | 2021/08/02 17:46:44 [notice] 1#0: start worker processes
  146. kong_1 | 2021/08/02 17:46:44 [notice] 1#0: start worker process 23
  147. kong_1 | 2021/08/02 17:46:44 [notice] 1#0: start worker process 24
  148. kong_1 | 2021/08/02 17:46:44 [notice] 1#0: start worker process 25
  149. kong_1 | 2021/08/02 17:46:44 [notice] 1#0: start worker process 26
  150. kong_1 | 2021/08/02 17:46:44 [notice] 1#0: start worker process 27
  151. kong_1 | 2021/08/02 17:46:44 [notice] 1#0: start worker process 28
  152. kong_1 | 2021/08/02 17:46:44 [notice] 1#0: start worker process 29
  153. kong_1 | 2021/08/02 17:46:44 [notice] 1#0: start worker process 30
  154. kong_1 | 2021/08/02 17:46:44 [notice] 1#0: start worker process 31
  155. kong_1 | 2021/08/02 17:46:44 [notice] 1#0: start worker process 32
  156. kong_1 | 2021/08/02 17:46:44 [notice] 1#0: start worker process 33
  157. kong_1 | 2021/08/02 17:46:44 [notice] 1#0: start worker process 34
  158. kong_1 | 2021/08/02 17:46:44 [notice] 1#0: start worker process 35
  159. kong_1 | 2021/08/02 17:46:44 [notice] 1#0: start worker process 36
  160. kong_1 | 2021/08/02 17:46:44 [notice] 1#0: start worker process 37
  161. kong_1 | 2021/08/02 17:46:44 [notice] 1#0: start worker process 38
  162. konga_1 | Using postgres DB Adapter.
  163. kong_1 | 2021/08/02 17:46:44 [notice] 23#0: *1 [lua] warmup.lua:92: single_dao(): Preloading 'services' into the core_cache..., context: init_worker_by_lua*
  164. kong_1 | 2021/08/02 17:46:44 [notice] 27#0: *5 [kong] init.lua:290 only worker #0 can manage, context: init_worker_by_lua*
  165. kong_1 | 2021/08/02 17:46:44 [notice] 26#0: *4 [kong] init.lua:290 only worker #0 can manage, context: init_worker_by_lua*
  166. kong_1 | 2021/08/02 17:46:44 [notice] 23#0: *1 [lua] warmup.lua:129: single_dao(): finished preloading 'services' into the core_cache (in 0ms), context: init_worker_by_lua*
  167. kong_1 | 2021/08/02 17:46:44 [notice] 29#0: *7 [kong] init.lua:290 only worker #0 can manage, context: init_worker_by_lua*
  168. kong_1 | 2021/08/02 17:46:44 [notice] 31#0: *9 [kong] init.lua:290 only worker #0 can manage, context: init_worker_by_lua*
  169. kong_1 | 2021/08/02 17:46:44 [notice] 33#0: *12 [kong] init.lua:290 only worker #0 can manage, context: init_worker_by_lua*
  170. kong_1 | 2021/08/02 17:46:44 [notice] 25#0: *2 [kong] init.lua:290 only worker #0 can manage, context: init_worker_by_lua*
  171. kong_1 | 2021/08/02 17:46:44 [notice] 35#0: *13 [kong] init.lua:290 only worker #0 can manage, context: init_worker_by_lua*
  172. kong_1 | 2021/08/02 17:46:44 [notice] 34#0: *11 [kong] init.lua:290 only worker #0 can manage, context: init_worker_by_lua*
  173. kong_1 | 2021/08/02 17:46:44 [notice] 28#0: *6 [kong] init.lua:290 only worker #0 can manage, context: init_worker_by_lua*
  174. kong_1 | 2021/08/02 17:46:44 [notice] 37#0: *14 [kong] init.lua:290 only worker #0 can manage, context: init_worker_by_lua*
  175. kong_1 | 2021/08/02 17:46:44 [notice] 38#0: *15 [kong] init.lua:290 only worker #0 can manage, context: init_worker_by_lua*
  176. kong_1 | 2021/08/02 17:46:44 [notice] 32#0: *10 [kong] init.lua:290 only worker #0 can manage, context: init_worker_by_lua*
  177. konga_1 | Database exists. Continue...
  178. kong_1 | 2021/08/02 17:46:44 [notice] 36#0: *16 [kong] init.lua:290 only worker #0 can manage, context: init_worker_by_lua*
  179. kong_1 | 2021/08/02 17:46:44 [notice] 24#0: *3 [kong] init.lua:290 only worker #0 can manage, context: init_worker_by_lua*
  180. kong_1 | 2021/08/02 17:46:44 [notice] 30#0: *8 [kong] init.lua:290 only worker #0 can manage, context: init_worker_by_lua*
  181. konga_1 | debug: Hook:api_health_checks:process() called
  182. konga_1 | debug: Hook:health_checks:process() called
  183. konga_1 | debug: Hook:start-scheduled-snapshots:process() called
  184. konga_1 | debug: Hook:upstream_health_checks:process() called
  185. konga_1 | debug: Hook:user_events_hook:process() called
  186. konga_1 | debug: Seeding User...
  187. konga_1 | debug: User seed planted
  188. konga_1 | debug: Seeding Kongnode...
  189. konga_1 | debug: Kongnode seed planted
  190. konga_1 | debug: Seeding Emailtransport...
  191. konga_1 | debug: Emailtransport seed planted
  192. konga_1 | debug: -------------------------------------------------------
  193. konga_1 | debug: :: Mon Aug 02 2021 17:46:47 GMT+0000 (Coordinated Universal Time)
  194. konga_1 | debug: Environment : development
  195. konga_1 | debug: Host : 0.0.0.0
  196. konga_1 | debug: Port : 1337
  197. konga_1 | debug: -------------------------------------------------------
  198. kong_1 | 2021/08/02 17:46:50 [crit] 29#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
  199. kong_1 | 2021/08/02 17:46:50 [crit] 27#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
  200. kong_1 | 2021/08/02 17:46:50 [crit] 25#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
  201. kong_1 | 2021/08/02 17:46:50 [crit] 38#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
  202. kong_1 | 2021/08/02 17:46:50 [crit] 23#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
  203. kong_1 | 2021/08/02 17:46:50 [crit] 33#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
  204. kong_1 | 2021/08/02 17:46:50 [crit] 31#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
  205. kong_1 | 2021/08/02 17:46:50 [crit] 32#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
  206. kong_1 | 2021/08/02 17:46:50 [crit] 35#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
  207. kong_1 | 2021/08/02 17:46:50 [crit] 28#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
  208. kong_1 | 2021/08/02 17:46:50 [crit] 34#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
  209. kong_1 | 2021/08/02 17:46:50 [crit] 24#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
  210. kong_1 | 2021/08/02 17:46:50 [crit] 36#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
  211. kong_1 | 2021/08/02 17:46:50 [crit] 37#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
  212. kong_1 | 2021/08/02 17:46:50 [crit] 30#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
  213. db_1 | FATAL: database "konguser" does not exist
  214. konga_1 | (node:8) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated
  215. db_1 | FATAL: database "konguser" does not exist
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement