overhangio / tutor

The Docker-based Open edX distribution designed for peace of mind
https://docs.tutor.overhang.io/
GNU Affero General Public License v3.0
925 stars 441 forks source link

django.db.utils.OperationalError: (1045, "Access denied for user 'openedx'@'172.21.0.9' (using password: YES)") #523

Closed mrvaghani closed 2 years ago

mrvaghani commented 2 years ago

Bug description After clean deployment and changing the docker-compose to remove the trailing "/", I was able to get all the containers started. But when I try to access the default domain, I get 502 Bad Gateway

How to reproduce

❯ tutor local logs --tail=100 -f
docker-compose -f /home/<USER>/.local/share/tutor/env/local/docker-compose.yml -f /home/<USER>/.local/share/tutor/env/local/docker-compose.prod.yml --project-name tutor_local logs --follow --tail 100
tutor_local-nginx-1  | /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
tutor_local-nginx-1  | /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
tutor_local-nginx-1  | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
tutor_local-nginx-1  | 10-listen-on-ipv6-by-default.sh: info: /etc/nginx/conf.d/default.conf is not a file or does not exist
tutor_local-nginx-1  | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
tutor_local-smtp-1   | + sed -ri '
tutor_local-smtp-1   |  s/^#?(dc_local_interfaces)=.*/\1='\''[0.0.0.0]:25 ; [::0]:25'\''/;
tutor_local-smtp-1   |  s/^#?(dc_other_hostnames)=.*/\1='\'''\''/;
tutor_local-smtp-1   |  s/^#?(dc_relay_nets)=.*/\1='\''172.21.0.2\/16'\''/;
tutor_local-smtp-1   |  s/^#?(dc_eximconfig_configtype)=.*/\1='\''internet'\''/;
tutor_local-smtp-1   | ' /etc/exim4/update-exim4.conf.conf
tutor_local-nginx-1  | /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
tutor_local-nginx-1  | /docker-entrypoint.sh: Configuration complete; ready for start up
tutor_local-nginx-1  | 172.21.0.7 - - [09/Nov/2021:05:14:41 +0000] http://local.overhang.io "GET / HTTP/1.1" 502 552 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "172.21.0.1"
tutor_local-nginx-1  | 2021/11/09 05:14:41 [error] 23#23: *1 upstream prematurely closed connection while reading response header from upstream, client: 172.21.0.7, server: local.overhang.io, request: "GET / HTTP/1.1", upstream: "http://172.21.0.9:8000/", host: "local.overhang.io"
tutor_local-nginx-1  | 2021/11/09 05:14:59 [error] 23#23: *1 upstream prematurely closed connection while reading response header from upstream, client: 172.21.0.7, server: local.overhang.io, request: "GET / HTTP/1.1", upstream: "http://172.21.0.9:8000/", host: "local.overhang.io"
tutor_local-nginx-1  | 172.21.0.7 - - [09/Nov/2021:05:14:59 +0000] http://local.overhang.io "GET / HTTP/1.1" 502 552 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "172.21.0.1"
tutor_local-nginx-1  | 2021/11/09 05:25:32 [error] 23#23: *4 upstream prematurely closed connection while reading response header from upstream, client: 172.21.0.7, server: local.overhang.io, request: "GET / HTTP/1.1", upstream: "http://172.21.0.9:8000/", host: "local.overhang.io"
tutor_local-smtp-1   | + update-exim4.conf -v
tutor_local-smtp-1   | using non-split configuration scheme from /etc/exim4/exim4.conf.template
tutor_local-nginx-1  | 172.21.0.7 - - [09/Nov/2021:05:25:32 +0000] http://local.overhang.io "GET / HTTP/1.1" 502 552 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "172.21.0.1"
tutor_local-nginx-1  | 2021/11/09 05:25:45 [error] 23#23: *4 upstream prematurely closed connection while reading response header from upstream, client: 172.21.0.7, server: local.overhang.io, request: "GET / HTTP/1.1", upstream: "http://172.21.0.9:8000/", host: "local.overhang.io"
tutor_local-nginx-1  | 172.21.0.7 - - [09/Nov/2021:05:25:45 +0000] http://local.overhang.io "GET / HTTP/1.1" 502 552 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "172.21.0.1"
tutor_local-nginx-1  | 172.21.0.7 - - [09/Nov/2021:05:25:45 +0000] http://local.overhang.io "GET /favicon.ico HTTP/1.1" 200 30237 "http://local.overhang.io/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "172.21.0.1"
tutor_local-nginx-1  | 2021/11/09 05:29:34 [error] 23#23: *8 upstream prematurely closed connection while reading response header from upstream, client: 172.21.0.7, server: local.overhang.io, request: "GET / HTTP/1.1", upstream: "http://172.21.0.9:8000/", host: "local.overhang.io"
tutor_local-nginx-1  | 172.21.0.7 - - [09/Nov/2021:05:29:34 +0000] http://local.overhang.io "GET / HTTP/1.1" 502 552 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "172.21.0.1"
tutor_local-nginx-1  | 2021/11/09 05:34:54 [error] 23#23: *10 upstream prematurely closed connection while reading response header from upstream, client: 172.21.0.7, server: local.overhang.io, request: "GET / HTTP/1.1", upstream: "http://172.21.0.9:8000/", host: "local.overhang.io"
tutor_local-nginx-1  | 172.21.0.7 - - [09/Nov/2021:05:34:54 +0000] http://local.overhang.io "GET / HTTP/1.1" 502 552 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "172.21.0.1"
tutor_local-smtp-1   |     1 LOG: MAIN
tutor_local-smtp-1   |     1   exim 4.92 daemon started: pid=1, -q15m, listening for SMTP on port 25 (IPv6 and IPv4)
tutor_local-redis-1  | 1:C 09 Nov 2021 05:14:21.426 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
tutor_local-redis-1  | 1:C 09 Nov 2021 05:14:21.427 # Redis version=6.2.1, bits=64, commit=00000000, modified=0, pid=1, just started
tutor_local-redis-1  | 1:C 09 Nov 2021 05:14:21.427 # Configuration loaded
tutor_local-redis-1  | 1:M 09 Nov 2021 05:14:21.427 * monotonic clock: POSIX clock_gettime
tutor_local-redis-1  | 1:M 09 Nov 2021 05:14:21.428 * Running mode=standalone, port=6379.
tutor_local-redis-1  | 1:M 09 Nov 2021 05:14:21.428 # Server initialized
tutor_local-redis-1  | 1:M 09 Nov 2021 05:14:21.428 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
tutor_local-redis-1  | 1:M 09 Nov 2021 05:14:21.428 * Ready to accept connections
tutor_local-redis-1  | 1:M 09 Nov 2021 05:19:22.074 * 10 changes in 300 seconds. Saving...
tutor_local-redis-1  | 1:M 09 Nov 2021 05:19:22.076 * Background saving started by pid 21
tutor_local-redis-1  | 21:C 09 Nov 2021 05:19:22.081 * DB saved on disk
tutor_local-redis-1  | 21:C 09 Nov 2021 05:19:22.082 * RDB: 2 MB of memory used by copy-on-write
tutor_local-redis-1  | 1:M 09 Nov 2021 05:19:22.176 * Background saving terminated with success
tutor_local-redis-1  | 1:M 09 Nov 2021 05:24:23.014 * 10 changes in 300 seconds. Saving...
tutor_local-redis-1  | 1:M 09 Nov 2021 05:24:23.015 * Background saving started by pid 22
tutor_local-mysql-1  | 2021-11-09 05:14:21+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 5.7.33-1debian10 started.
tutor_local-mysql-1  | 2021-11-09 05:14:21+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
tutor_local-mysql-1  | 2021-11-09 05:14:21+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 5.7.33-1debian10 started.
tutor_local-mysql-1  | 2021-11-09T05:14:21.635847Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
tutor_local-mysql-1  | 2021-11-09T05:14:21.636800Z 0 [Note] mysqld (mysqld 5.7.33) starting as process 1 ...
tutor_local-mysql-1  | 2021-11-09T05:14:21.639724Z 0 [Note] InnoDB: PUNCH HOLE support available
tutor_local-mysql-1  | 2021-11-09T05:14:21.639888Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
tutor_local-mysql-1  | 2021-11-09T05:14:21.639896Z 0 [Note] InnoDB: Uses event mutexes
tutor_local-mysql-1  | 2021-11-09T05:14:21.639898Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
tutor_local-mysql-1  | 2021-11-09T05:14:21.639900Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
tutor_local-mysql-1  | 2021-11-09T05:14:21.639903Z 0 [Note] InnoDB: Using Linux native AIO
tutor_local-mysql-1  | 2021-11-09T05:14:21.640144Z 0 [Note] InnoDB: Number of pools: 1
tutor_local-mysql-1  | 2021-11-09T05:14:21.640285Z 0 [Note] InnoDB: Using CPU crc32 instructions
tutor_local-mysql-1  | 2021-11-09T05:14:21.642007Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
tutor_local-mysql-1  | 2021-11-09T05:14:21.647812Z 0 [Note] InnoDB: Completed initialization of buffer pool
tutor_local-mysql-1  | 2021-11-09T05:14:21.649822Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
tutor_local-mysql-1  | 2021-11-09T05:14:21.661415Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
tutor_local-mysql-1  | 2021-11-09T05:14:21.669584Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
tutor_local-mysql-1  | 2021-11-09T05:14:21.669720Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
tutor_local-mysql-1  | 2021-11-09T05:14:21.684269Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
tutor_local-mysql-1  | 2021-11-09T05:14:21.684879Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
tutor_local-mysql-1  | 2021-11-09T05:14:21.684910Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
tutor_local-mysql-1  | 2021-11-09T05:14:21.685620Z 0 [Note] InnoDB: 5.7.33 started; log sequence number 12664307
tutor_local-mysql-1  | 2021-11-09T05:14:21.685749Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
tutor_local-mysql-1  | 2021-11-09T05:14:21.686009Z 0 [Note] Plugin 'FEDERATED' is disabled.
tutor_local-mysql-1  | 2021-11-09T05:14:21.687207Z 0 [Note] InnoDB: Buffer pool(s) load completed at 211109  5:14:21
tutor_local-mysql-1  | 2021-11-09T05:14:21.689717Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them.
tutor_local-mysql-1  | 2021-11-09T05:14:21.689751Z 0 [Note] Skipping generation of SSL certificates as certificate files are present in data directory.
tutor_local-mysql-1  | 2021-11-09T05:14:21.690214Z 0 [Warning] CA certificate ca.pem is self signed.
tutor_local-mysql-1  | 2021-11-09T05:14:21.690258Z 0 [Note] Skipping generation of RSA key pair as key files are present in data directory.
tutor_local-mysql-1  | 2021-11-09T05:14:21.690662Z 0 [Note] Server hostname (bind-address): '*'; port: 3306
tutor_local-mysql-1  | 2021-11-09T05:14:21.690719Z 0 [Note] IPv6 is available.
tutor_local-mysql-1  | 2021-11-09T05:14:21.690730Z 0 [Note]   - '::' resolves to '::';
tutor_local-mysql-1  | 2021-11-09T05:14:21.690740Z 0 [Note] Server socket created on IP: '::'.
tutor_local-mysql-1  | 2021-11-09T05:14:21.694188Z 0 [Warning] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory.
tutor_local-mysql-1  | 2021-11-09T05:14:21.702920Z 0 [Note] Event Scheduler: Loaded 0 events
tutor_local-mysql-1  | 2021-11-09T05:14:21.703517Z 0 [Note] mysqld: ready for connections.
tutor_local-mysql-1  | Version: '5.7.33'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  MySQL Community Server (GPL)
tutor_local-mysql-1  | 2021-11-09T05:14:37.369794Z 2 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-redis-1  | 22:C 09 Nov 2021 05:24:23.021 * DB saved on disk
tutor_local-mysql-1  | 2021-11-09T05:14:40.634118Z 3 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:14:40.669645Z 4 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:14:40.711708Z 5 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:14:40.758272Z 6 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:14:40.810428Z 7 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:14:40.861732Z 8 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:14:40.907866Z 9 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:14:40.959458Z 10 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-redis-1  | 22:C 09 Nov 2021 05:24:23.021 * RDB: 0 MB of memory used by copy-on-write
tutor_local-redis-1  | 1:M 09 Nov 2021 05:24:23.115 * Background saving terminated with success
tutor_local-redis-1  | 1:M 09 Nov 2021 05:29:24.098 * 10 changes in 300 seconds. Saving...
tutor_local-redis-1  | 1:M 09 Nov 2021 05:29:24.098 * Background saving started by pid 23
tutor_local-redis-1  | 23:C 09 Nov 2021 05:29:24.105 * DB saved on disk
tutor_local-redis-1  | 23:C 09 Nov 2021 05:29:24.106 * RDB: 0 MB of memory used by copy-on-write
tutor_local-redis-1  | 1:M 09 Nov 2021 05:29:24.199 * Background saving terminated with success
tutor_local-redis-1  | 1:M 09 Nov 2021 05:34:25.085 * 10 changes in 300 seconds. Saving...
tutor_local-redis-1  | 1:M 09 Nov 2021 05:34:25.086 * Background saving started by pid 24
tutor_local-redis-1  | 24:C 09 Nov 2021 05:34:25.092 * DB saved on disk
tutor_local-redis-1  | 24:C 09 Nov 2021 05:34:25.092 * RDB: 2 MB of memory used by copy-on-write
tutor_local-redis-1  | 1:M 09 Nov 2021 05:34:25.186 * Background saving terminated with success
tutor_local-redis-1  | 1:M 09 Nov 2021 05:39:26.051 * 10 changes in 300 seconds. Saving...
tutor_local-redis-1  | 1:M 09 Nov 2021 05:39:26.051 * Background saving started by pid 25
tutor_local-redis-1  | 25:C 09 Nov 2021 05:39:26.058 * DB saved on disk
tutor_local-redis-1  | 25:C 09 Nov 2021 05:39:26.058 * RDB: 0 MB of memory used by copy-on-write
tutor_local-redis-1  | 1:M 09 Nov 2021 05:39:26.151 * Background saving terminated with success
tutor_local-redis-1  | 1:M 09 Nov 2021 05:44:27.069 * 10 changes in 300 seconds. Saving...
tutor_local-redis-1  | 1:M 09 Nov 2021 05:44:27.070 * Background saving started by pid 26
tutor_local-redis-1  | 26:C 09 Nov 2021 05:44:27.076 * DB saved on disk
tutor_local-redis-1  | 26:C 09 Nov 2021 05:44:27.076 * RDB: 0 MB of memory used by copy-on-write
tutor_local-redis-1  | 1:M 09 Nov 2021 05:44:27.171 * Background saving terminated with success
tutor_local-mysql-1  | 2021-11-09T05:14:57.972659Z 11 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:14:59.166642Z 12 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:14:59.194325Z 13 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:14:59.219058Z 14 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:14:59.245999Z 15 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:14:59.275940Z 16 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:14:59.313571Z 17 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:14:59.353728Z 18 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:14:59.392132Z 19 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:16:35.875735Z 20 [Note] Access denied for user 'root'@'localhost' (using password: NO)
tutor_local-mysql-1  | 2021-11-09T05:17:12.415888Z 21 [Note] Access denied for user 'root'@'localhost' (using password: NO)
tutor_local-mysql-1  | 2021-11-09T05:17:53.789337Z 22 [Note] Access denied for user 'openedx'@'localhost' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:17:56.807404Z 23 [Note] Access denied for user 'openedx'@'localhost' (using password: NO)
tutor_local-mysql-1  | 2021-11-09T05:18:01.081107Z 24 [Note] Access denied for user 'openedx'@'localhost' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:23:29.801281Z 26 [Note] Access denied for user 'openedx'@'localhost' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:25:32.448892Z 28 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:25:32.463006Z 29 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:25:32.477358Z 30 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:25:32.493133Z 31 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:25:32.509442Z 32 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:25:32.527246Z 33 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:25:32.544946Z 34 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:25:32.571200Z 35 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:25:32.591871Z 36 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:25:44.939271Z 37 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:25:44.953585Z 38 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:25:44.967951Z 39 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:25:44.982670Z 40 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:25:44.998294Z 41 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:25:45.015365Z 42 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:25:45.036412Z 43 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:25:45.054781Z 44 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:25:45.073001Z 45 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:29:34.154383Z 46 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:29:34.169072Z 47 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:29:34.184516Z 48 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:29:34.198367Z 49 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:29:34.214846Z 50 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:29:34.232401Z 51 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:29:34.250380Z 52 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:29:34.270859Z 53 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:29:34.288675Z 54 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:34:53.946108Z 55 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:34:53.961610Z 56 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:34:53.976351Z 57 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:34:53.996679Z 58 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:34:54.016206Z 59 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:34:54.033954Z 60 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:34:54.053673Z 61 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:34:54.073610Z 62 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-mysql-1  | 2021-11-09T05:34:54.093844Z 63 [Note] Access denied for user 'openedx'@'172.21.0.9' (using password: YES)
tutor_local-cms-1    | [uwsgi-static] added mapping for /static => /openedx/staticfiles/
tutor_local-cms-1    | [uwsgi-static] added mapping for /media => /openedx/media/
tutor_local-cms-1    | *** Starting uWSGI 2.0.19.1 (64bit) on [Tue Nov  9 05:14:25 2021] ***
tutor_local-cms-1    | compiled with version: 9.3.0 on 02 November 2021 11:12:52
tutor_local-cms-1    | os: Linux-5.4.72-microsoft-standard-WSL2 #1 SMP Wed Oct 28 23:40:43 UTC 2020
tutor_local-cms-1    | nodename: 5ce64cae5177
tutor_local-cms-1    | machine: x86_64
tutor_local-cms-1    | clock source: unix
tutor_local-cms-1    | detected number of CPU cores: 12
tutor_local-cms-1    | current working directory: /openedx/edx-platform
tutor_local-cms-1    | detected binary path: /openedx/venv/bin/uwsgi
tutor_local-cms-1    | !!! no internal routing support, rebuild with pcre support !!!
tutor_local-cms-1    | uWSGI running as root, you can use --uid/--gid/--chroot options
tutor_local-cms-1    | *** WARNING: you are running uWSGI as root !!! (use the --uid flag) ***
tutor_local-cms-1    | *** WARNING: you are running uWSGI without its master process manager ***
tutor_local-lms-1    |   File "/openedx/venv/lib/python3.8/site-packages/django/db/backends/mysql/base.py", line 227, in get_new_connection
tutor_local-lms-1    |     return Database.connect(**conn_params)
tutor_local-lms-1    |   File "/openedx/venv/lib/python3.8/site-packages/MySQLdb/__init__.py", line 130, in Connect
tutor_local-lms-1    |     return Connection(*args, **kwargs)
tutor_local-lms-1    |   File "/openedx/venv/lib/python3.8/site-packages/MySQLdb/connections.py", line 185, in __init__
tutor_local-lms-1    |     super().__init__(*args, **kwargs2)
tutor_local-forum-1  | Waiting for mongodb/elasticsearch...
tutor_local-forum-1  | 2021/11/09 05:39:04 Waiting for: tcp://mongodb:27017
tutor_local-forum-1  | 2021/11/09 05:39:04 Waiting for: http://elasticsearch:9200
tutor_local-forum-1  | 2021/11/09 05:39:04 Connected to tcp://mongodb:27017
tutor_local-forum-1  | 2021/11/09 05:39:04 Received 200 from http://elasticsearch:9200
tutor_local-forum-1  | W, [2021-11-09T05:39:06.268372 #18]  WARN -- : Overwriting existing field _id in class User.
tutor_local-forum-1  | W, [2021-11-09T05:39:06.301132 #18]  WARN -- : MONGODB | Unsupported client option 'max_retries'. It will be ignored.
tutor_local-forum-1  | W, [2021-11-09T05:39:06.301219 #18]  WARN -- : MONGODB | Unsupported client option 'retry_interval'. It will be ignored.
tutor_local-forum-1  | W, [2021-11-09T05:39:06.301242 #18]  WARN -- : MONGODB | Unsupported client option 'timeout'. It will be ignored.
tutor_local-forum-1  | ERROR: ElasticSearch configuration validation failed. "rake search:validate_indices" failed with the following message: [404] {"error":{"root_cause":[{"type":"index_not_found_exception","reason":"no such index [comments]","resource.type":"index_or_alias","resource.id":"comments","index_uuid":"_na_","index":"comments"}],"type":"index_not_found_exception","reason":"no such index [comments]","resource.type":"index_or_alias","resource.id":"comments","index_uuid":"_na_","index":"comments"},"status":404}
tutor_local-lms-1    | django.db.utils.OperationalError: (1045, "Access denied for user 'openedx'@'172.21.0.9' (using password: YES)")
tutor_local-lms-1         |
tutor_local-forum-1  | Waiting for mongodb/elasticsearch...
tutor_local-forum-1       | 2021/11/09 05:39:09 Waiting for: tcp://mongodb:27017
tutor_local-forum-1       | 2021/11/09 05:39:09 Waiting for: http://elasticsearch:9200
tutor_local-forum-1       | 2021/11/09 05:39:09 Connected to tcp://mongodb:27017
tutor_local-forum-1       | 2021/11/09 05:39:09 Received 200 from http://elasticsearch:9200
tutor_local-cms-worker-1  | /openedx/venv/lib/python3.8/site-packages/celery/platforms.py:800: RuntimeWarning: You're running the worker with superuser privileges: this is
tutor_local-cms-worker-1  | absolutely not recommended!
tutor_local-cms-worker-1  |
tutor_local-mongodb-1     | 2021-11-09T05:39:04.584+0000 I NETWORK  [listener] connection accepted from 172.21.0.8:50306 #152 (4 connections now open)
tutor_local-lms-1         | During handling of the above exception, another exception occurred:
tutor_local-mongodb-1     | 2021-11-09T05:39:04.587+0000 I NETWORK  [conn152] end connection 172.21.0.8:50306 (3 connections now open)
tutor_local-mongodb-1     | 2021-11-09T05:39:06.302+0000 I NETWORK  [listener] connection accepted from 172.21.0.8:50310 #153 (4 connections now open)
tutor_local-mongodb-1     | 2021-11-09T05:39:06.303+0000 I NETWORK  [conn153] end connection 172.21.0.8:50310 (3 connections now open)
tutor_local-forum-1       | W, [2021-11-09T05:39:11.335040 #19]  WARN -- : Overwriting existing field _id in class User.
tutor_local-cms-1    | your memory page size is 4096 bytes
tutor_local-cms-1         | detected max file descriptor number: 1048576
tutor_local-cms-1         | building mime-types dictionary from file /etc/mime.types...567 entry found
tutor_local-cms-1         | lock engine: pthread robust mutexes
tutor_local-cms-1         | thunder lock: enabled
tutor_local-forum-1       | W, [2021-11-09T05:39:11.362430 #19]  WARN -- : MONGODB | Unsupported client option 'max_retries'. It will be ignored.
tutor_local-forum-1       | W, [2021-11-09T05:39:11.362500 #19]  WARN -- : MONGODB | Unsupported client option 'retry_interval'. It will be ignored.
tutor_local-forum-1       | W, [2021-11-09T05:39:11.362520 #19]  WARN -- : MONGODB | Unsupported client option 'timeout'. It will be ignored.
tutor_local-forum-1       | ERROR: ElasticSearch configuration validation failed. "rake search:validate_indices" failed with the following message: [404] {"error":{"root_cause":[{"type":"index_not_found_exception","reason":"no such index [comments]","resource.type":"index_or_alias","resource.id":"comments","index_uuid":"_na_","index":"comments"}],"type":"index_not_found_exception","reason":"no such index [comments]","resource.type":"index_or_alias","resource.id":"comments","index_uuid":"_na_","index":"comments"},"status":404}
tutor_local-forum-1       | Waiting for mongodb/elasticsearch...
tutor_local-forum-1       | 2021/11/09 05:39:18 Waiting for: tcp://mongodb:27017
tutor_local-forum-1       | 2021/11/09 05:39:18 Waiting for: http://elasticsearch:9200
tutor_local-forum-1       | 2021/11/09 05:39:18 Connected to tcp://mongodb:27017
tutor_local-forum-1       | 2021/11/09 05:39:18 Received 200 from http://elasticsearch:9200
tutor_local-forum-1       | W, [2021-11-09T05:39:19.707287 #17]  WARN -- : Overwriting existing field _id in class User.
tutor_local-forum-1       | W, [2021-11-09T05:39:19.740907 #17]  WARN -- : MONGODB | Unsupported client option 'max_retries'. It will be ignored.
tutor_local-forum-1       | W, [2021-11-09T05:39:19.741019 #17]  WARN -- : MONGODB | Unsupported client option 'retry_interval'. It will be ignored.
tutor_local-forum-1       | W, [2021-11-09T05:39:19.741042 #17]  WARN -- : MONGODB | Unsupported client option 'timeout'. It will be ignored.
tutor_local-forum-1       | ERROR: ElasticSearch configuration validation failed. "rake search:validate_indices" failed with the following message: [404] {"error":{"root_cause":[{"type":"index_not_found_exception","reason":"no such index [comments]","resource.type":"index_or_alias","resource.id":"comments","index_uuid":"_na_","index":"comments"}],"type":"index_not_found_exception","reason":"no such index [comments]","resource.type":"index_or_alias","resource.id":"comments","index_uuid":"_na_","index":"comments"},"status":404}
tutor_local-forum-1       | Waiting for mongodb/elasticsearch...
tutor_local-forum-1       | 2021/11/09 05:39:32 Waiting for: tcp://mongodb:27017
tutor_local-forum-1       | 2021/11/09 05:39:32 Waiting for: http://elasticsearch:9200
tutor_local-forum-1       | 2021/11/09 05:39:32 Connected to tcp://mongodb:27017
tutor_local-forum-1       | 2021/11/09 05:39:32 Received 200 from http://elasticsearch:9200
tutor_local-forum-1       | W, [2021-11-09T05:39:34.387362 #17]  WARN -- : Overwriting existing field _id in class User.
tutor_local-forum-1       | W, [2021-11-09T05:39:34.415798 #17]  WARN -- : MONGODB | Unsupported client option 'max_retries'. It will be ignored.
tutor_local-forum-1       | W, [2021-11-09T05:39:34.415870 #17]  WARN -- : MONGODB | Unsupported client option 'retry_interval'. It will be ignored.
tutor_local-forum-1       | W, [2021-11-09T05:39:34.415890 #17]  WARN -- : MONGODB | Unsupported client option 'timeout'. It will be ignored.
tutor_local-cms-worker-1  | Please specify a different user using the --uid option.
tutor_local-lms-1         |
tutor_local-lms-1         | Traceback (most recent call last):
tutor_local-cms-worker-1  |
tutor_local-lms-1         |   File "/openedx/venv/lib/python3.8/site-packages/django/db/backends/base/base.py", line 217, in ensure_connection
tutor_local-forum-1       | ERROR: ElasticSearch configuration validation failed. "rake search:validate_indices" failed with the following message: [404] {"error":{"root_cause":[{"type":"index_not_found_exception","reason":"no such index [comments]","resource.type":"index_or_alias","resource.id":"comments","index_uuid":"_na_","index":"comments"}],"type":"index_not_found_exception","reason":"no such index [comments]","resource.type":"index_or_alias","resource.id":"comments","index_uuid":"_na_","index":"comments"},"status":404}
tutor_local-forum-1       | Waiting for mongodb/elasticsearch...
tutor_local-forum-1       | 2021/11/09 05:40:00 Waiting for: tcp://mongodb:27017
tutor_local-forum-1       | 2021/11/09 05:40:00 Waiting for: http://elasticsearch:9200
tutor_local-forum-1       | 2021/11/09 05:40:00 Connected to tcp://mongodb:27017
tutor_local-forum-1       | 2021/11/09 05:40:00 Received 200 from http://elasticsearch:9200
tutor_local-forum-1       | W, [2021-11-09T05:40:01.808790 #16]  WARN -- : Overwriting existing field _id in class User.
tutor_local-mongodb-1     | 2021-11-09T05:39:06.303+0000 I NETWORK  [listener] connection accepted from 172.21.0.8:50312 #154 (4 connections now open)
tutor_local-mongodb-1     | 2021-11-09T05:39:06.303+0000 I NETWORK  [conn154] received client metadata from 172.21.0.8:50312 conn154: { driver: { name: "mongo-ruby-driver", version: "2.5.3" }, os: { type: "linux", name: "linux-gnu", architecture: "x86_64" }, platform: "mongoid-7.0.5, 2.5.7, x86_64-linux, x86_64-pc-linux-gnu" }
tutor_local-mongodb-1     | 2021-11-09T05:39:06.306+0000 I NETWORK  [listener] connection accepted from 172.21.0.8:50314 #155 (5 connections now open)
tutor_local-mongodb-1     | 2021-11-09T05:39:06.306+0000 I NETWORK  [conn155] received client metadata from 172.21.0.8:50314 conn155: { driver: { name: "mongo-ruby-driver", version: "2.5.3" }, os: { type: "linux", name: "linux-gnu", architecture: "x86_64" }, platform: "mongoid-7.0.5, 2.5.7, x86_64-linux, x86_64-pc-linux-gnu" }
tutor_local-mongodb-1     | 2021-11-09T05:39:06.315+0000 I NETWORK  [conn155] end connection 172.21.0.8:50314 (4 connections now open)
tutor_local-mongodb-1     | 2021-11-09T05:39:06.315+0000 I NETWORK  [conn154] end connection 172.21.0.8:50312 (3 connections now open)
tutor_local-mongodb-1     | 2021-11-09T05:39:09.801+0000 I NETWORK  [listener] connection accepted from 172.21.0.8:50320 #156 (4 connections now open)
tutor_local-mongodb-1     | 2021-11-09T05:39:09.804+0000 I NETWORK  [conn156] end connection 172.21.0.8:50320 (3 connections now open)
tutor_local-mongodb-1     | 2021-11-09T05:39:11.364+0000 I NETWORK  [listener] connection accepted from 172.21.0.8:50322 #157 (4 connections now open)
tutor_local-mongodb-1     | 2021-11-09T05:39:11.364+0000 I NETWORK  [conn157] end connection 172.21.0.8:50322 (3 connections now open)
tutor_local-mongodb-1     | 2021-11-09T05:39:11.365+0000 I NETWORK  [listener] connection accepted from 172.21.0.8:50324 #158 (4 connections now open)
tutor_local-cms-worker-1  | User information: uid=0 euid=0 gid=0 egid=0
tutor_local-cms-worker-1  |
tutor_local-cms-worker-1  |   warnings.warn(RuntimeWarning(ROOT_DISCOURAGED.format(
tutor_local-cms-worker-1  | [2021-11-09 05:14:48,129: INFO/MainProcess] Connected to redis://redis:6379/0
tutor_local-cms-worker-1  | [2021-11-09 05:14:48,141: INFO/MainProcess] mingle: searching for neighbors
tutor_local-cms-worker-1  | [2021-11-09 05:14:49,173: INFO/MainProcess] mingle: all alone
tutor_local-cms-worker-1  | [2021-11-09 05:14:49,202: INFO/MainProcess] celery@edx.cms.core.default.%19ce8f3e3261 ready.
tutor_local-cms-1         | uWSGI http bound on 0.0.0.0:8000 fd 4
tutor_local-cms-1         | spawned uWSGI http 1 (pid: 8)
tutor_local-cms-1         | uwsgi socket 0 bound to TCP address 127.0.0.1:43303 (port auto-assigned) fd 3
tutor_local-cms-1         | uWSGI running as root, you can use --uid/--gid/--chroot options
tutor_local-cms-1         | *** WARNING: you are running uWSGI as root !!! (use the --uid flag) ***
tutor_local-cms-1         | Python version: 3.8.6 (default, Nov  2 2021, 09:52:24)  [GCC 9.3.0]
tutor_local-cms-1         | Python main interpreter initialized at 0x55b690e9a6b0
tutor_local-cms-1         | uWSGI running as root, you can use --uid/--gid/--chroot options
tutor_local-cms-1         | *** WARNING: you are running uWSGI as root !!! (use the --uid flag) ***
tutor_local-cms-1         | python threads support enabled
tutor_local-cms-1         | your server socket listen backlog is limited to 100 connections
tutor_local-cms-1         | your mercy for graceful operations on workers is 60 seconds
tutor_local-cms-1         | mapped 154032 bytes (150 KB) for 2 cores
tutor_local-cms-1         | *** Operational MODE: preforking ***
tutor_local-cms-1         | WSGI app 0 (mountpoint='') ready in 14 seconds on interpreter 0x55b690e9a6b0 pid: 7 (default app)
tutor_local-cms-1         | uWSGI running as root, you can use --uid/--gid/--chroot options
tutor_local-cms-1         | *** WARNING: you are running uWSGI as root !!! (use the --uid flag) ***
tutor_local-cms-1         | spawned uWSGI worker 1 (pid: 7, cores: 1)
tutor_local-lms-1         |     self.connect()
tutor_local-lms-1         |   File "/openedx/venv/lib/python3.8/site-packages/django/db/backends/base/base.py", line 195, in connect
tutor_local-lms-1         |     self.connection = self.get_new_connection(conn_params)
tutor_local-lms-1         |   File "/openedx/venv/lib/python3.8/site-packages/django/db/backends/mysql/base.py", line 227, in get_new_connection
tutor_local-lms-worker-1  | /openedx/venv/lib/python3.8/site-packages/celery/platforms.py:800: RuntimeWarning: You're running the worker with superuser privileges: this is
tutor_local-lms-worker-1  | absolutely not recommended!
tutor_local-lms-worker-1  |
tutor_local-lms-worker-1  | Please specify a different user using the --uid option.
tutor_local-lms-worker-1  |
tutor_local-lms-worker-1  | User information: uid=0 euid=0 gid=0 egid=0
tutor_local-lms-worker-1  |
tutor_local-lms-worker-1  |   warnings.warn(RuntimeWarning(ROOT_DISCOURAGED.format(
tutor_local-lms-worker-1  | 2021-11-09 05:14:48,246 INFO 1 [celery.worker.consumer.connection] [user None] [ip None] connection.py:24 - Connected to redis://redis:6379/0
tutor_local-lms-worker-1  | 2021-11-09 05:14:48,264 INFO 1 [celery.worker.consumer.mingle] [user None] [ip None] mingle.py:43 - mingle: searching for neighbors
tutor_local-lms-worker-1  | 2021-11-09 05:14:49,290 INFO 1 [celery.worker.consumer.mingle] [user None] [ip None] mingle.py:52 - mingle: all alone
tutor_local-lms-worker-1     | 2021-11-09 05:14:49,339 INFO 1 [celery.apps.worker] [user None] [ip None] worker.py:161 - celery@edx.lms.core.default.%b5cd51e12ee1 ready.
tutor_local-forum-1       | W, [2021-11-09T05:40:01.837345 #16]  WARN -- : MONGODB | Unsupported client option 'max_retries'. It will be ignored.
tutor_local-forum-1          | W, [2021-11-09T05:40:01.837410 #16]  WARN -- : MONGODB | Unsupported client option 'retry_interval'. It will be ignored.
tutor_local-forum-1          | W, [2021-11-09T05:40:01.837429 #16]  WARN -- : MONGODB | Unsupported client option 'timeout'. It will be ignored.
tutor_local-forum-1          | ERROR: ElasticSearch configuration validation failed. "rake search:validate_indices" failed with the following message: [404] {"error":{"root_cause":[{"type":"index_not_found_exception","reason":"no such index [comments]","resource.type":"index_or_alias","resource.id":"comments","index_uuid":"_na_","index":"comments"}],"type":"index_not_found_exception","reason":"no such index [comments]","resource.type":"index_or_alias","resource.id":"comments","index_uuid":"_na_","index":"comments"},"status":404}
tutor_local-forum-1          | Waiting for mongodb/elasticsearch...
tutor_local-forum-1          | 2021/11/09 05:40:53 Waiting for: tcp://mongodb:27017
tutor_local-forum-1          | 2021/11/09 05:40:53 Waiting for: http://elasticsearch:9200
tutor_local-forum-1          | 2021/11/09 05:40:53 Connected to tcp://mongodb:27017
tutor_local-forum-1          | 2021/11/09 05:40:53 Received 200 from http://elasticsearch:9200
tutor_local-forum-1          | W, [2021-11-09T05:40:54.900422 #17]  WARN -- : Overwriting existing field _id in class User.
tutor_local-mongodb-1     | 2021-11-09T05:39:11.366+0000 I NETWORK  [conn158] received client metadata from 172.21.0.8:50324 conn158: { driver: { name: "mongo-ruby-driver", version: "2.5.3" }, os: { type: "linux", name: "linux-gnu", architecture: "x86_64" }, platform: "mongoid-7.0.5, 2.5.7, x86_64-linux, x86_64-pc-linux-gnu" }
tutor_local-mongodb-1        | 2021-11-09T05:39:11.368+0000 I NETWORK  [listener] connection accepted from 172.21.0.8:50326 #159 (5 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:39:11.368+0000 I NETWORK  [conn159] received client metadata from 172.21.0.8:50326 conn159: { driver: { name: "mongo-ruby-driver", version: "2.5.3" }, os: { type: "linux", name: "linux-gnu", architecture: "x86_64" }, platform: "mongoid-7.0.5, 2.5.7, x86_64-linux, x86_64-pc-linux-gnu" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:24,776Z", "level": "INFO", "component": "o.e.n.Node", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "JVM arguments [-Xshare:auto, -Des.networkaddress.cache.ttl=60, -Des.networkaddress.cache.negative.ttl=10, -XX:+AlwaysPreTouch, -Xss1m, -Djava.awt.headless=true, -Dfile.encoding=UTF-8, -Djna.nosys=true, -XX:-OmitStackTraceInFastThrow, -XX:+ShowCodeDetailsInExceptionMessages, -Dio.netty.noUnsafe=true, -Dio.netty.noKeySetOptimization=true, -Dio.netty.recycler.maxCapacityPerThread=0, -Dio.netty.allocator.numDirectArenas=0, -Dlog4j.shutdownHookEnabled=false, -Dlog4j2.disable.jmx=true, -Djava.locale.providers=SPI,COMPAT, -Xms1g, -Xmx1g, -XX:+UseG1GC, -XX:G1ReservePercent=25, -XX:InitiatingHeapOccupancyPercent=30, -Djava.io.tmpdir=/tmp/elasticsearch-10144792345139330572, -XX:+HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=data, -XX:ErrorFile=logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Des.cgroups.hierarchy.override=/, -Xms1g, -Xmx1g, -XX:MaxDirectMemorySize=536870912, -Des.path.home=/usr/share/elasticsearch, -Des.path.conf=/usr/share/elasticsearch/config, -Des.distribution.flavor=default, -Des.distribution.type=docker, -Des.bundled_jdk=true]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:29,530Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "loaded module [aggs-matrix-stats]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:29,531Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "loaded module [analysis-common]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:29,531Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "loaded module [constant-keyword]" }
tutor_local-mongodb-1        | 2021-11-09T05:39:11.378+0000 I NETWORK  [conn159] end connection 172.21.0.8:50326 (4 connections now open)
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:29,535Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "loaded module [flattened]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:29,536Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "loaded module [frozen-indices]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:29,537Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "loaded module [ingest-common]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:29,538Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "loaded module [ingest-geoip]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:29,538Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "loaded module [ingest-user-agent]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:29,539Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "loaded module [kibana]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:29,539Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "loaded module [lang-expression]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:29,540Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "loaded module [lang-mustache]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:29,541Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "loaded module [lang-painless]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:29,542Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "loaded module [mapper-extras]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:29,543Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "loaded module [parent-join]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:29,543Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "loaded module [percolator]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:29,544Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "loaded module [rank-eval]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:29,544Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "loaded module [reindex]" }
tutor_local-cms-1         | spawned uWSGI worker 2 (pid: 129, cores: 1)
tutor_local-lms-1         |     return Database.connect(**conn_params)
tutor_local-lms-1            |   File "/openedx/venv/lib/python3.8/site-packages/MySQLdb/__init__.py", line 130, in Connect
tutor_local-lms-1            |     return Connection(*args, **kwargs)
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:29,545Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "loaded module [repository-url]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:29,545Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "loaded module [search-business-rules]" }
tutor_local-lms-1            |   File "/openedx/venv/lib/python3.8/site-packages/MySQLdb/connections.py", line 185, in __init__
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:29,546Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "loaded module [searchable-snapshots]" }
tutor_local-lms-1            |     super().__init__(*args, **kwargs2)
tutor_local-caddy-1          | {"level":"info","ts":1636434861.8913026,"msg":"using provided configuration","config_file":"/etc/caddy/Caddyfile","config_adapter":"caddyfile"}
tutor_local-caddy-1          | {"level":"info","ts":1636434861.8928695,"logger":"admin","msg":"admin endpoint started","address":"tcp/localhost:2019","enforce_origin":false,"origins":["localhost:2019","[::1]:2019","127.0.0.1:2019"]}
tutor_local-caddy-1          | {"level":"info","ts":1636434861.8930943,"logger":"http","msg":"server is listening only on the HTTP port, so no automatic HTTPS will be applied to this server","server_name":"srv0","http_port":80}
tutor_local-caddy-1          | {"level":"info","ts":1636434861.8932815,"logger":"tls.cache.maintenance","msg":"started background certificate maintenance","cache":"0xc00043b340"}
tutor_local-caddy-1          | {"level":"info","ts":1636434861.8936236,"logger":"tls","msg":"cleaned up storage units"}
tutor_local-caddy-1          | {"level":"info","ts":1636434861.8936782,"msg":"autosaved config","file":"/config/caddy/autosave.json"}
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:29,546Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "loaded module [spatial]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:29,547Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "loaded module [tasks]" }
tutor_local-lms-1            | MySQLdb._exceptions.OperationalError: (1045, "Access denied for user 'openedx'@'172.21.0.9' (using password: YES)")
tutor_local-lms-1            |
tutor_local-lms-1            | The above exception was the direct cause of the following exception:
tutor_local-lms-1            |
tutor_local-lms-1            | Traceback (most recent call last):
tutor_local-lms-1            |   File "/openedx/venv/lib/python3.8/site-packages/django/core/handlers/wsgi.py", line 141, in __call__
tutor_local-lms-1            |     response = self.get_response(request)
tutor_local-lms-1            |   File "/openedx/venv/lib/python3.8/site-packages/django/core/handlers/base.py", line 75, in get_response
tutor_local-lms-1            |     response = self._middleware_chain(request)
tutor_local-lms-1            |   File "/openedx/venv/lib/python3.8/site-packages/django/core/handlers/exception.py", line 36, in inner
tutor_local-lms-1            |     response = response_for_exception(request, exc)
tutor_local-lms-1            |   File "/openedx/venv/lib/python3.8/site-packages/django/core/handlers/exception.py", line 90, in response_for_exception
tutor_local-lms-1            |     response = handle_uncaught_exception(request, get_resolver(get_urlconf()), sys.exc_info())
tutor_local-lms-1            |   File "/openedx/venv/lib/python3.8/site-packages/django/core/handlers/exception.py", line 129, in handle_uncaught_exception
tutor_local-lms-1            |     return callback(request, **param_dict)
tutor_local-lms-1            |   File "/openedx/edx-platform/common/djangoapps/util/views.py", line 95, in wrapper
tutor_local-forum-1          | W, [2021-11-09T05:40:54.932178 #17]  WARN -- : MONGODB | Unsupported client option 'max_retries'. It will be ignored.
tutor_local-forum-1          | W, [2021-11-09T05:40:54.932257 #17]  WARN -- : MONGODB | Unsupported client option 'retry_interval'. It will be ignored.
tutor_local-forum-1          | W, [2021-11-09T05:40:54.932280 #17]  WARN -- : MONGODB | Unsupported client option 'timeout'. It will be ignored.
tutor_local-forum-1          | ERROR: ElasticSearch configuration validation failed. "rake search:validate_indices" failed with the following message: [404] {"error":{"root_cause":[{"type":"index_not_found_exception","reason":"no such index [comments]","resource.type":"index_or_alias","resource.id":"comments","index_uuid":"_na_","index":"comments"}],"type":"index_not_found_exception","reason":"no such index [comments]","resource.type":"index_or_alias","resource.id":"comments","index_uuid":"_na_","index":"comments"},"status":404}
tutor_local-forum-1          | Waiting for mongodb/elasticsearch...
tutor_local-forum-1          | 2021/11/09 05:41:55 Waiting for: tcp://mongodb:27017
tutor_local-forum-1          | 2021/11/09 05:41:55 Waiting for: http://elasticsearch:9200
tutor_local-forum-1          | 2021/11/09 05:41:55 Connected to tcp://mongodb:27017
tutor_local-forum-1          | 2021/11/09 05:41:55 Received 200 from http://elasticsearch:9200
tutor_local-forum-1          | W, [2021-11-09T05:41:56.893418 #19]  WARN -- : Overwriting existing field _id in class User.
tutor_local-forum-1          | W, [2021-11-09T05:41:56.926201 #19]  WARN -- : MONGODB | Unsupported client option 'max_retries'. It will be ignored.
tutor_local-forum-1          | W, [2021-11-09T05:41:56.926279 #19]  WARN -- : MONGODB | Unsupported client option 'retry_interval'. It will be ignored.
tutor_local-forum-1          | W, [2021-11-09T05:41:56.926302 #19]  WARN -- : MONGODB | Unsupported client option 'timeout'. It will be ignored.
tutor_local-caddy-1          | {"level":"info","ts":1636434861.8936853,"msg":"serving initial configuration"}
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:29,548Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "loaded module [transform]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:29,548Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "loaded module [transport-netty4]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:29,549Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "loaded module [vectors]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:29,549Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "loaded module [x-pack-analytics]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:29,550Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "loaded module [x-pack-async-search]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:29,552Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "loaded module [x-pack-autoscaling]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:29,552Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "loaded module [x-pack-ccr]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:29,554Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "loaded module [x-pack-core]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:29,554Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "loaded module [x-pack-deprecation]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:29,555Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "loaded module [x-pack-enrich]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:29,555Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "loaded module [x-pack-eql]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:29,557Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "loaded module [x-pack-graph]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:29,557Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "loaded module [x-pack-identity-provider]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:29,558Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "loaded module [x-pack-ilm]" }
tutor_local-lms-1            |     return func(request, *args, **kwargs)
tutor_local-lms-1            |   File "./lms/djangoapps/static_template_view/views.py", line 125, in render_500
tutor_local-lms-1            |     return HttpResponseServerError(render_to_string('static_templates/server-error.html', {}, request=request))
tutor_local-forum-1          | ERROR: ElasticSearch configuration validation failed. "rake search:validate_indices" failed with the following message: [404] {"error":{"root_cause":[{"type":"index_not_found_exception","reason":"no such index [comments]","resource.type":"index_or_alias","resource.id":"comments","index_uuid":"_na_","index":"comments"}],"type":"index_not_found_exception","reason":"no such index [comments]","resource.type":"index_or_alias","resource.id":"comments","index_uuid":"_na_","index":"comments"},"status":404}
tutor_local-forum-1          | Waiting for mongodb/elasticsearch...
tutor_local-forum-1          | 2021/11/09 05:42:57 Waiting for: tcp://mongodb:27017
tutor_local-forum-1          | 2021/11/09 05:42:57 Waiting for: http://elasticsearch:9200
tutor_local-forum-1          | 2021/11/09 05:42:57 Connected to tcp://mongodb:27017
tutor_local-forum-1          | 2021/11/09 05:42:57 Received 200 from http://elasticsearch:9200
tutor_local-forum-1          | W, [2021-11-09T05:42:58.771317 #19]  WARN -- : Overwriting existing field _id in class User.
tutor_local-forum-1          | W, [2021-11-09T05:42:58.798665 #19]  WARN -- : MONGODB | Unsupported client option 'max_retries'. It will be ignored.
tutor_local-forum-1          | W, [2021-11-09T05:42:58.798740 #19]  WARN -- : MONGODB | Unsupported client option 'retry_interval'. It will be ignored.
tutor_local-mongodb-1        | 2021-11-09T05:39:11.378+0000 I NETWORK  [conn158] end connection 172.21.0.8:50324 (3 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:39:18.151+0000 I NETWORK  [listener] connection accepted from 172.21.0.8:50332 #160 (4 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:39:18.154+0000 I NETWORK  [conn160] end connection 172.21.0.8:50332 (3 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:39:19.743+0000 I NETWORK  [listener] connection accepted from 172.21.0.8:50334 #161 (4 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:39:19.743+0000 I NETWORK  [conn161] end connection 172.21.0.8:50334 (3 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:39:19.743+0000 I NETWORK  [listener] connection accepted from 172.21.0.8:50336 #162 (4 connections now open)
tutor_local-forum-1          | W, [2021-11-09T05:42:58.798764 #19]  WARN -- : MONGODB | Unsupported client option 'timeout'. It will be ignored.
tutor_local-lms-1            |   File "/openedx/edx-platform/common/djangoapps/edxmako/shortcuts.py", line 182, in render_to_string
tutor_local-forum-1          | ERROR: ElasticSearch configuration validation failed. "rake search:validate_indices" failed with the following message: [404] {"error":{"root_cause":[{"type":"index_not_found_exception","reason":"no such index [comments]","resource.type":"index_or_alias","resource.id":"comments","index_uuid":"_na_","index":"comments"}],"type":"index_not_found_exception","reason":"no such index [comments]","resource.type":"index_or_alias","resource.id":"comments","index_uuid":"_na_","index":"comments"},"status":404}
tutor_local-forum-1          | Waiting for mongodb/elasticsearch...
tutor_local-forum-1          | 2021/11/09 05:43:59 Waiting for: tcp://mongodb:27017
tutor_local-forum-1          | 2021/11/09 05:43:59 Waiting for: http://elasticsearch:9200
tutor_local-forum-1          | 2021/11/09 05:43:59 Connected to tcp://mongodb:27017
tutor_local-forum-1          | 2021/11/09 05:43:59 Received 200 from http://elasticsearch:9200
tutor_local-forum-1          | W, [2021-11-09T05:44:01.335739 #17]  WARN -- : Overwriting existing field _id in class User.
tutor_local-forum-1          | W, [2021-11-09T05:44:01.375000 #17]  WARN -- : MONGODB | Unsupported client option 'max_retries'. It will be ignored.
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:29,559Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "loaded module [x-pack-logstash]" }
tutor_local-mongodb-1        | 2021-11-09T05:39:19.744+0000 I NETWORK  [conn162] received client metadata from 172.21.0.8:50336 conn162: { driver: { name: "mongo-ruby-driver", version: "2.5.3" }, os: { type: "linux", name: "linux-gnu", architecture: "x86_64" }, platform: "mongoid-7.0.5, 2.5.7, x86_64-linux, x86_64-pc-linux-gnu" }
tutor_local-mongodb-1        | 2021-11-09T05:39:19.746+0000 I NETWORK  [listener] connection accepted from 172.21.0.8:50338 #163 (5 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:39:19.746+0000 I NETWORK  [conn163] received client metadata from 172.21.0.8:50338 conn163: { driver: { name: "mongo-ruby-driver", version: "2.5.3" }, os: { type: "linux", name: "linux-gnu", architecture: "x86_64" }, platform: "mongoid-7.0.5, 2.5.7, x86_64-linux, x86_64-pc-linux-gnu" }
tutor_local-mongodb-1        | 2021-11-09T05:39:19.756+0000 I NETWORK  [conn163] end connection 172.21.0.8:50338 (4 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:39:19.756+0000 I NETWORK  [conn162] end connection 172.21.0.8:50336 (3 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:39:32.895+0000 I NETWORK  [listener] connection accepted from 172.21.0.8:50344 #164 (4 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:39:32.898+0000 I NETWORK  [conn164] end connection 172.21.0.8:50344 (3 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:39:34.417+0000 I NETWORK  [listener] connection accepted from 172.21.0.8:50346 #165 (4 connections now open)
tutor_local-forum-1          | W, [2021-11-09T05:44:01.375093 #17]  WARN -- : MONGODB | Unsupported client option 'retry_interval'. It will be ignored.
tutor_local-forum-1          | W, [2021-11-09T05:44:01.375120 #17]  WARN -- : MONGODB | Unsupported client option 'timeout'. It will be ignored.
tutor_local-forum-1          | ERROR: ElasticSearch configuration validation failed. "rake search:validate_indices" failed with the following message: [404] {"error":{"root_cause":[{"type":"index_not_found_exception","reason":"no such index [comments]","resource.type":"index_or_alias","resource.id":"comments","index_uuid":"_na_","index":"comments"}],"type":"index_not_found_exception","reason":"no such index [comments]","resource.type":"index_or_alias","resource.id":"comments","index_uuid":"_na_","index":"comments"},"status":404}
tutor_local-lms-1            |     return template.render(dictionary, request)
tutor_local-forum-1          | Waiting for mongodb/elasticsearch...
tutor_local-forum-1          | 2021/11/09 05:45:01 Waiting for: tcp://mongodb:27017
tutor_local-forum-1          | 2021/11/09 05:45:01 Waiting for: http://elasticsearch:9200
tutor_local-forum-1          | 2021/11/09 05:45:01 Connected to tcp://mongodb:27017
tutor_local-mongodb-1        | 2021-11-09T05:39:34.418+0000 I NETWORK  [conn165] end connection 172.21.0.8:50346 (3 connections now open)
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:29,560Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "loaded module [x-pack-ml]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:29,561Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "loaded module [x-pack-monitoring]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:29,561Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "loaded module [x-pack-ql]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:29,562Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "loaded module [x-pack-rollup]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:29,563Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "loaded module [x-pack-security]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:29,563Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "loaded module [x-pack-sql]" }
tutor_local-lms-1            |   File "/openedx/edx-platform/common/djangoapps/edxmako/template.py", line 82, in render
tutor_local-mongodb-1        | 2021-11-09T05:39:34.418+0000 I NETWORK  [listener] connection accepted from 172.21.0.8:50348 #166 (4 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:39:34.419+0000 I NETWORK  [conn166] received client metadata from 172.21.0.8:50348 conn166: { driver: { name: "mongo-ruby-driver", version: "2.5.3" }, os: { type: "linux", name: "linux-gnu", architecture: "x86_64" }, platform: "mongoid-7.0.5, 2.5.7, x86_64-linux, x86_64-pc-linux-gnu" }
tutor_local-mongodb-1        | 2021-11-09T05:39:34.421+0000 I NETWORK  [listener] connection accepted from 172.21.0.8:50350 #167 (5 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:39:34.421+0000 I NETWORK  [conn167] received client metadata from 172.21.0.8:50350 conn167: { driver: { name: "mongo-ruby-driver", version: "2.5.3" }, os: { type: "linux", name: "linux-gnu", architecture: "x86_64" }, platform: "mongoid-7.0.5, 2.5.7, x86_64-linux, x86_64-pc-linux-gnu" }
tutor_local-mongodb-1        | 2021-11-09T05:39:34.431+0000 I NETWORK  [conn166] end connection 172.21.0.8:50348 (4 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:39:34.431+0000 I NETWORK  [conn167] end connection 172.21.0.8:50350 (3 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:40:00.337+0000 I NETWORK  [listener] connection accepted from 172.21.0.8:50356 #168 (4 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:40:00.342+0000 I NETWORK  [conn168] end connection 172.21.0.8:50356 (3 connections now open)
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:29,564Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "loaded module [x-pack-voting-only-node]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:29,564Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "loaded module [x-pack-watcher]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:29,565Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "no plugins loaded" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:29,717Z", "level": "INFO", "component": "o.e.e.NodeEnvironment", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "using [1] data paths, mounts [[/usr/share/elasticsearch/data (/dev/sdb)]], net usable_space [232.2gb], net total_space [250.9gb], types [ext4]" }
tutor_local-mongodb-1        | 2021-11-09T05:40:01.839+0000 I NETWORK  [listener] connection accepted from 172.21.0.8:50358 #169 (4 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:40:01.840+0000 I NETWORK  [conn169] end connection 172.21.0.8:50358 (3 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:40:01.840+0000 I NETWORK  [listener] connection accepted from 172.21.0.8:50360 #170 (4 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:40:01.841+0000 I NETWORK  [conn170] received client metadata from 172.21.0.8:50360 conn170: { driver: { name: "mongo-ruby-driver", version: "2.5.3" }, os: { type: "linux", name: "linux-gnu", architecture: "x86_64" }, platform: "mongoid-7.0.5, 2.5.7, x86_64-linux, x86_64-pc-linux-gnu" }
tutor_local-mongodb-1        | 2021-11-09T05:40:01.843+0000 I NETWORK  [listener] connection accepted from 172.21.0.8:50362 #171 (5 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:40:01.843+0000 I NETWORK  [conn171] received client metadata from 172.21.0.8:50362 conn171: { driver: { name: "mongo-ruby-driver", version: "2.5.3" }, os: { type: "linux", name: "linux-gnu", architecture: "x86_64" }, platform: "mongoid-7.0.5, 2.5.7, x86_64-linux, x86_64-pc-linux-gnu" }
tutor_local-mongodb-1        | 2021-11-09T05:40:01.853+0000 I NETWORK  [conn171] end connection 172.21.0.8:50362 (4 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:40:01.853+0000 I NETWORK  [conn170] end connection 172.21.0.8:50360 (3 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:40:53.353+0000 I NETWORK  [listener] connection accepted from 172.21.0.8:50366 #172 (4 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:40:53.357+0000 I NETWORK  [conn172] end connection 172.21.0.8:50366 (3 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:40:54.933+0000 I NETWORK  [listener] connection accepted from 172.21.0.8:50370 #173 (4 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:40:54.934+0000 I NETWORK  [conn173] end connection 172.21.0.8:50370 (3 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:40:54.934+0000 I NETWORK  [listener] connection accepted from 172.21.0.8:50372 #174 (4 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:40:54.934+0000 I NETWORK  [conn174] received client metadata from 172.21.0.8:50372 conn174: { driver: { name: "mongo-ruby-driver", version: "2.5.3" }, os: { type: "linux", name: "linux-gnu", architecture: "x86_64" }, platform: "mongoid-7.0.5, 2.5.7, x86_64-linux, x86_64-pc-linux-gnu" }
tutor_local-mongodb-1        | 2021-11-09T05:40:54.936+0000 I NETWORK  [listener] connection accepted from 172.21.0.8:50374 #175 (5 connections now open)
tutor_local-forum-1          | 2021/11/09 05:45:01 Received 200 from http://elasticsearch:9200
tutor_local-lms-1            |     return self.mako_template.render_unicode(**context_dictionary)
tutor_local-lms-1            |   File "/openedx/venv/lib/python3.8/site-packages/mako/template.py", line 478, in render_unicode
tutor_local-lms-1            |     return runtime._render(
tutor_local-lms-1            |   File "/openedx/venv/lib/python3.8/site-packages/mako/runtime.py", line 878, in _render
tutor_local-lms-1            |     _render_context(
tutor_local-lms-1            |   File "/openedx/venv/lib/python3.8/site-packages/mako/runtime.py", line 920, in _render_context
tutor_local-lms-1            |     _exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
tutor_local-lms-1            |   File "/openedx/venv/lib/python3.8/site-packages/mako/runtime.py", line 947, in _exec_template
tutor_local-lms-1            |     callable_(context, *args, **kwargs)
tutor_local-lms-1            |   File "/tmp/mako_lms/ac16784d5a7c7e5647770588ca0dc619/main.html.py", line 345, in render_body
tutor_local-lms-1            |     runtime._include_file(context, (static.get_template_path('header.html')), _template_uri, online_help_token=online_help_token)
tutor_local-lms-1            |   File "/openedx/venv/lib/python3.8/site-packages/mako/runtime.py", line 795, in _include_file
tutor_local-lms-1            |     callable_(ctx, **kwargs)
tutor_local-lms-1            |   File "/tmp/mako_lms/ac16784d5a7c7e5647770588ca0dc619/header.html.py", line 34, in render_body
tutor_local-forum-1          | W, [2021-11-09T05:45:03.507766 #18]  WARN -- : Overwriting existing field _id in class User.
tutor_local-forum-1          | W, [2021-11-09T05:45:03.542921 #18]  WARN -- : MONGODB | Unsupported client option 'max_retries'. It will be ignored.
tutor_local-forum-1          | W, [2021-11-09T05:45:03.543005 #18]  WARN -- : MONGODB | Unsupported client option 'retry_interval'. It will be ignored.
tutor_local-forum-1          | W, [2021-11-09T05:45:03.543031 #18]  WARN -- : MONGODB | Unsupported client option 'timeout'. It will be ignored.
tutor_local-forum-1          | ERROR: ElasticSearch configuration validation failed. "rake search:validate_indices" failed with the following message: [404] {"error":{"root_cause":[{"type":"index_not_found_exception","reason":"no such index [comments]","resource.type":"index_or_alias","resource.id":"comments","index_uuid":"_na_","index":"comments"}],"type":"index_not_found_exception","reason":"no such index [comments]","resource.type":"index_or_alias","resource.id":"comments","index_uuid":"_na_","index":"comments"},"status":404}
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:29,717Z", "level": "INFO", "component": "o.e.e.NodeEnvironment", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "heap size [1gb], compressed ordinary object pointers [true]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:29,804Z", "level": "INFO", "component": "o.e.n.Node", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "node name [749900cc3b01], node ID [KDm2Fnj_ROSwi9WBBiqP7w], cluster name [openedx]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:38,283Z", "level": "INFO", "component": "o.e.x.s.a.s.FileRolesStore", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "parsed [0] roles from file [/usr/share/elasticsearch/config/roles.yml]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:39,348Z", "level": "INFO", "component": "o.e.x.m.p.l.CppLogMessageHandler", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "[controller/214] [Main.cc@115] controller (64 bit): Version 7.8.1 (Build d0d3f60f03220d) Copyright (c) 2020 Elasticsearch BV" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:40,616Z", "level": "DEBUG", "component": "o.e.a.ActionModule", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "Using REST wrapper from plugin org.elasticsearch.xpack.security.Security" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:40,939Z", "level": "INFO", "component": "o.e.d.DiscoveryModule", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "using discovery type [single-node] and seed hosts providers [settings]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:42,515Z", "level": "INFO", "component": "o.e.n.Node", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "initialized" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:42,516Z", "level": "INFO", "component": "o.e.n.Node", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "starting ..." }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:42,684Z", "level": "INFO", "component": "o.e.t.TransportService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "publish_address {172.21.0.6:9300}, bound_addresses {0.0.0.0:9300}" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:42,929Z", "level": "WARN", "component": "o.e.b.BootstrapChecks", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:42,953Z", "level": "INFO", "component": "o.e.c.c.Coordinator", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "setting initial configuration to VotingConfiguration{KDm2Fnj_ROSwi9WBBiqP7w}" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:43,210Z", "level": "INFO", "component": "o.e.c.s.MasterService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "elected-as-master ([1] nodes joined)[{749900cc3b01}{KDm2Fnj_ROSwi9WBBiqP7w}{IYW_xYP1Tcm0RB3jlxv4Kw}{172.21.0.6}{172.21.0.6:9300}{dilmrt}{ml.machine_memory=53727084544, xpack.installed=true, transform.node=true, ml.max_open_jobs=20} elect leader, _BECOME_MASTER_TASK_, _FINISH_ELECTION_], term: 1, version: 1, delta: master node changed {previous [], current [{749900cc3b01}{KDm2Fnj_ROSwi9WBBiqP7w}{IYW_xYP1Tcm0RB3jlxv4Kw}{172.21.0.6}{172.21.0.6:9300}{dilmrt}{ml.machine_memory=53727084544, xpack.installed=true, transform.node=true, ml.max_open_jobs=20}]}" }
tutor_local-lms-1            |     runtime._include_file(context, (static.get_template_path(relative_path='header/header.html')), _template_uri, online_help_token=online_help_token)
tutor_local-lms-1            |   File "/openedx/venv/lib/python3.8/site-packages/mako/runtime.py", line 795, in _include_file
tutor_local-lms-1            |     callable_(ctx, **kwargs)
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:43,280Z", "level": "INFO", "component": "o.e.c.c.CoordinationState", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "cluster UUID set to [-vs0byQZQeOAp2vaSj9H9g]" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:43,342Z", "level": "INFO", "component": "o.e.c.s.ClusterApplierService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "master node changed {previous [], current [{749900cc3b01}{KDm2Fnj_ROSwi9WBBiqP7w}{IYW_xYP1Tcm0RB3jlxv4Kw}{172.21.0.6}{172.21.0.6:9300}{dilmrt}{ml.machine_memory=53727084544, xpack.installed=true, transform.node=true, ml.max_open_jobs=20}]}, term: 1, version: 1, reason: Publication{term=1, version=1}" }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:43,403Z", "level": "INFO", "component": "o.e.h.AbstractHttpServerTransport", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "publish_address {172.21.0.6:9200}, bound_addresses {0.0.0.0:9200}", "cluster.uuid": "-vs0byQZQeOAp2vaSj9H9g", "node.id": "KDm2Fnj_ROSwi9WBBiqP7w"  }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:43,404Z", "level": "INFO", "component": "o.e.n.Node", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "started", "cluster.uuid": "-vs0byQZQeOAp2vaSj9H9g", "node.id": "KDm2Fnj_ROSwi9WBBiqP7w"  }
tutor_local-lms-1            |   File "/tmp/mako_lms/ac16784d5a7c7e5647770588ca0dc619/header/header.html.py", line 77, in render_body
tutor_local-lms-1            |     if waffle.switch_is_active('enable_unsupported_browser_alert'):
tutor_local-lms-1            |   File "/openedx/venv/lib/python3.8/site-packages/waffle/__init__.py", line 21, in switch_is_active
tutor_local-lms-1            |     switch = Switch.get(switch_name)
tutor_local-lms-1            |   File "/openedx/venv/lib/python3.8/site-packages/waffle/models.py", line 46, in get
tutor_local-lms-1            |     obj = cls.get_from_db(name)
tutor_local-lms-1            |   File "/openedx/venv/lib/python3.8/site-packages/waffle/models.py", line 59, in get_from_db
tutor_local-lms-1            |     return objects.get(name=name)
tutor_local-lms-1            |   File "/openedx/venv/lib/python3.8/site-packages/django/db/models/manager.py", line 82, in manager_method
tutor_local-lms-1            |     return getattr(self.get_queryset(), name)(*args, **kwargs)
tutor_local-lms-1            |   File "/openedx/venv/lib/python3.8/site-packages/django/db/models/query.py", line 402, in get
tutor_local-lms-1            |     num = len(clone)
tutor_local-lms-1            |   File "/openedx/venv/lib/python3.8/site-packages/django/db/models/query.py", line 256, in __len__
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:43,440Z", "level": "INFO", "component": "o.e.x.c.t.IndexTemplateRegistry", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "adding index template [.watch-history-11] for [watcher], because it doesn't exist", "cluster.uuid": "-vs0byQZQeOAp2vaSj9H9g", "node.id": "KDm2Fnj_ROSwi9WBBiqP7w"  }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:43,442Z", "level": "INFO", "component": "o.e.x.c.t.IndexTemplateRegistry", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "adding index template [.triggered_watches] for [watcher], because it doesn't exist", "cluster.uuid": "-vs0byQZQeOAp2vaSj9H9g", "node.id": "KDm2Fnj_ROSwi9WBBiqP7w"  }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:43,443Z", "level": "INFO", "component": "o.e.x.c.t.IndexTemplateRegistry", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "adding index template [.watches] for [watcher], because it doesn't exist", "cluster.uuid": "-vs0byQZQeOAp2vaSj9H9g", "node.id": "KDm2Fnj_ROSwi9WBBiqP7w"  }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:43,464Z", "level": "INFO", "component": "o.e.x.c.t.IndexTemplateRegistry", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "adding index template [.ml-anomalies-] for [ml], because it doesn't exist", "cluster.uuid": "-vs0byQZQeOAp2vaSj9H9g", "node.id": "KDm2Fnj_ROSwi9WBBiqP7w"  }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:43,465Z", "level": "INFO", "component": "o.e.x.c.t.IndexTemplateRegistry", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "adding index template [.ml-state] for [ml], because it doesn't exist", "cluster.uuid": "-vs0byQZQeOAp2vaSj9H9g", "node.id": "KDm2Fnj_ROSwi9WBBiqP7w"  }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:43,465Z", "level": "INFO", "component": "o.e.x.c.t.IndexTemplateRegistry", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "adding index template [.ml-config] for [ml], because it doesn't exist", "cluster.uuid": "-vs0byQZQeOAp2vaSj9H9g", "node.id": "KDm2Fnj_ROSwi9WBBiqP7w"  }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:43,466Z", "level": "INFO", "component": "o.e.x.c.t.IndexTemplateRegistry", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "adding index template [.ml-inference-000002] for [ml], because it doesn't exist", "cluster.uuid": "-vs0byQZQeOAp2vaSj9H9g", "node.id": "KDm2Fnj_ROSwi9WBBiqP7w"  }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:43,466Z", "level": "INFO", "component": "o.e.x.c.t.IndexTemplateRegistry", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "adding index template [.ml-meta] for [ml], because it doesn't exist", "cluster.uuid": "-vs0byQZQeOAp2vaSj9H9g", "node.id": "KDm2Fnj_ROSwi9WBBiqP7w"  }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:43,469Z", "level": "INFO", "component": "o.e.x.c.t.IndexTemplateRegistry", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "adding index template [.ml-notifications-000001] for [ml], because it doesn't exist", "cluster.uuid": "-vs0byQZQeOAp2vaSj9H9g", "node.id": "KDm2Fnj_ROSwi9WBBiqP7w"  }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:43,470Z", "level": "INFO", "component": "o.e.x.c.t.IndexTemplateRegistry", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "adding index template [.ml-stats] for [ml], because it doesn't exist", "cluster.uuid": "-vs0byQZQeOAp2vaSj9H9g", "node.id": "KDm2Fnj_ROSwi9WBBiqP7w"  }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:43,482Z", "level": "INFO", "component": "o.e.x.c.t.IndexTemplateRegistry", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "adding index template [ilm-history] for [index_lifecycle], because it doesn't exist", "cluster.uuid": "-vs0byQZQeOAp2vaSj9H9g", "node.id": "KDm2Fnj_ROSwi9WBBiqP7w"  }
tutor_local-lms-1            |     self._fetch_all()
tutor_local-lms-1            |   File "/openedx/venv/lib/python3.8/site-packages/django/db/models/query.py", line 1242, in _fetch_all
tutor_local-lms-1            |     self._result_cache = list(self._iterable_class(self))
tutor_local-mongodb-1        | 2021-11-09T05:40:54.937+0000 I NETWORK  [conn175] received client metadata from 172.21.0.8:50374 conn175: { driver: { name: "mongo-ruby-driver", version: "2.5.3" }, os: { type: "linux", name: "linux-gnu", architecture: "x86_64" }, platform: "mongoid-7.0.5, 2.5.7, x86_64-linux, x86_64-pc-linux-gnu" }
tutor_local-mongodb-1        | 2021-11-09T05:40:54.947+0000 I NETWORK  [conn175] end connection 172.21.0.8:50374 (4 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:40:54.947+0000 I NETWORK  [conn174] end connection 172.21.0.8:50372 (3 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:41:55.272+0000 I NETWORK  [listener] connection accepted from 172.21.0.8:50378 #176 (4 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:41:55.275+0000 I NETWORK  [conn176] end connection 172.21.0.8:50378 (3 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:41:56.928+0000 I NETWORK  [listener] connection accepted from 172.21.0.8:50382 #177 (4 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:41:56.928+0000 I NETWORK  [conn177] end connection 172.21.0.8:50382 (3 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:41:56.928+0000 I NETWORK  [listener] connection accepted from 172.21.0.8:50384 #178 (4 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:41:56.928+0000 I NETWORK  [conn178] received client metadata from 172.21.0.8:50384 conn178: { driver: { name: "mongo-ruby-driver", version: "2.5.3" }, os: { type: "linux", name: "linux-gnu", architecture: "x86_64" }, platform: "mongoid-7.0.5, 2.5.7, x86_64-linux, x86_64-pc-linux-gnu" }
tutor_local-lms-1            |   File "/openedx/venv/lib/python3.8/site-packages/django/db/models/query.py", line 55, in __iter__
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:43,485Z", "level": "INFO", "component": "o.e.x.c.t.IndexTemplateRegistry", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "adding index template [.slm-history] for [index_lifecycle], because it doesn't exist", "cluster.uuid": "-vs0byQZQeOAp2vaSj9H9g", "node.id": "KDm2Fnj_ROSwi9WBBiqP7w"  }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:43,545Z", "level": "INFO", "component": "o.e.g.GatewayService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "recovered [0] indices into cluster_state", "cluster.uuid": "-vs0byQZQeOAp2vaSj9H9g", "node.id": "KDm2Fnj_ROSwi9WBBiqP7w"  }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:43,896Z", "level": "INFO", "component": "o.e.c.m.MetadataIndexTemplateService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "adding template [.watch-history-11] for index patterns [.watcher-history-11*]", "cluster.uuid": "-vs0byQZQeOAp2vaSj9H9g", "node.id": "KDm2Fnj_ROSwi9WBBiqP7w"  }
tutor_local-lms-1            |     results = compiler.execute_sql(chunked_fetch=self.chunked_fetch, chunk_size=self.chunk_size)
tutor_local-lms-1            |   File "/openedx/venv/lib/python3.8/site-packages/django/db/models/sql/compiler.py", line 1140, in execute_sql
tutor_local-lms-1            |     cursor = self.connection.cursor()
tutor_local-lms-1            |   File "/openedx/venv/lib/python3.8/site-packages/django/db/backends/base/base.py", line 256, in cursor
tutor_local-lms-1            |     return self._cursor()
tutor_local-lms-1            |   File "/openedx/venv/lib/python3.8/site-packages/django/db/backends/base/base.py", line 233, in _cursor
tutor_local-lms-1            |     self.ensure_connection()
tutor_local-lms-1            |   File "/openedx/venv/lib/python3.8/site-packages/django/db/backends/base/base.py", line 217, in ensure_connection
tutor_local-lms-1            |     self.connect()
tutor_local-lms-1            |   File "/openedx/venv/lib/python3.8/site-packages/django/db/utils.py", line 89, in __exit__
tutor_local-lms-1            |     raise dj_exc_value.with_traceback(traceback) from exc_value
tutor_local-lms-1            |   File "/openedx/venv/lib/python3.8/site-packages/django/db/backends/base/base.py", line 217, in ensure_connection
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:43,979Z", "level": "INFO", "component": "o.e.c.m.MetadataIndexTemplateService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "adding template [.triggered_watches] for index patterns [.triggered_watches*]", "cluster.uuid": "-vs0byQZQeOAp2vaSj9H9g", "node.id": "KDm2Fnj_ROSwi9WBBiqP7w"  }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:44,073Z", "level": "INFO", "component": "o.e.c.m.MetadataIndexTemplateService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "adding template [.watches] for index patterns [.watches*]", "cluster.uuid": "-vs0byQZQeOAp2vaSj9H9g", "node.id": "KDm2Fnj_ROSwi9WBBiqP7w"  }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:44,167Z", "level": "INFO", "component": "o.e.c.m.MetadataIndexTemplateService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "adding template [.ml-state] for index patterns [.ml-state*]", "cluster.uuid": "-vs0byQZQeOAp2vaSj9H9g", "node.id": "KDm2Fnj_ROSwi9WBBiqP7w"  }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:44,259Z", "level": "INFO", "component": "o.e.c.m.MetadataIndexTemplateService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "adding template [.ml-meta] for index patterns [.ml-meta]", "cluster.uuid": "-vs0byQZQeOAp2vaSj9H9g", "node.id": "KDm2Fnj_ROSwi9WBBiqP7w"  }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:44,358Z", "level": "INFO", "component": "o.e.c.m.MetadataIndexTemplateService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "adding template [.ml-inference-000002] for index patterns [.ml-inference-000002]", "cluster.uuid": "-vs0byQZQeOAp2vaSj9H9g", "node.id": "KDm2Fnj_ROSwi9WBBiqP7w"  }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:44,439Z", "level": "INFO", "component": "o.e.c.m.MetadataIndexTemplateService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "adding template [.ml-notifications-000001] for index patterns [.ml-notifications-000001]", "cluster.uuid": "-vs0byQZQeOAp2vaSj9H9g", "node.id": "KDm2Fnj_ROSwi9WBBiqP7w"  }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:44,532Z", "level": "INFO", "component": "o.e.c.m.MetadataIndexTemplateService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "adding template [.ml-config] for index patterns [.ml-config]", "cluster.uuid": "-vs0byQZQeOAp2vaSj9H9g", "node.id": "KDm2Fnj_ROSwi9WBBiqP7w"  }
tutor_local-lms-1            |     self.connect()
tutor_local-lms-1            |   File "/openedx/venv/lib/python3.8/site-packages/django/db/backends/base/base.py", line 195, in connect
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:44,615Z", "level": "INFO", "component": "o.e.c.m.MetadataIndexTemplateService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "adding template [.ml-stats] for index patterns [.ml-stats-*]", "cluster.uuid": "-vs0byQZQeOAp2vaSj9H9g", "node.id": "KDm2Fnj_ROSwi9WBBiqP7w"  }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:44,725Z", "level": "INFO", "component": "o.e.c.m.MetadataIndexTemplateService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "adding template [.ml-anomalies-] for index patterns [.ml-anomalies-*]", "cluster.uuid": "-vs0byQZQeOAp2vaSj9H9g", "node.id": "KDm2Fnj_ROSwi9WBBiqP7w"  }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:44,809Z", "level": "INFO", "component": "o.e.c.m.MetadataIndexTemplateService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "adding template [ilm-history] for index patterns [ilm-history-2*]", "cluster.uuid": "-vs0byQZQeOAp2vaSj9H9g", "node.id": "KDm2Fnj_ROSwi9WBBiqP7w"  }
tutor_local-lms-1            |     self.connection = self.get_new_connection(conn_params)
tutor_local-lms-1            |   File "/openedx/venv/lib/python3.8/site-packages/django/db/backends/mysql/base.py", line 227, in get_new_connection
tutor_local-lms-1            |     return Database.connect(**conn_params)
tutor_local-lms-1            |   File "/openedx/venv/lib/python3.8/site-packages/MySQLdb/__init__.py", line 130, in Connect
tutor_local-lms-1            |     return Connection(*args, **kwargs)
tutor_local-lms-1            |   File "/openedx/venv/lib/python3.8/site-packages/MySQLdb/connections.py", line 185, in __init__
tutor_local-lms-1            |     super().__init__(*args, **kwargs2)
tutor_local-lms-1            | django.db.utils.OperationalError: (1045, "Access denied for user 'openedx'@'172.21.0.9' (using password: YES)")
tutor_local-lms-1            | [pid: 7|app: 0|req: 3/7] 172.21.0.12 () {44 vars in 789 bytes} [Tue Nov  9 05:34:53 2021] GET / => generated 0 bytes in 206 msecs (HTTP/1.0 500) 0 headers in 0 bytes (0 switches on core 0)
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:44,890Z", "level": "INFO", "component": "o.e.c.m.MetadataIndexTemplateService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "adding template [.slm-history] for index patterns [.slm-history-2*]", "cluster.uuid": "-vs0byQZQeOAp2vaSj9H9g", "node.id": "KDm2Fnj_ROSwi9WBBiqP7w"  }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:44,975Z", "level": "INFO", "component": "o.e.c.m.MetadataIndexTemplateService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "adding template [.monitoring-logstash] for index patterns [.monitoring-logstash-7-*]", "cluster.uuid": "-vs0byQZQeOAp2vaSj9H9g", "node.id": "KDm2Fnj_ROSwi9WBBiqP7w"  }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:45,074Z", "level": "INFO", "component": "o.e.c.m.MetadataIndexTemplateService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "adding template [.monitoring-es] for index patterns [.monitoring-es-7-*]", "cluster.uuid": "-vs0byQZQeOAp2vaSj9H9g", "node.id": "KDm2Fnj_ROSwi9WBBiqP7w"  }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:45,169Z", "level": "INFO", "component": "o.e.c.m.MetadataIndexTemplateService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "adding template [.monitoring-beats] for index patterns [.monitoring-beats-7-*]", "cluster.uuid": "-vs0byQZQeOAp2vaSj9H9g", "node.id": "KDm2Fnj_ROSwi9WBBiqP7w"  }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:45,250Z", "level": "INFO", "component": "o.e.c.m.MetadataIndexTemplateService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "adding template [.monitoring-alerts-7] for index patterns [.monitoring-alerts-7]", "cluster.uuid": "-vs0byQZQeOAp2vaSj9H9g", "node.id": "KDm2Fnj_ROSwi9WBBiqP7w"  }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:45,345Z", "level": "INFO", "component": "o.e.c.m.MetadataIndexTemplateService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "adding template [.monitoring-kibana] for index patterns [.monitoring-kibana-7-*]", "cluster.uuid": "-vs0byQZQeOAp2vaSj9H9g", "node.id": "KDm2Fnj_ROSwi9WBBiqP7w"  }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:45,418Z", "level": "INFO", "component": "o.e.x.i.a.TransportPutLifecycleAction", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "adding index lifecycle policy [watch-history-ilm-policy]", "cluster.uuid": "-vs0byQZQeOAp2vaSj9H9g", "node.id": "KDm2Fnj_ROSwi9WBBiqP7w"  }
tutor_local-mongodb-1        | 2021-11-09T05:41:56.931+0000 I NETWORK  [listener] connection accepted from 172.21.0.8:50386 #179 (5 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:41:56.932+0000 I NETWORK  [conn179] received client metadata from 172.21.0.8:50386 conn179: { driver: { name: "mongo-ruby-driver", version: "2.5.3" }, os: { type: "linux", name: "linux-gnu", architecture: "x86_64" }, platform: "mongoid-7.0.5, 2.5.7, x86_64-linux, x86_64-pc-linux-gnu" }
tutor_local-mongodb-1        | 2021-11-09T05:41:56.942+0000 I NETWORK  [conn179] end connection 172.21.0.8:50386 (4 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:41:56.942+0000 I NETWORK  [conn178] end connection 172.21.0.8:50384 (3 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:42:57.264+0000 I NETWORK  [listener] connection accepted from 172.21.0.8:50392 #180 (4 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:42:57.267+0000 I NETWORK  [conn180] end connection 172.21.0.8:50392 (3 connections now open)
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:45,531Z", "level": "INFO", "component": "o.e.x.i.a.TransportPutLifecycleAction", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "adding index lifecycle policy [ml-size-based-ilm-policy]", "cluster.uuid": "-vs0byQZQeOAp2vaSj9H9g", "node.id": "KDm2Fnj_ROSwi9WBBiqP7w"  }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:45,647Z", "level": "INFO", "component": "o.e.x.i.a.TransportPutLifecycleAction", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "adding index lifecycle policy [ilm-history-ilm-policy]", "cluster.uuid": "-vs0byQZQeOAp2vaSj9H9g", "node.id": "KDm2Fnj_ROSwi9WBBiqP7w"  }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:45,743Z", "level": "INFO", "component": "o.e.x.i.a.TransportPutLifecycleAction", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "adding index lifecycle policy [slm-history-ilm-policy]", "cluster.uuid": "-vs0byQZQeOAp2vaSj9H9g", "node.id": "KDm2Fnj_ROSwi9WBBiqP7w"  }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:46,006Z", "level": "INFO", "component": "o.e.l.LicenseService", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "license [86a58c17-5a73-4765-a08c-ff73cf6411e0] mode [basic] - valid", "cluster.uuid": "-vs0byQZQeOAp2vaSj9H9g", "node.id": "KDm2Fnj_ROSwi9WBBiqP7w"  }
tutor_local-elasticsearch-1  | {"type": "server", "timestamp": "2021-11-09T05:14:46,008Z", "level": "INFO", "component": "o.e.x.s.s.SecurityStatusChangeListener", "cluster.name": "openedx", "node.name": "749900cc3b01", "message": "Active license is now [BASIC]; Security is disabled", "cluster.uuid": "-vs0byQZQeOAp2vaSj9H9g", "node.id": "KDm2Fnj_ROSwi9WBBiqP7w"  }
tutor_local-mongodb-1        | 2021-11-09T05:42:58.800+0000 I NETWORK  [listener] connection accepted from 172.21.0.8:50394 #181 (4 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:42:58.800+0000 I NETWORK  [conn181] end connection 172.21.0.8:50394 (3 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:42:58.801+0000 I NETWORK  [listener] connection accepted from 172.21.0.8:50396 #182 (4 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:42:58.801+0000 I NETWORK  [conn182] received client metadata from 172.21.0.8:50396 conn182: { driver: { name: "mongo-ruby-driver", version: "2.5.3" }, os: { type: "linux", name: "linux-gnu", architecture: "x86_64" }, platform: "mongoid-7.0.5, 2.5.7, x86_64-linux, x86_64-pc-linux-gnu" }
tutor_local-mongodb-1        | 2021-11-09T05:42:58.804+0000 I NETWORK  [listener] connection accepted from 172.21.0.8:50398 #183 (5 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:42:58.804+0000 I NETWORK  [conn183] received client metadata from 172.21.0.8:50398 conn183: { driver: { name: "mongo-ruby-driver", version: "2.5.3" }, os: { type: "linux", name: "linux-gnu", architecture: "x86_64" }, platform: "mongoid-7.0.5, 2.5.7, x86_64-linux, x86_64-pc-linux-gnu" }
tutor_local-mongodb-1        | 2021-11-09T05:42:58.814+0000 I NETWORK  [conn183] end connection 172.21.0.8:50398 (4 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:42:58.814+0000 I NETWORK  [conn182] end connection 172.21.0.8:50396 (3 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:43:59.143+0000 I NETWORK  [listener] connection accepted from 172.21.0.8:50404 #184 (4 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:43:59.147+0000 I NETWORK  [conn184] end connection 172.21.0.8:50404 (3 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:44:01.377+0000 I NETWORK  [listener] connection accepted from 172.21.0.8:50406 #185 (4 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:44:01.377+0000 I NETWORK  [conn185] end connection 172.21.0.8:50406 (3 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:44:01.377+0000 I NETWORK  [listener] connection accepted from 172.21.0.8:50408 #186 (4 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:44:01.378+0000 I NETWORK  [conn186] received client metadata from 172.21.0.8:50408 conn186: { driver: { name: "mongo-ruby-driver", version: "2.5.3" }, os: { type: "linux", name: "linux-gnu", architecture: "x86_64" }, platform: "mongoid-7.0.5, 2.5.7, x86_64-linux, x86_64-pc-linux-gnu" }
tutor_local-mongodb-1        | 2021-11-09T05:44:01.380+0000 I NETWORK  [listener] connection accepted from 172.21.0.8:50410 #187 (5 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:44:01.380+0000 I NETWORK  [conn187] received client metadata from 172.21.0.8:50410 conn187: { driver: { name: "mongo-ruby-driver", version: "2.5.3" }, os: { type: "linux", name: "linux-gnu", architecture: "x86_64" }, platform: "mongoid-7.0.5, 2.5.7, x86_64-linux, x86_64-pc-linux-gnu" }
tutor_local-mongodb-1        | 2021-11-09T05:44:01.392+0000 I NETWORK  [conn187] end connection 172.21.0.8:50410 (4 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:44:01.392+0000 I NETWORK  [conn186] end connection 172.21.0.8:50408 (3 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:45:01.700+0000 I NETWORK  [listener] connection accepted from 172.21.0.8:50416 #188 (4 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:45:01.702+0000 I NETWORK  [conn188] end connection 172.21.0.8:50416 (3 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:45:03.544+0000 I NETWORK  [listener] connection accepted from 172.21.0.8:50418 #189 (4 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:45:03.545+0000 I NETWORK  [conn189] end connection 172.21.0.8:50418 (3 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:45:03.545+0000 I NETWORK  [listener] connection accepted from 172.21.0.8:50420 #190 (4 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:45:03.545+0000 I NETWORK  [conn190] received client metadata from 172.21.0.8:50420 conn190: { driver: { name: "mongo-ruby-driver", version: "2.5.3" }, os: { type: "linux", name: "linux-gnu", architecture: "x86_64" }, platform: "mongoid-7.0.5, 2.5.7, x86_64-linux, x86_64-pc-linux-gnu" }
tutor_local-mongodb-1        | 2021-11-09T05:45:03.548+0000 I NETWORK  [listener] connection accepted from 172.21.0.8:50422 #191 (5 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:45:03.548+0000 I NETWORK  [conn191] received client metadata from 172.21.0.8:50422 conn191: { driver: { name: "mongo-ruby-driver", version: "2.5.3" }, os: { type: "linux", name: "linux-gnu", architecture: "x86_64" }, platform: "mongoid-7.0.5, 2.5.7, x86_64-linux, x86_64-pc-linux-gnu" }
tutor_local-mongodb-1        | 2021-11-09T05:45:03.559+0000 I NETWORK  [conn191] end connection 172.21.0.8:50422 (4 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:45:03.559+0000 I NETWORK  [conn190] end connection 172.21.0.8:50420 (3 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:46:03.881+0000 I NETWORK  [listener] connection accepted from 172.21.0.8:50426 #192 (4 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:46:03.884+0000 I NETWORK  [conn192] end connection 172.21.0.8:50426 (3 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:46:05.672+0000 I NETWORK  [listener] connection accepted from 172.21.0.8:50430 #193 (4 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:46:05.672+0000 I NETWORK  [conn193] end connection 172.21.0.8:50430 (3 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:46:05.673+0000 I NETWORK  [listener] connection accepted from 172.21.0.8:50432 #194 (4 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:46:05.673+0000 I NETWORK  [conn194] received client metadata from 172.21.0.8:50432 conn194: { driver: { name: "mongo-ruby-driver", version: "2.5.3" }, os: { type: "linux", name: "linux-gnu", architecture: "x86_64" }, platform: "mongoid-7.0.5, 2.5.7, x86_64-linux, x86_64-pc-linux-gnu" }
tutor_local-mongodb-1        | 2021-11-09T05:46:05.676+0000 I NETWORK  [listener] connection accepted from 172.21.0.8:50434 #195 (5 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:46:05.676+0000 I NETWORK  [conn195] received client metadata from 172.21.0.8:50434 conn195: { driver: { name: "mongo-ruby-driver", version: "2.5.3" }, os: { type: "linux", name: "linux-gnu", architecture: "x86_64" }, platform: "mongoid-7.0.5, 2.5.7, x86_64-linux, x86_64-pc-linux-gnu" }
tutor_local-mongodb-1        | 2021-11-09T05:46:05.687+0000 I NETWORK  [conn195] end connection 172.21.0.8:50434 (4 connections now open)
tutor_local-mongodb-1        | 2021-11-09T05:46:05.687+0000 I NETWORK  [conn194] end connection 172.21.0.8:50432 (3 connections now open)

Environment Windows 10 20H2 WSL2 - Ubuntu 20.04 LTS tutor, version 12.1.6

Additional context Seems kinda related with issue #34 ? Not sure

iamCristYe commented 2 years ago

have you tried tutor local quickstart? Please note you should post your problems on the tutor forum (https://discuss.overhang.io/) instead open an issue.

regisb commented 2 years ago

Please don't use Github issues for feature requests or for support. Instead, you should create a new topic in the official Tutor forums: https://discuss.overhang.io.

The process for troubleshooting an existing installation and for contributing to the platform is described in the docs: https://docs.tutor.overhang.io/troubleshooting.html https://docs.tutor.overhang.io/tutor.html#contributing