Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to Log In After Successful Deployment with Docker Compose #44

Closed
ignorantimt opened this issue Sep 12, 2024 · 6 comments
Closed

Comments

@ignorantimt
Copy link

ignorantimt commented Sep 12, 2024

I followed the instructions to generate a docker-compose.yml file and proceeded with the deployment. However, I am unable to log in to the application.

Environment:

Architecture: x86_64
Operating System: Ubuntu 22.04

docker-compose.yml:

version: '3'
services:
  redis:
    image: redis
    container_name: redis-instance
    restart: unless-stopped
    ports:
      - '6379:6379'
  mongo:
    image: mongo:latest
    container_name: mongo-instance
    restart: unless-stopped
    ports:
      - '27017:27017'
  mngr:
    image: gokalpgoren/mngr:v1.0.3-amd64
    container_name: mngr-instance
    restart: unless-stopped
    network_mode: host
    depends_on:
      - redis
      - mongo
    environment:
      - TZ=Asia/Shanghai
      - REDIS_HOST=127.0.0.1
      - REDIS_PORT=6379
      - WEBSERVER_PORT=8072
      - MONGODB_CS=mongodb://localhost:27017
      - SENSE_AI_IMAGE=0
      - ROOT_DIR_PATHS=/recording_data
      - SNAPSHOT_PROC_COUNT=4
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock
      - /recording_data:/recording_data
  ffmpeg_service:
    image: gokalpgoren/ffmpeg_service:v1.0.3-amd64
    container_name: ffmpeg_service-instance
    restart: unless-stopped
    network_mode: host
    depends_on:
      - redis
      - mngr
    environment:
      - TZ=Asia/Shanghai
      - REDIS_HOST=127.0.0.1
      - REDIS_PORT=6379
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock
      - /recording_data:/recording_data
  snapshot_service:
    image: gokalpgoren/snapshot_service:v1.0.3-amd64
    container_name: snapshot_service-instance
    restart: unless-stopped
    network_mode: host
    depends_on:
      - redis
      - ffmpeg_service
    environment:
      - TZ=Asia/Shanghai
      - REDIS_HOST=127.0.0.1
      - REDIS_PORT=6379
  senseai_service:
    image: gokalpgoren/senseai_service:v1.0.3-amd64
    container_name: senseai_service-instance
    restart: unless-stopped
    network_mode: host
    depends_on:
      - redis
      - ffmpeg_service
      - snapshot_service
      - smcp
    environment:
      - TZ=Asia/Shanghai
      - REDIS_HOST=127.0.0.1
      - REDIS_PORT=6379
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock
      - /recording_data:/recording_data
  smcp:
    image: gokalpgoren/smcp:v1.0.3-amd64
    container_name: smcp-instance
    restart: unless-stopped
    network_mode: host
    depends_on:
      - redis
      - mongo
      - mngr
    environment:
      - TZ=Asia/Shanghai
      - REDIS_HOST=127.0.0.1
      - REDIS_PORT=6379
    volumes:
      - /recording_data:/recording_data
  webapp:
    image: gokalpgoren/webapp:v1.0.3-amd64
    container_name: webapp-instance
    restart: unless-stopped
    depends_on:
      - mngr
    environment:
      - TZ=Asia/Shanghai
      - REDIS_HOST=127.0.0.1
      - REDIS_PORT=6379
    ports:
      - '8080:80'

Logs:

Creating network "feniks_default" with the default driver
Creating redis-instance ... done
Creating mongo-instance ... done
Creating mngr-instance  ... done
Creating webapp-instance           ... done
Creating ffmpeg_service-instance ... done
Creating smcp-instance             ... done
Creating snapshot_service-instance ... done
Creating senseai_service-instance  ... done
Attaching to redis-instance, mongo-instance, mngr-instance, ffmpeg_service-instance, smcp-instance, webapp-instance, snapshot_service-instance, senseai_service-instance
mngr-instance       | 2024/09/12 10:48:02 Redis host:  127.0.0.1
mngr-instance       | 2024/09/12 10:48:02 Redis port:  6379
redis-instance      | 1:C 12 Sep 2024 02:48:02.443 # WARNING Memory overcommit must be enabled! Without it, a background save or replication may fail under low memory condition. Being disabled, it can also cause failures without low memory condition, see https://github.com/jemalloc/jemalloc/issues/1328. 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.
redis-instance      | 1:C 12 Sep 2024 02:48:02.443 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
redis-instance      | 1:C 12 Sep 2024 02:48:02.443 * Redis version=7.4.0, bits=64, commit=00000000, modified=0, pid=1, just started
redis-instance      | 1:C 12 Sep 2024 02:48:02.443 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:02.599+00:00"},"s":"I",  "c":"CONTROL",  "id":23285,   "ctx":"main","msg":"Automatically disabling TLS 1.0, to force-enable TLS 1.0 specify --sslDisabledProtocols 'none'"}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:02.599+00:00"},"s":"I",  "c":"NETWORK",  "id":4915701, "ctx":"main","msg":"Initialized wire specification","attr":{"spec":{"incomingExternalClient":{"minWireVersion":0,"maxWireVersion":21},"incomingInternalClient":{"minWireVersion":0,"maxWireVersion":21},"outgoing":{"minWireVersion":6,"maxWireVersion":21},"isInternalClient":true}}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:02.601+00:00"},"s":"I",  "c":"NETWORK",  "id":4648601, "ctx":"main","msg":"Implicit TCP FastOpen unavailable. If TCP FastOpen is required, set tcpFastOpenServer, tcpFastOpenClient, and tcpFastOpenQueueSize."}
redis-instance      | 1:M 12 Sep 2024 02:48:02.443 * monotonic clock: POSIX clock_gettime
mngr-instance       | 2024/09/12 10:48:02 Session timeout has been checked
mngr-instance       | ROOT_DIR_PATHS: /recording_data
mngr-instance       | SENSE_AI_IMAGE: 0
mngr-instance       | SENSE_AI_HOST not found
mngr-instance       | SENSE_AI_PORT not found
mngr-instance       | SNAPSHOT_PROC_COUNT: 4
mngr-instance       | MS_PORT_START not found
mngr-instance       | MS_PORT_END not found
mngr-instance       | READONLY_MODE not found
redis-instance      | 1:M 12 Sep 2024 02:48:02.445 * Running mode=standalone, port=6379.
mngr-instance       | 2024/09/12 10:48:02 MONGODB_CS: mongodb://localhost:27017
mngr-instance       | 2024/09/12 10:48:02 DirPaths:  [/recording_data]
mngr-instance       | 2024/09/12 10:48:02 Config file is not changed
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:02.603+00:00"},"s":"I",  "c":"REPL",     "id":5123008, "ctx":"main","msg":"Successfully registered PrimaryOnlyService","attr":{"service":"TenantMigrationDonorService","namespace":"config.tenantMigrationDonors"}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:02.603+00:00"},"s":"I",  "c":"REPL",     "id":5123008, "ctx":"main","msg":"Successfully registered PrimaryOnlyService","attr":{"service":"TenantMigrationRecipientService","namespace":"config.tenantMigrationRecipients"}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:02.603+00:00"},"s":"I",  "c":"CONTROL",  "id":5945603, "ctx":"main","msg":"Multi threading initialized"}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:02.603+00:00"},"s":"I",  "c":"TENANT_M", "id":7091600, "ctx":"main","msg":"Starting TenantMigrationAccessBlockerRegistry"}
redis-instance      | 1:M 12 Sep 2024 02:48:02.446 * Server initialized
redis-instance      | 1:M 12 Sep 2024 02:48:02.446 * Ready to accept connections tcp
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:02.603+00:00"},"s":"I",  "c":"CONTROL",  "id":4615611, "ctx":"initandlisten","msg":"MongoDB starting","attr":{"pid":1,"port":27017,"dbPath":"/data/db","architecture":"64-bit","host":"e9aa9ced98bc"}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:02.603+00:00"},"s":"I",  "c":"CONTROL",  "id":23403,   "ctx":"initandlisten","msg":"Build Info","attr":{"buildInfo":{"version":"7.0.14","gitVersion":"ce59cfc6a3c5e5c067dca0d30697edd68d4f5188","openSSLVersion":"OpenSSL 3.0.2 15 Mar 2022","modules":[],"allocator":"tcmalloc","environment":{"distmod":"ubuntu2204","distarch":"x86_64","target_arch":"x86_64"}}}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:02.603+00:00"},"s":"I",  "c":"CONTROL",  "id":51765,   "ctx":"initandlisten","msg":"Operating System","attr":{"os":{"name":"Ubuntu","version":"22.04"}}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:02.603+00:00"},"s":"I",  "c":"CONTROL",  "id":21951,   "ctx":"initandlisten","msg":"Options set by command line","attr":{"options":{"net":{"bindIp":"*"}}}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:02.605+00:00"},"s":"I",  "c":"STORAGE",  "id":22297,   "ctx":"initandlisten","msg":"Using the XFS filesystem is strongly recommended with the WiredTiger storage engine. See http://dochub.mongodb.org/core/prodnotes-filesystem","tags":["startupWarnings"]}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:02.605+00:00"},"s":"I",  "c":"STORAGE",  "id":22315,   "ctx":"initandlisten","msg":"Opening WiredTiger","attr":{"config":"create,cache_size=63927M,session_max=33000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,remove=true,path=journal,compressor=snappy),builtin_extension_config=(zstd=(compression_level=6)),file_manager=(close_idle_time=600,close_scan_interval=10,close_handle_minimum=2000),statistics_log=(wait=0),json_output=(error,message),verbose=[recovery_progress:1,checkpoint_progress:1,compact_progress:1,backup:0,checkpoint:0,compact:0,evict:0,history_store:0,recovery:0,rts:0,salvage:0,tiered:0,timestamp:0,transaction:0,verify:0,log:0],"}}
mngr-instance       | 2024/09/12 10:48:02 Disk Usage has checked the disk and no action has been taken
mngr-instance       | 2024/09/12 10:48:02 user count:  1
mngr-instance       | [GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.
mngr-instance       | 
mngr-instance       | [GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.
mngr-instance       |  - using env:     export GIN_MODE=release
mngr-instance       |  - using code:    gin.SetMode(gin.ReleaseMode)
mngr-instance       | 
smcp-instance       | 2024/09/12 10:48:02 Redis host:  127.0.0.1
smcp-instance       | 2024/09/12 10:48:02 Redis port:  6379
mngr-instance       | 2024/09/12 10:48:02 web server port is 8072
mngr-instance       | 2024/09/12 10:48:02 Desima integration is disabled
webapp-instance     | /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
webapp-instance     | /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
webapp-instance     | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
webapp-instance     | 10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf
webapp-instance     | 10-listen-on-ipv6-by-default.sh: info: Enabled listen on IPv6 in /etc/nginx/conf.d/default.conf
webapp-instance     | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
webapp-instance     | /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
webapp-instance     | /docker-entrypoint.sh: Configuration complete; ready for start up
webapp-instance     | 2024/09/12 10:48:03 [notice] 1#1: using the "epoll" event method
webapp-instance     | 2024/09/12 10:48:03 [notice] 1#1: nginx/1.23.1
webapp-instance     | 2024/09/12 10:48:03 [notice] 1#1: built by gcc 10.2.1 20210110 (Debian 10.2.1-6) 
webapp-instance     | 2024/09/12 10:48:03 [notice] 1#1: OS: Linux 5.19.0-32-generic
webapp-instance     | 2024/09/12 10:48:03 [notice] 1#1: getrlimit(RLIMIT_NOFILE): 1048576:1048576
webapp-instance     | 2024/09/12 10:48:03 [notice] 1#1: start worker processes
webapp-instance     | 2024/09/12 10:48:03 [notice] 1#1: start worker process 31
webapp-instance     | 2024/09/12 10:48:03 [notice] 1#1: start worker process 32
webapp-instance     | 2024/09/12 10:48:03 [notice] 1#1: start worker process 33
webapp-instance     | 2024/09/12 10:48:03 [notice] 1#1: start worker process 34
webapp-instance     | 2024/09/12 10:48:03 [notice] 1#1: start worker process 35
webapp-instance     | 2024/09/12 10:48:03 [notice] 1#1: start worker process 36
webapp-instance     | 2024/09/12 10:48:03 [notice] 1#1: start worker process 37
webapp-instance     | 2024/09/12 10:48:03 [notice] 1#1: start worker process 38
webapp-instance     | 2024/09/12 10:48:03 [notice] 1#1: start worker process 39
webapp-instance     | 2024/09/12 10:48:03 [notice] 1#1: start worker process 40
webapp-instance     | 2024/09/12 10:48:03 [notice] 1#1: start worker process 41
webapp-instance     | 2024/09/12 10:48:03 [notice] 1#1: start worker process 42
webapp-instance     | 2024/09/12 10:48:03 [notice] 1#1: start worker process 43
webapp-instance     | 2024/09/12 10:48:03 [notice] 1#1: start worker process 44
webapp-instance     | 2024/09/12 10:48:03 [notice] 1#1: start worker process 45
webapp-instance     | 2024/09/12 10:48:03 [notice] 1#1: start worker process 46
webapp-instance     | 2024/09/12 10:48:03 [notice] 1#1: start worker process 47
webapp-instance     | 2024/09/12 10:48:03 [notice] 1#1: start worker process 48
webapp-instance     | 2024/09/12 10:48:03 [notice] 1#1: start worker process 49
webapp-instance     | 2024/09/12 10:48:03 [notice] 1#1: start worker process 50
webapp-instance     | 2024/09/12 10:48:03 [notice] 1#1: start worker process 51
webapp-instance     | 2024/09/12 10:48:03 [notice] 1#1: start worker process 52
webapp-instance     | 2024/09/12 10:48:03 [notice] 1#1: start worker process 53
webapp-instance     | 2024/09/12 10:48:03 [notice] 1#1: start worker process 54
webapp-instance     | 2024/09/12 10:48:03 [notice] 1#1: start worker process 55
webapp-instance     | 2024/09/12 10:48:03 [notice] 1#1: start worker process 56
webapp-instance     | 2024/09/12 10:48:03 [notice] 1#1: start worker process 57
webapp-instance     | 2024/09/12 10:48:03 [notice] 1#1: start worker process 58
webapp-instance     | 2024/09/12 10:48:03 [notice] 1#1: start worker process 59
webapp-instance     | 2024/09/12 10:48:03 [notice] 1#1: start worker process 60
webapp-instance     | 2024/09/12 10:48:03 [notice] 1#1: start worker process 61
webapp-instance     | 2024/09/12 10:48:03 [notice] 1#1: start worker process 62
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.399+00:00"},"s":"I",  "c":"WTRECOV",  "id":22430,   "ctx":"initandlisten","msg":"WiredTiger message","attr":{"message":{"ts_sec":1726109283,"ts_usec":399006,"thread":"1:0x7fb5ae830c80","session_name":"txn-recover","category":"WT_VERB_RECOVERY_PROGRESS","category_id":30,"verbose_level":"DEBUG_1","verbose_level_id":1,"msg":"recovery log replay has successfully finished and ran for 0 milliseconds"}}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.399+00:00"},"s":"I",  "c":"WTRECOV",  "id":22430,   "ctx":"initandlisten","msg":"WiredTiger message","attr":{"message":{"ts_sec":1726109283,"ts_usec":399187,"thread":"1:0x7fb5ae830c80","session_name":"txn-recover","category":"WT_VERB_RECOVERY_PROGRESS","category_id":30,"verbose_level":"DEBUG_1","verbose_level_id":1,"msg":"Set global recovery timestamp: (0, 0)"}}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.399+00:00"},"s":"I",  "c":"WTRECOV",  "id":22430,   "ctx":"initandlisten","msg":"WiredTiger message","attr":{"message":{"ts_sec":1726109283,"ts_usec":399251,"thread":"1:0x7fb5ae830c80","session_name":"txn-recover","category":"WT_VERB_RECOVERY_PROGRESS","category_id":30,"verbose_level":"DEBUG_1","verbose_level_id":1,"msg":"Set global oldest timestamp: (0, 0)"}}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.399+00:00"},"s":"I",  "c":"WTRECOV",  "id":22430,   "ctx":"initandlisten","msg":"WiredTiger message","attr":{"message":{"ts_sec":1726109283,"ts_usec":399349,"thread":"1:0x7fb5ae830c80","session_name":"txn-recover","category":"WT_VERB_RECOVERY_PROGRESS","category_id":30,"verbose_level":"DEBUG_1","verbose_level_id":1,"msg":"recovery was completed successfully and took 0ms, including 0ms for the log replay, 0ms for the rollback to stable, and 0ms for the checkpoint."}}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.405+00:00"},"s":"I",  "c":"STORAGE",  "id":4795906, "ctx":"initandlisten","msg":"WiredTiger opened","attr":{"durationMillis":800}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.405+00:00"},"s":"I",  "c":"RECOVERY", "id":23987,   "ctx":"initandlisten","msg":"WiredTiger recoveryTimestamp","attr":{"recoveryTimestamp":{"$timestamp":{"t":0,"i":0}}}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.415+00:00"},"s":"W",  "c":"CONTROL",  "id":22120,   "ctx":"initandlisten","msg":"Access control is not enabled for the database. Read and write access to data and configuration is unrestricted","tags":["startupWarnings"]}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.420+00:00"},"s":"W",  "c":"CONTROL",  "id":22167,   "ctx":"initandlisten","msg":"You are running on a NUMA machine. We suggest launching mongod like this to avoid performance problems: numactl --interleave=all mongod [other options]","tags":["startupWarnings"]}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.420+00:00"},"s":"W",  "c":"CONTROL",  "id":5123300, "ctx":"initandlisten","msg":"vm.max_map_count is too low","attr":{"currentValue":65530,"recommendedMinimum":1677720,"maxConns":838860},"tags":["startupWarnings"]}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.420+00:00"},"s":"I",  "c":"STORAGE",  "id":20320,   "ctx":"initandlisten","msg":"createCollection","attr":{"namespace":"admin.system.version","uuidDisposition":"provided","uuid":{"uuid":{"$uuid":"0bf2626f-4214-48f8-983e-39c6ef1402c7"}},"options":{"uuid":{"$uuid":"0bf2626f-4214-48f8-983e-39c6ef1402c7"}}}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.431+00:00"},"s":"I",  "c":"INDEX",    "id":20345,   "ctx":"initandlisten","msg":"Index build: done building","attr":{"buildUUID":null,"collectionUUID":{"uuid":{"$uuid":"0bf2626f-4214-48f8-983e-39c6ef1402c7"}},"namespace":"admin.system.version","index":"_id_","ident":"index-1--7584714811369196736","collectionIdent":"collection-0--7584714811369196736","commitTimestamp":null}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.431+00:00"},"s":"I",  "c":"REPL",     "id":20459,   "ctx":"initandlisten","msg":"Setting featureCompatibilityVersion","attr":{"newVersion":"7.0"}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.432+00:00"},"s":"I",  "c":"REPL",     "id":5853300, "ctx":"initandlisten","msg":"current featureCompatibilityVersion value","attr":{"featureCompatibilityVersion":"7.0","context":"setFCV"}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.432+00:00"},"s":"I",  "c":"NETWORK",  "id":4915702, "ctx":"initandlisten","msg":"Updated wire specification","attr":{"oldSpec":{"incomingExternalClient":{"minWireVersion":0,"maxWireVersion":21},"incomingInternalClient":{"minWireVersion":0,"maxWireVersion":21},"outgoing":{"minWireVersion":6,"maxWireVersion":21},"isInternalClient":true},"newSpec":{"incomingExternalClient":{"minWireVersion":0,"maxWireVersion":21},"incomingInternalClient":{"minWireVersion":21,"maxWireVersion":21},"outgoing":{"minWireVersion":21,"maxWireVersion":21},"isInternalClient":true}}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.432+00:00"},"s":"I",  "c":"NETWORK",  "id":4915702, "ctx":"initandlisten","msg":"Updated wire specification","attr":{"oldSpec":{"incomingExternalClient":{"minWireVersion":0,"maxWireVersion":21},"incomingInternalClient":{"minWireVersion":21,"maxWireVersion":21},"outgoing":{"minWireVersion":21,"maxWireVersion":21},"isInternalClient":true},"newSpec":{"incomingExternalClient":{"minWireVersion":0,"maxWireVersion":21},"incomingInternalClient":{"minWireVersion":21,"maxWireVersion":21},"outgoing":{"minWireVersion":21,"maxWireVersion":21},"isInternalClient":true}}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.432+00:00"},"s":"I",  "c":"REPL",     "id":5853300, "ctx":"initandlisten","msg":"current featureCompatibilityVersion value","attr":{"featureCompatibilityVersion":"7.0","context":"startup"}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.432+00:00"},"s":"I",  "c":"STORAGE",  "id":5071100, "ctx":"initandlisten","msg":"Clearing temp directory"}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.432+00:00"},"s":"I",  "c":"CONTROL",  "id":6608200, "ctx":"initandlisten","msg":"Initializing cluster server parameters from disk"}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.433+00:00"},"s":"I",  "c":"CONTROL",  "id":20536,   "ctx":"initandlisten","msg":"Flow Control is enabled on this deployment"}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.434+00:00"},"s":"I",  "c":"FTDC",     "id":20625,   "ctx":"initandlisten","msg":"Initializing full-time diagnostic data capture","attr":{"dataDirectory":"/data/db/diagnostic.data"}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.436+00:00"},"s":"I",  "c":"STORAGE",  "id":20320,   "ctx":"initandlisten","msg":"createCollection","attr":{"namespace":"local.startup_log","uuidDisposition":"generated","uuid":{"uuid":{"$uuid":"0b603627-eb8b-41ef-96c3-f4d7cdda4569"}},"options":{"capped":true,"size":10485760}}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.448+00:00"},"s":"I",  "c":"INDEX",    "id":20345,   "ctx":"initandlisten","msg":"Index build: done building","attr":{"buildUUID":null,"collectionUUID":{"uuid":{"$uuid":"0b603627-eb8b-41ef-96c3-f4d7cdda4569"}},"namespace":"local.startup_log","index":"_id_","ident":"index-3--7584714811369196736","collectionIdent":"collection-2--7584714811369196736","commitTimestamp":null}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.448+00:00"},"s":"I",  "c":"REPL",     "id":6015317, "ctx":"initandlisten","msg":"Setting new configuration state","attr":{"newState":"ConfigReplicationDisabled","oldState":"ConfigPreStart"}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.449+00:00"},"s":"I",  "c":"STORAGE",  "id":22262,   "ctx":"initandlisten","msg":"Timestamp monitor starting"}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.451+00:00"},"s":"I",  "c":"STORAGE",  "id":20320,   "ctx":"LogicalSessionCacheRefresh","msg":"createCollection","attr":{"namespace":"config.system.sessions","uuidDisposition":"generated","uuid":{"uuid":{"$uuid":"a182ba0a-bb4b-4732-b94a-7eb400a77c06"}},"options":{}}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.452+00:00"},"s":"I",  "c":"CONTROL",  "id":20712,   "ctx":"LogicalSessionCacheReap","msg":"Sessions collection is not set up; waiting until next sessions reap interval","attr":{"error":"NamespaceNotFound: config.system.sessions does not exist"}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.452+00:00"},"s":"I",  "c":"NETWORK",  "id":23015,   "ctx":"listener","msg":"Listening on","attr":{"address":"/tmp/mongodb-27017.sock"}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.452+00:00"},"s":"I",  "c":"NETWORK",  "id":23015,   "ctx":"listener","msg":"Listening on","attr":{"address":"0.0.0.0"}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.452+00:00"},"s":"I",  "c":"NETWORK",  "id":23016,   "ctx":"listener","msg":"Waiting for connections","attr":{"port":27017,"ssl":"off"}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.453+00:00"},"s":"I",  "c":"CONTROL",  "id":8423403, "ctx":"initandlisten","msg":"mongod startup complete","attr":{"Summary of time elapsed":{"Startup from clean shutdown?":true,"Statistics":{"Transport layer setup":"0 ms","Run initial syncer crash recovery":"0 ms","Create storage engine lock file in the data directory":"0 ms","Get metadata describing storage engine":"0 ms","Create storage engine":"808 ms","Write current PID to file":"0 ms","Write a new metadata for storage engine":"0 ms","Initialize FCV before rebuilding indexes":"0 ms","Drop abandoned idents and get back indexes that need to be rebuilt or builds that need to be restarted":"0 ms","Rebuild indexes for collections":"0 ms","Load cluster parameters from disk for a standalone":"1 ms","Build user and roles graph":"0 ms","Set up the background thread pool responsible for waiting for opTimes to be majority committed":"0 ms","Initialize information needed to make a mongod instance shard aware":"0 ms","Start up the replication coordinator":"0 ms","Start transport layer":"2 ms","_initAndListen total elapsed time":"850 ms"}}}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.461+00:00"},"s":"I",  "c":"REPL",     "id":7360102, "ctx":"LogicalSessionCacheRefresh","msg":"Added oplog entry for create to transaction","attr":{"namespace":"config.$cmd","uuid":{"uuid":{"$uuid":"a182ba0a-bb4b-4732-b94a-7eb400a77c06"}},"object":{"create":"system.sessions","idIndex":{"v":2,"key":{"_id":1},"name":"_id_"}}}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.461+00:00"},"s":"I",  "c":"REPL",     "id":7360100, "ctx":"LogicalSessionCacheRefresh","msg":"Added oplog entry for createIndexes to transaction","attr":{"namespace":"config.$cmd","uuid":{"uuid":{"$uuid":"a182ba0a-bb4b-4732-b94a-7eb400a77c06"}},"object":{"createIndexes":"system.sessions","v":2,"key":{"lastUse":1},"name":"lsidTTLIndex","expireAfterSeconds":1800}}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.466+00:00"},"s":"I",  "c":"INDEX",    "id":20345,   "ctx":"LogicalSessionCacheRefresh","msg":"Index build: done building","attr":{"buildUUID":null,"collectionUUID":{"uuid":{"$uuid":"a182ba0a-bb4b-4732-b94a-7eb400a77c06"}},"namespace":"config.system.sessions","index":"_id_","ident":"index-5--7584714811369196736","collectionIdent":"collection-4--7584714811369196736","commitTimestamp":null}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.466+00:00"},"s":"I",  "c":"INDEX",    "id":20345,   "ctx":"LogicalSessionCacheRefresh","msg":"Index build: done building","attr":{"buildUUID":null,"collectionUUID":{"uuid":{"$uuid":"a182ba0a-bb4b-4732-b94a-7eb400a77c06"}},"namespace":"config.system.sessions","index":"lsidTTLIndex","ident":"index-6--7584714811369196736","collectionIdent":"collection-4--7584714811369196736","commitTimestamp":null}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.488+00:00"},"s":"I",  "c":"NETWORK",  "id":22943,   "ctx":"listener","msg":"Connection accepted","attr":{"remote":"192.168.64.1:56882","uuid":{"uuid":{"$uuid":"35c8d074-3656-4077-b510-76d374d0b068"}},"connectionId":1,"connectionCount":1}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.488+00:00"},"s":"I",  "c":"NETWORK",  "id":51800,   "ctx":"conn1","msg":"client metadata","attr":{"remote":"192.168.64.1:56882","client":"conn1","negotiatedCompressors":[],"doc":{"driver":{"name":"mongo-go-driver","version":"v1.9.1"},"os":{"type":"linux","architecture":"amd64"},"platform":"go1.18.4"}}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.490+00:00"},"s":"I",  "c":"NETWORK",  "id":22943,   "ctx":"listener","msg":"Connection accepted","attr":{"remote":"192.168.64.1:56890","uuid":{"uuid":{"$uuid":"ed3b0bfd-600b-47e4-a716-f6493bfe5180"}},"connectionId":2,"connectionCount":2}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.490+00:00"},"s":"I",  "c":"NETWORK",  "id":51800,   "ctx":"conn2","msg":"client metadata","attr":{"remote":"192.168.64.1:56890","client":"conn2","negotiatedCompressors":[],"doc":{"driver":{"name":"mongo-go-driver","version":"v1.9.1"},"os":{"type":"linux","architecture":"amd64"},"platform":"go1.18.4"}}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.491+00:00"},"s":"I",  "c":"NETWORK",  "id":6788700, "ctx":"conn2","msg":"Received first command on ingress connection since session start or auth handshake","attr":{"elapsedMillis":0}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.491+00:00"},"s":"I",  "c":"STORAGE",  "id":20320,   "ctx":"conn2","msg":"createCollection","attr":{"namespace":"feniks.ai","uuidDisposition":"generated","uuid":{"uuid":{"$uuid":"99bffca0-aeac-4b4d-aed9-2c04729fffe4"}},"options":{}}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.497+00:00"},"s":"I",  "c":"REPL",     "id":7360102, "ctx":"conn2","msg":"Added oplog entry for create to transaction","attr":{"namespace":"feniks.$cmd","uuid":{"uuid":{"$uuid":"99bffca0-aeac-4b4d-aed9-2c04729fffe4"}},"object":{"create":"ai","idIndex":{"v":2,"key":{"_id":1},"name":"_id_"}}}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.498+00:00"},"s":"I",  "c":"REPL",     "id":7360100, "ctx":"conn2","msg":"Added oplog entry for createIndexes to transaction","attr":{"namespace":"feniks.$cmd","uuid":{"uuid":{"$uuid":"99bffca0-aeac-4b4d-aed9-2c04729fffe4"}},"object":{"createIndexes":"ai","v":2,"key":{"created_date":1},"name":"created_date_1"}}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.500+00:00"},"s":"I",  "c":"REPL",     "id":7360100, "ctx":"conn2","msg":"Added oplog entry for createIndexes to transaction","attr":{"namespace":"feniks.$cmd","uuid":{"uuid":{"$uuid":"99bffca0-aeac-4b4d-aed9-2c04729fffe4"}},"object":{"createIndexes":"ai","v":2,"key":{"module":1,"source_id":1,"created_date":1},"name":"module_1_source_id_1_created_date_1"}}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.503+00:00"},"s":"I",  "c":"REPL",     "id":7360100, "ctx":"conn2","msg":"Added oplog entry for createIndexes to transaction","attr":{"namespace":"feniks.$cmd","uuid":{"uuid":{"$uuid":"99bffca0-aeac-4b4d-aed9-2c04729fffe4"}},"object":{"createIndexes":"ai","v":2,"key":{"video_file.name":1},"name":"video_file.name_1"}}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.507+00:00"},"s":"I",  "c":"REPL",     "id":7360100, "ctx":"conn2","msg":"Added oplog entry for createIndexes to transaction","attr":{"namespace":"feniks.$cmd","uuid":{"uuid":{"$uuid":"99bffca0-aeac-4b4d-aed9-2c04729fffe4"}},"object":{"createIndexes":"ai","v":2,"key":{"group_id":1},"name":"group_id_1"}}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.511+00:00"},"s":"I",  "c":"REPL",     "id":7360100, "ctx":"conn2","msg":"Added oplog entry for createIndexes to transaction","attr":{"namespace":"feniks.$cmd","uuid":{"uuid":{"$uuid":"99bffca0-aeac-4b4d-aed9-2c04729fffe4"}},"object":{"createIndexes":"ai","v":2,"key":{"detected_object.pred_cls_name":1},"name":"detected_object.pred_cls_name_1"}}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.514+00:00"},"s":"I",  "c":"INDEX",    "id":20345,   "ctx":"conn2","msg":"Index build: done building","attr":{"buildUUID":null,"collectionUUID":{"uuid":{"$uuid":"99bffca0-aeac-4b4d-aed9-2c04729fffe4"}},"namespace":"feniks.ai","index":"_id_","ident":"index-8--7584714811369196736","collectionIdent":"collection-7--7584714811369196736","commitTimestamp":null}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.514+00:00"},"s":"I",  "c":"INDEX",    "id":20345,   "ctx":"conn2","msg":"Index build: done building","attr":{"buildUUID":null,"collectionUUID":{"uuid":{"$uuid":"99bffca0-aeac-4b4d-aed9-2c04729fffe4"}},"namespace":"feniks.ai","index":"created_date_1","ident":"index-9--7584714811369196736","collectionIdent":"collection-7--7584714811369196736","commitTimestamp":null}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.514+00:00"},"s":"I",  "c":"INDEX",    "id":20345,   "ctx":"conn2","msg":"Index build: done building","attr":{"buildUUID":null,"collectionUUID":{"uuid":{"$uuid":"99bffca0-aeac-4b4d-aed9-2c04729fffe4"}},"namespace":"feniks.ai","index":"module_1_source_id_1_created_date_1","ident":"index-10--7584714811369196736","collectionIdent":"collection-7--7584714811369196736","commitTimestamp":null}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.514+00:00"},"s":"I",  "c":"INDEX",    "id":20345,   "ctx":"conn2","msg":"Index build: done building","attr":{"buildUUID":null,"collectionUUID":{"uuid":{"$uuid":"99bffca0-aeac-4b4d-aed9-2c04729fffe4"}},"namespace":"feniks.ai","index":"video_file.name_1","ident":"index-11--7584714811369196736","collectionIdent":"collection-7--7584714811369196736","commitTimestamp":null}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.514+00:00"},"s":"I",  "c":"INDEX",    "id":20345,   "ctx":"conn2","msg":"Index build: done building","attr":{"buildUUID":null,"collectionUUID":{"uuid":{"$uuid":"99bffca0-aeac-4b4d-aed9-2c04729fffe4"}},"namespace":"feniks.ai","index":"group_id_1","ident":"index-12--7584714811369196736","collectionIdent":"collection-7--7584714811369196736","commitTimestamp":null}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:03.515+00:00"},"s":"I",  "c":"INDEX",    "id":20345,   "ctx":"conn2","msg":"Index build: done building","attr":{"buildUUID":null,"collectionUUID":{"uuid":{"$uuid":"99bffca0-aeac-4b4d-aed9-2c04729fffe4"}},"namespace":"feniks.ai","index":"detected_object.pred_cls_name_1","ident":"index-13--7584714811369196736","collectionIdent":"collection-7--7584714811369196736","commitTimestamp":null}}
smcp-instance       | 2024/09/12 10:48:03 redis: nil
smcp-instance       | 2024/09/12 10:48:03 Video Clip Processor checking has been started at 2024_09_12_10_48_03_516589050
smcp-instance       | 2024/09/12 10:48:03 redis: nil
smcp-instance       | 2024/09/12 10:48:03 No Cloud Provider has been register for AI Detection
smcp-instance       | 2024/09/12 10:48:03 ping: PONG for notify_failed
smcp-instance       | 2024/09/12 10:48:03 redis pubsub is listening for notify_failed
smcp-instance       | 2024/09/12 10:48:03 ping: PONG for vfm_response
smcp-instance       | 2024/09/12 10:48:03 redis pubsub is listening for vfm_response
smcp-instance       | 2024/09/12 10:48:03 ping: PONG for vfi_response
smcp-instance       | 2024/09/12 10:48:03 redis pubsub is listening for vfi_response
smcp-instance       | 2024/09/12 10:48:03 ping: PONG for smcp_in
smcp-instance       | 2024/09/12 10:48:03 redis pubsub is listening for smcp_in
snapshot_service-instance | WARNING:logger:new type (ServiceModel) added to RedisMapper cache
snapshot_service-instance | Redis host: 127.0.0.1
snapshot_service-instance | Redis port: 6379
senseai_service-instance | WARNING:logger:new type (AiModuleModel) added to RedisMapper cache
ffmpeg_service-instance | WARNING:logger:new type (ServiceModel) added to RedisMapper cache
senseai_service-instance | WARNING:logger:a running SenseAI server container has been found. No need to create a new one.
ffmpeg_service-instance | WARNING:logger:new type (TaskModel) added to RedisMapper cache
ffmpeg_service-instance | WARNING:logger:new cached functions dictionary has been initialized
ffmpeg_service-instance | Redis host: 127.0.0.1
ffmpeg_service-instance | Redis port: 6379
ffmpeg_service-instance | INFO:rq.worker:Worker rq:worker:bd50569590a344f49074284ff1c05ba2 started with PID 39, version 1.16.2
ffmpeg_service-instance | INFO:rq.worker:Subscribing to channel rq:pubsub:bd50569590a344f49074284ff1c05ba2
ffmpeg_service-instance | INFO:rq.worker:*** Listening on default...
ffmpeg_service-instance | INFO:rq.worker:Cleaning registries for queue: default
ffmpeg_service-instance | INFO:rq.worker:default: sustain.task_manager.__proxy_func(1) (6925f21a-c366-415a-94ce-087bee0792cf)
ffmpeg_service-instance | INFO:rq.worker:Worker rq:worker:9360549b2a4c400eb9550346586d2c92 started with PID 43, version 1.16.2
ffmpeg_service-instance | INFO:rq.worker:Subscribing to channel rq:pubsub:9360549b2a4c400eb9550346586d2c92
ffmpeg_service-instance | INFO:rq.worker:*** Listening on default...
ffmpeg_service-instance | INFO:rq.worker:Cleaning registries for queue: default
ffmpeg_service-instance | INFO:rq.worker:default: sustain.task_manager.__proxy_func(2) (63a56f37-c4f7-4eb8-be0b-0fa7a7194ef7)
ffmpeg_service-instance | INFO:rq.worker:Worker rq:worker:146601369a784dc3b61675b117107570 started with PID 47, version 1.16.2
ffmpeg_service-instance | INFO:rq.worker:Subscribing to channel rq:pubsub:146601369a784dc3b61675b117107570
ffmpeg_service-instance | INFO:rq.worker:*** Listening on default...
ffmpeg_service-instance | INFO:rq.worker:Cleaning registries for queue: default
ffmpeg_service-instance | INFO:rq.worker:default: sustain.task_manager.__proxy_func(3) (a7a16549-ea6a-4a61-ba06-70344302100a)
senseai_service-instance | WARNING:logger:new type (ServiceModel) added to RedisMapper cache
ffmpeg_service-instance | INFO:rq.worker:Worker rq:worker:5f1daf5cb92f4d1bb2442a923df870c6 started with PID 51, version 1.16.2
ffmpeg_service-instance | INFO:rq.worker:Subscribing to channel rq:pubsub:5f1daf5cb92f4d1bb2442a923df870c6
ffmpeg_service-instance | INFO:rq.worker:*** Listening on default...
ffmpeg_service-instance | INFO:rq.worker:Cleaning registries for queue: default
ffmpeg_service-instance | INFO:rq.worker:default: sustain.task_manager.__proxy_func(4) (42499e1b-5008-45ec-8c45-ae8ce25756aa)
ffmpeg_service-instance | INFO:rq.worker:Worker rq:worker:894646075cff4023812b68d328683bd5 started with PID 55, version 1.16.2
ffmpeg_service-instance | INFO:rq.worker:Subscribing to channel rq:pubsub:894646075cff4023812b68d328683bd5
ffmpeg_service-instance | INFO:rq.worker:*** Listening on default...
ffmpeg_service-instance | INFO:rq.worker:Cleaning registries for queue: default
ffmpeg_service-instance | INFO:rq.worker:default: sustain.task_manager.__proxy_func(5) (e2bb6255-2089-4f38-a22e-bcd7031524db)
ffmpeg_service-instance | INFO:rq.worker:Worker rq:worker:c21475abda2a49dc98d4e707fe1a61d8 started with PID 61, version 1.16.2
ffmpeg_service-instance | INFO:rq.worker:Subscribing to channel rq:pubsub:c21475abda2a49dc98d4e707fe1a61d8
ffmpeg_service-instance | INFO:rq.worker:*** Listening on default...
ffmpeg_service-instance | INFO:rq.worker:Cleaning registries for queue: default
ffmpeg_service-instance | INFO:rq.worker:default: sustain.task_manager.__proxy_func(6) (995ec55d-471f-4f71-96a2-aebac71a7a79)
ffmpeg_service-instance | INFO:rq.worker:Worker rq:worker:f6f7fcb9023b465bab7c2462dc5564c9 started with PID 64, version 1.16.2
ffmpeg_service-instance | INFO:rq.worker:Subscribing to channel rq:pubsub:f6f7fcb9023b465bab7c2462dc5564c9
ffmpeg_service-instance | INFO:rq.worker:*** Listening on default...
ffmpeg_service-instance | INFO:rq.worker:Cleaning registries for queue: default
ffmpeg_service-instance | INFO:rq.worker:default: sustain.task_manager.__proxy_func(7) (02a214c6-5701-4b4f-9d99-75b81a2b3eb9)
ffmpeg_service-instance | INFO:rq.worker:Worker rq:worker:396bd2436546446684a0c5c68b7c9ead started with PID 67, version 1.16.2
ffmpeg_service-instance | INFO:rq.worker:Subscribing to channel rq:pubsub:396bd2436546446684a0c5c68b7c9ead
ffmpeg_service-instance | INFO:rq.worker:*** Listening on default...
ffmpeg_service-instance | INFO:rq.worker:Cleaning registries for queue: default
ffmpeg_service-instance | INFO:rq.worker:default: sustain.task_manager.__proxy_func(8) (85c5aec2-94c3-4bdb-9bd0-0691bd4d4ee4)
ffmpeg_service-instance | WARNING:logger:IP match making is not enabled
ffmpeg_service-instance | WARNING:logger:BlackScreenMonitor is not enabled
ffmpeg_service-instance | /app/main.py:34: DeprecationWarning: There is no current event loop
ffmpeg_service-instance |   loop = asyncio.get_event_loop()
ffmpeg_service-instance | INFO:rq.worker:default: Job OK (85c5aec2-94c3-4bdb-9bd0-0691bd4d4ee4)
ffmpeg_service-instance | INFO:rq.worker:Result is kept for 500 seconds
ffmpeg_service-instance | INFO:rq.worker:Worker rq:worker:396bd2436546446684a0c5c68b7c9ead: done, quitting
ffmpeg_service-instance | INFO:rq.worker:Unsubscribing from channel rq:pubsub:396bd2436546446684a0c5c68b7c9ead
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:12.741+00:00"},"s":"I",  "c":"NETWORK",  "id":22943,   "ctx":"listener","msg":"Connection accepted","attr":{"remote":"192.168.64.1:41610","uuid":{"uuid":{"$uuid":"31ce187e-75a2-408a-a46c-3995f3f5bba6"}},"connectionId":3,"connectionCount":3}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:12.742+00:00"},"s":"I",  "c":"NETWORK",  "id":22943,   "ctx":"listener","msg":"Connection accepted","attr":{"remote":"192.168.64.1:41620","uuid":{"uuid":{"$uuid":"4f434f00-a632-4ac2-b3d2-29aa1376b785"}},"connectionId":4,"connectionCount":4}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:12.742+00:00"},"s":"I",  "c":"NETWORK",  "id":51800,   "ctx":"conn3","msg":"client metadata","attr":{"remote":"192.168.64.1:41610","client":"conn3","negotiatedCompressors":[],"doc":{"driver":{"name":"mongo-go-driver","version":"v1.9.1"},"os":{"type":"linux","architecture":"amd64"},"platform":"go1.18.4"}}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:12.742+00:00"},"s":"I",  "c":"NETWORK",  "id":51800,   "ctx":"conn4","msg":"client metadata","attr":{"remote":"192.168.64.1:41620","client":"conn4","negotiatedCompressors":[],"doc":{"driver":{"name":"mongo-go-driver","version":"v1.9.1"},"os":{"type":"linux","architecture":"amd64"},"platform":"go1.18.4"}}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:12.987+00:00"},"s":"I",  "c":"NETWORK",  "id":22943,   "ctx":"listener","msg":"Connection accepted","attr":{"remote":"192.168.64.1:41622","uuid":{"uuid":{"$uuid":"f717f177-61de-4736-9ba7-eebe14497d57"}},"connectionId":5,"connectionCount":5}}
mongo-instance      | {"t":{"$date":"2024-09-12T02:48:12.988+00:00"},"s":"I",  "c":"NETWORK",  "id":51800,   "ctx":"conn5","msg":"client metadata","attr":{"remote":"192.168.64.1:41622","client":"conn5","negotiatedCompressors":[],"doc":{"driver":{"name":"mongo-go-driver","version":"v1.9.1"},"os":{"type":"linux","architecture":"amd64"},"platform":"go1.18.4"}}}
smcp-instance       | 2024/09/12 10:48:53 Video Clip Processor checking has been started at 2024_09_12_10_48_53_516892543
mngr-instance       | 2024/09/12 10:49:02 Session timeout has been checked
mngr-instance       | 2024/09/12 10:49:02 Disk Usage has checked the disk and no action has been taken
mongo-instance      | {"t":{"$date":"2024-09-12T02:49:03.417+00:00"},"s":"I",  "c":"WTCHKPT",  "id":22430,   "ctx":"Checkpointer","msg":"WiredTiger message","attr":{"message":{"ts_sec":1726109343,"ts_usec":417933,"thread":"1:0x7fb5a581d640","session_name":"WT_SESSION.checkpoint","category":"WT_VERB_CHECKPOINT_PROGRESS","category_id":6,"verbose_level":"DEBUG_1","verbose_level_id":1,"msg":"saving checkpoint snapshot min: 56, snapshot max: 56 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 1"}}}
smcp-instance       | 2024/09/12 10:49:43 Video Clip Processor checking has been started at 2024_09_12_10_49_43_517697543
mngr-instance       | 2024/09/12 10:50:02 Session timeout has been checked
mngr-instance       | 2024/09/12 10:50:02 Disk Usage has checked the disk and no action has been taken
mongo-instance      | {"t":{"$date":"2024-09-12T02:50:03.421+00:00"},"s":"I",  "c":"WTCHKPT",  "id":22430,   "ctx":"Checkpointer","msg":"WiredTiger message","attr":{"message":{"ts_sec":1726109403,"ts_usec":421853,"thread":"1:0x7fb5a581d640","session_name":"WT_SESSION.checkpoint","category":"WT_VERB_CHECKPOINT_PROGRESS","category_id":6,"verbose_level":"DEBUG_1","verbose_level_id":1,"msg":"saving checkpoint snapshot min: 57, snapshot max: 57 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 1"}}}
smcp-instance       | 2024/09/12 10:50:33 Video Clip Processor checking has been started at 2024_09_12_10_50_33_518469180

Steps to Reproduce:

Follow the instructions to generate the docker-compose.yml file.
Run docker-compose up -d to deploy the application.
Attempt to log in to the application.

Expected Behavior:

I expected to successfully log in after the deployment.

Actual Behavior:

I am unable to log in, and there are no error messages during the deployment process.

Request for Help:

I would appreciate any guidance or troubleshooting steps to resolve this login issue.

Thank you!

@Mohammad699
Copy link

I can't see any errors in the log, what message do you recieve?

@ignorantimt
Copy link
Author

I can't see any errors in the log, what message do you recieve?

Screenshot 2024-09-14 102449

vendor.8a7ef137.js:14 Error: Network Error
    at e.exports (vendor.8a7ef137.js:31:42351)
    at p.onerror (vendor.8a7ef137.js:31:38039)
Failed to load resource: net::ERR_CONNECTION_TIMED_OUT

@Mohammad699
Copy link

Mohammad699 commented Sep 14, 2024

Did you edit the code?
where did you get this zh-CN language from?
It only has English and Turkish.

@ignorantimt
Copy link
Author

I didn't edit the code. The zh-CN language is the default language of my OS. I changed to English but it didn't work. Finally, I solved this question by running "docker compose" on another PC.

@ignorantimt
Copy link
Author

I can't see any errors in the log, what message do you recieve?

Thank you very much for your reply.

@Mohammad699
Copy link

I didn't edit the code. The zh-CN language is the default language of my OS. I changed to English but it didn't work. Finally, I solved this question by running "docker compose" on another PC.

Can you please what operating system do you use on both PCs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants