Hi! I’m trying to run Kobotoolbox (last available on GitHub version) on Ubuntu server. First problem was continues Waiting for 600 seconds. I check logs and there was an error in mongo: user ‘kobo’ not found. I runed run.py with --setup and set new login ‘kobo2’ for mongo.
Now project starts but doesnt work properly: forms don’t open. I just see error:
Error occured during the loading of this form. We do not recommend you use this form for data entry until this is resolved.
Please contact… with the link to this page and the error message below:
Could not connect with Form Server.
There are logs:
mongo-1 | MongoDB automatic backups disabled.
mongo-1 | Launching official entrypoint...
mongo-1 | Waiting for MongoDB to start...
mongo-1 | {"t":{"$date":"2025-05-09T13:05:03.292+00:00"},"s":"I", "c":"NETWORK", "id":4915701, "ctx":"-","msg":"Initialized wire specification","attr":{"spec":{"incomingExternalClient":{"minWireVersion":0,"maxWireVersion":13},"incomingInternalClient":{"minWireVersion":0,"maxWireVersion":13},"outgoing":{"minWireVersion":0,"maxWireVersion":13},"isInternalClient":true}}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:03.293+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'"}
redis_main-1 | Redis automatic backups disabled.
postgres-1 | Copying init scripts ...
postgres-1 | Launching official entrypoint...
postgres-1 | PostgreSQL automatic backups disabled.
postgres-1 |
mongo-1 | {"t":{"$date":"2025-05-09T13:05:03.293+00:00"},"s":"W", "c":"ASIO", "id":22601, "ctx":"main","msg":"No TransportLayer configured during NetworkInterface startup"}
postgres-1 | PostgreSQL Database directory appears to contain a database; Skipping initialization
postgres-1 |
mongo-1 | {"t":{"$date":"2025-05-09T13:05:03.293+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."}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:03.295+00:00"},"s":"W", "c":"ASIO", "id":22601, "ctx":"main","msg":"No TransportLayer configured during NetworkInterface startup"}
postgres-1 | 2025-05-09 13:05:03.284 GMT [1] LOG: starting PostgreSQL 14.5 (Debian 14.5-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit
postgres-1 | 2025-05-09 13:05:03.284 GMT [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
postgres-1 | 2025-05-09 13:05:03.284 GMT [1] LOG: listening on IPv6 address "::", port 5432
postgres-1 | 2025-05-09 13:05:03.286 GMT [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
postgres-1 | 2025-05-09 13:05:03.291 GMT [31] LOG: database system was shut down at 2025-05-09 13:01:47 GMT
postgres-1 | 2025-05-09 13:05:03.299 GMT [1] LOG: database system is ready to accept connections
postgres-1 | 2025-05-09 13:05:11.395 GMT [42] LOG: incomplete startup packet
postgres-1 | 2025-05-09 13:05:11.495 GMT [44] ERROR: database "koboform" already exists
postgres-1 | 2025-05-09 13:05:11.495 GMT [44] STATEMENT: CREATE DATABASE "koboform" OWNER "kobo";
postgres-1 | 2025-05-09 13:05:11.556 GMT [46] ERROR: database "kobocat" already exists
postgres-1 | 2025-05-09 13:05:11.556 GMT [46] STATEMENT: CREATE DATABASE "kobocat" OWNER "kobo";
mongo-1 | {"t":{"$date":"2025-05-09T13:05:03.295+00:00"},"s":"I", "c":"REPL", "id":5123008, "ctx":"main","msg":"Successfully registered PrimaryOnlyService","attr":{"service":"TenantMigrationDonorService","ns":"config.tenantMigrationDonors"}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:03.295+00:00"},"s":"I", "c":"REPL", "id":5123008, "ctx":"main","msg":"Successfully registered PrimaryOnlyService","attr":{"service":"TenantMigrationRecipientService","ns":"config.tenantMigrationRecipients"}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:03.295+00:00"},"s":"I", "c":"CONTROL", "id":5945603, "ctx":"main","msg":"Multi threading initialized"}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:03.295+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":"mongo"}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:03.295+00:00"},"s":"I", "c":"CONTROL", "id":23403, "ctx":"initandlisten","msg":"Build Info","attr":{"buildInfo":{"version":"5.0.31","gitVersion":"973237567d45610d6976d5d489dfaaef6a52c2f9","openSSLVersion":"OpenSSL 1.1.1f 31 Mar 2020","modules":[],"allocator":"tcmalloc","environment":{"distmod":"ubuntu2004","distarch":"x86_64","target_arch":"x86_64"}}}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:03.295+00:00"},"s":"I", "c":"CONTROL", "id":51765, "ctx":"initandlisten","msg":"Operating System","attr":{"os":{"name":"Ubuntu","version":"20.04"}}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:03.295+00:00"},"s":"I", "c":"CONTROL", "id":21951, "ctx":"initandlisten","msg":"Options set by command line","attr":{"options":{"net":{"bindIp":"*"},"security":{"authorization":"enabled"}}}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:03.297+00:00"},"s":"I", "c":"STORAGE", "id":22270, "ctx":"initandlisten","msg":"Storage engine to use detected by data files","attr":{"dbpath":"/data/db","storageEngine":"wiredTiger"}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:03.297+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-1 | {"t":{"$date":"2025-05-09T13:05:03.297+00:00"},"s":"I", "c":"STORAGE", "id":22315, "ctx":"initandlisten","msg":"Opening WiredTiger","attr":{"config":"create,cache_size=3409M,session_max=33000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=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),verbose=[recovery_progress,checkpoint_progress,compact_progress],"}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:03.776+00:00"},"s":"I", "c":"STORAGE", "id":22430, "ctx":"initandlisten","msg":"WiredTiger message","attr":{"message":"[1746795903:776762][1:0x749f8cda6c80], txn-recover: [WT_VERB_RECOVERY_PROGRESS] Recovering log 9 through 10"}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:03.840+00:00"},"s":"I", "c":"STORAGE", "id":22430, "ctx":"initandlisten","msg":"WiredTiger message","attr":{"message":"[1746795903:840207][1:0x749f8cda6c80], txn-recover: [WT_VERB_RECOVERY_PROGRESS] Recovering log 10 through 10"}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:03.947+00:00"},"s":"I", "c":"STORAGE", "id":22430, "ctx":"initandlisten","msg":"WiredTiger message","attr":{"message":"[1746795903:947681][1:0x749f8cda6c80], txn-recover: [WT_VERB_RECOVERY_ALL] Main recovery loop: starting at 9/6656 to 10/256"}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:04.066+00:00"},"s":"I", "c":"STORAGE", "id":22430, "ctx":"initandlisten","msg":"WiredTiger message","attr":{"message":"[1746795904:66302][1:0x749f8cda6c80], txn-recover: [WT_VERB_RECOVERY_PROGRESS] Recovering log 9 through 10"}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:04.134+00:00"},"s":"I", "c":"STORAGE", "id":22430, "ctx":"initandlisten","msg":"WiredTiger message","attr":{"message":"[1746795904:134209][1:0x749f8cda6c80], txn-recover: [WT_VERB_RECOVERY_PROGRESS] Recovering log 10 through 10"}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:04.221+00:00"},"s":"I", "c":"STORAGE", "id":22430, "ctx":"initandlisten","msg":"WiredTiger message","attr":{"message":"[1746795904:221480][1:0x749f8cda6c80], txn-recover: [WT_VERB_RECOVERY_PROGRESS] recovery log replay has successfully finished and ran for 445 milliseconds"}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:04.221+00:00"},"s":"I", "c":"STORAGE", "id":22430, "ctx":"initandlisten","msg":"WiredTiger message","attr":{"message":"[1746795904:221614][1:0x749f8cda6c80], txn-recover: [WT_VERB_RECOVERY_ALL] Set global recovery timestamp: (0, 0)"}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:04.221+00:00"},"s":"I", "c":"STORAGE", "id":22430, "ctx":"initandlisten","msg":"WiredTiger message","attr":{"message":"[1746795904:221631][1:0x749f8cda6c80], txn-recover: [WT_VERB_RECOVERY_ALL] Set global oldest timestamp: (0, 0)"}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:04.222+00:00"},"s":"I", "c":"STORAGE", "id":22430, "ctx":"initandlisten","msg":"WiredTiger message","attr":{"message":"[1746795904:222417][1:0x749f8cda6c80], txn-recover: [WT_VERB_RECOVERY_PROGRESS] recovery rollback to stable has successfully finished and ran for 0 milliseconds"}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:04.224+00:00"},"s":"I", "c":"STORAGE", "id":22430, "ctx":"initandlisten","msg":"WiredTiger message","attr":{"message":"[1746795904:224589][1:0x749f8cda6c80], WT_SESSION.checkpoint: [WT_VERB_CHECKPOINT_PROGRESS] saving checkpoint snapshot min: 1, snapshot max: 1 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 151"}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:04.228+00:00"},"s":"I", "c":"STORAGE", "id":22430, "ctx":"initandlisten","msg":"WiredTiger message","attr":{"message":"[1746795904:228240][1:0x749f8cda6c80], txn-recover: [WT_VERB_RECOVERY_PROGRESS] recovery checkpoint has successfully finished and ran for 5 milliseconds"}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:04.228+00:00"},"s":"I", "c":"STORAGE", "id":22430, "ctx":"initandlisten","msg":"WiredTiger message","attr":{"message":"[1746795904:228317][1:0x749f8cda6c80], txn-recover: [WT_VERB_RECOVERY_PROGRESS] recovery was completed successfully and took 451ms, including 445ms for the log replay, 0ms for the rollback to stable, and 5ms for the checkpoint."}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:04.229+00:00"},"s":"I", "c":"STORAGE", "id":4795906, "ctx":"initandlisten","msg":"WiredTiger opened","attr":{"durationMillis":932}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:04.230+00:00"},"s":"I", "c":"RECOVERY", "id":23987, "ctx":"initandlisten","msg":"WiredTiger recoveryTimestamp","attr":{"recoveryTimestamp":{"$timestamp":{"t":0,"i":0}}}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:04.234+00:00"},"s":"I", "c":"STORAGE", "id":22262, "ctx":"initandlisten","msg":"Timestamp monitor starting"}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:04.238+00:00"},"s":"I", "c":"NETWORK", "id":4915702, "ctx":"initandlisten","msg":"Updated wire specification","attr":{"oldSpec":{"incomingExternalClient":{"minWireVersion":0,"maxWireVersion":13},"incomingInternalClient":{"minWireVersion":0,"maxWireVersion":13},"outgoing":{"minWireVersion":0,"maxWireVersion":13},"isInternalClient":true},"newSpec":{"incomingExternalClient":{"minWireVersion":0,"maxWireVersion":13},"incomingInternalClient":{"minWireVersion":13,"maxWireVersion":13},"outgoing":{"minWireVersion":13,"maxWireVersion":13},"isInternalClient":true}}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:04.238+00:00"},"s":"I", "c":"STORAGE", "id":5071100, "ctx":"initandlisten","msg":"Clearing temp directory"}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:04.241+00:00"},"s":"I", "c":"CONTROL", "id":20536, "ctx":"initandlisten","msg":"Flow Control is enabled on this deployment"}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:04.241+00:00"},"s":"I", "c":"FTDC", "id":20625, "ctx":"initandlisten","msg":"Initializing full-time diagnostic data capture","attr":{"dataDirectory":"/data/db/diagnostic.data"}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:04.243+00:00"},"s":"I", "c":"REPL", "id":6015317, "ctx":"initandlisten","msg":"Setting new configuration state","attr":{"newState":"ConfigReplicationDisabled","oldState":"ConfigPreStart"}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:04.244+00:00"},"s":"I", "c":"NETWORK", "id":23015, "ctx":"listener","msg":"Listening on","attr":{"address":"/tmp/mongodb-27017.sock"}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:04.244+00:00"},"s":"I", "c":"NETWORK", "id":23015, "ctx":"listener","msg":"Listening on","attr":{"address":"0.0.0.0"}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:04.244+00:00"},"s":"I", "c":"NETWORK", "id":23016, "ctx":"listener","msg":"Waiting for connections","attr":{"port":27017,"ssl":"off"}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:08.051+00:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"Connection accepted","attr":{"remote":"178.210.206.210:59331","uuid":"0aa2ae4e-c6c6-4591-8b99-8e006bc9a9ae","connectionId":1,"connectionCount":1}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:08.059+00:00"},"s":"I", "c":"NETWORK", "id":51800, "ctx":"conn1","msg":"client metadata","attr":{"remote":"178.210.206.210:59331","client":"conn1","negotiatedCompressors":[],"doc":{"application":{"name":"MongoDB Compass"},"driver":{"name":"nodejs","version":"6.14.2"},"platform":"Node.js v20.18.1, LE","os":{"name":"darwin","architecture":"arm64","version":"24.4.0","type":"Darwin"}}}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:11.370+00:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.18.0.1:46338","uuid":"a52b72d4-f37e-4853-b069-fee09d8b4118","connectionId":2,"connectionCount":2}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:11.371+00:00"},"s":"I", "c":"NETWORK", "id":22944, "ctx":"conn2","msg":"Connection ended","attr":{"remote":"172.18.0.1:46338","uuid":"a52b72d4-f37e-4853-b069-fee09d8b4118","connectionId":2,"connectionCount":1}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:32.212+00:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.18.0.1:60952","uuid":"f82fe634-3668-42a2-b189-d2c2f679ca92","connectionId":3,"connectionCount":2}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:32.213+00:00"},"s":"I", "c":"NETWORK", "id":51800, "ctx":"conn3","msg":"client metadata","attr":{"remote":"172.18.0.1:60952","client":"conn3","negotiatedCompressors":[],"doc":{"driver":{"name":"PyMongo","version":"4.6.3"},"os":{"type":"Linux","name":"Linux","architecture":"x86_64","version":"6.8.0-58-generic"},"platform":"CPython 3.10.17.final.0"}}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:32.215+00:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.18.0.1:60960","uuid":"7cbdcb6f-d623-4433-83fa-2dab8a706036","connectionId":4,"connectionCount":3}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:32.215+00:00"},"s":"I", "c":"NETWORK", "id":51800, "ctx":"conn4","msg":"client metadata","attr":{"remote":"172.18.0.1:60960","client":"conn4","negotiatedCompressors":[],"doc":{"driver":{"name":"PyMongo","version":"4.6.3"},"os":{"type":"Linux","name":"Linux","architecture":"x86_64","version":"6.8.0-58-generic"},"platform":"CPython 3.10.17.final.0"}}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:32.215+00:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.18.0.1:60972","uuid":"2d99098a-cf6d-4caa-9c18-197283fc434e","connectionId":5,"connectionCount":4}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:32.216+00:00"},"s":"I", "c":"NETWORK", "id":51800, "ctx":"conn5","msg":"client metadata","attr":{"remote":"172.18.0.1:60972","client":"conn5","negotiatedCompressors":[],"doc":{"driver":{"name":"PyMongo","version":"4.6.3"},"os":{"type":"Linux","name":"Linux","architecture":"x86_64","version":"6.8.0-58-generic"},"platform":"CPython 3.10.17.final.0"}}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:32.228+00:00"},"s":"I", "c":"ACCESS", "id":20250, "ctx":"conn5","msg":"Authentication succeeded","attr":{"mechanism":"SCRAM-SHA-256","speculative":true,"principalName":"kobo2","authenticationDatabase":"formhub","remote":"172.18.0.1:60972","extraInfo":{}}}
mongo-1 | Creating new indexes for formhub in background...
mongo-1 | {"t":{"$date":"2025-05-09T13:05:33.233+00:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"Connection accepted","attr":{"remote":"127.0.0.1:51826","uuid":"e8cba866-7880-4cfc-9460-3cae4e5b2b41","connectionId":6,"connectionCount":5}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:33.234+00:00"},"s":"I", "c":"NETWORK", "id":22944, "ctx":"conn6","msg":"Connection ended","attr":{"remote":"127.0.0.1:51826","uuid":"e8cba866-7880-4cfc-9460-3cae4e5b2b41","connectionId":6,"connectionCount":4}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:33.290+00:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"Connection accepted","attr":{"remote":"127.0.0.1:51838","uuid":"e11f280f-3f43-402f-a279-c0664a05d6d1","connectionId":7,"connectionCount":5}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:33.291+00:00"},"s":"I", "c":"NETWORK", "id":51800, "ctx":"conn7","msg":"client metadata","attr":{"remote":"127.0.0.1:51838","client":"conn7","negotiatedCompressors":[],"doc":{"application":{"name":"MongoDB Shell"},"driver":{"name":"MongoDB Internal Client","version":"5.0.31"},"os":{"type":"Linux","name":"Ubuntu","architecture":"x86_64","version":"20.04"}}}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:33.310+00:00"},"s":"I", "c":"ACCESS", "id":20250, "ctx":"conn7","msg":"Authentication succeeded","attr":{"mechanism":"SCRAM-SHA-256","speculative":true,"principalName":"kobo2","authenticationDatabase":"formhub","remote":"127.0.0.1:51838","extraInfo":{}}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:33.313+00:00"},"s":"I", "c":"ACCESS", "id":20436, "ctx":"conn7","msg":"Checking authorization failed","attr":{"error":{"code":13,"codeName":"Unauthorized","errmsg":"not authorized on admin to execute command { replSetGetStatus: 1.0, forShell: 1.0, $db: \"admin\" }"}}}
mongo-1 | {
mongo-1 | "numIndexesBefore" : 6,
mongo-1 | "numIndexesAfter" : 6,
mongo-1 | "note" : "all indexes already exist",
mongo-1 | "ok" : 1
mongo-1 | }
mongo-1 | {"t":{"$date":"2025-05-09T13:05:33.316+00:00"},"s":"I", "c":"NETWORK", "id":22944, "ctx":"conn7","msg":"Connection ended","attr":{"remote":"127.0.0.1:51838","uuid":"e11f280f-3f43-402f-a279-c0664a05d6d1","connectionId":7,"connectionCount":4}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:33.377+00:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"Connection accepted","attr":{"remote":"127.0.0.1:51848","uuid":"7545fbed-3e8b-4a40-a958-c4173e914fc9","connectionId":8,"connectionCount":5}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:33.378+00:00"},"s":"I", "c":"NETWORK", "id":51800, "ctx":"conn8","msg":"client metadata","attr":{"remote":"127.0.0.1:51848","client":"conn8","negotiatedCompressors":[],"doc":{"application":{"name":"MongoDB Shell"},"driver":{"name":"MongoDB Internal Client","version":"5.0.31"},"os":{"type":"Linux","name":"Ubuntu","architecture":"x86_64","version":"20.04"}}}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:33.397+00:00"},"s":"I", "c":"ACCESS", "id":20250, "ctx":"conn8","msg":"Authentication succeeded","attr":{"mechanism":"SCRAM-SHA-256","speculative":true,"principalName":"kobo2","authenticationDatabase":"formhub","remote":"127.0.0.1:51848","extraInfo":{}}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:33.400+00:00"},"s":"I", "c":"ACCESS", "id":20436, "ctx":"conn8","msg":"Checking authorization failed","attr":{"error":{"code":13,"codeName":"Unauthorized","errmsg":"not authorized on admin to execute command { replSetGetStatus: 1.0, forShell: 1.0, $db: \"admin\" }"}}}
mongo-1 | {
mongo-1 | "numIndexesBefore" : 6,
mongo-1 | "numIndexesAfter" : 6,
mongo-1 | "note" : "all indexes already exist",
mongo-1 | "ok" : 1
mongo-1 | }
mongo-1 | {"t":{"$date":"2025-05-09T13:05:33.403+00:00"},"s":"I", "c":"NETWORK", "id":22944, "ctx":"conn8","msg":"Connection ended","attr":{"remote":"127.0.0.1:51848","uuid":"7545fbed-3e8b-4a40-a958-c4173e914fc9","connectionId":8,"connectionCount":4}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:33.463+00:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"Connection accepted","attr":{"remote":"127.0.0.1:51864","uuid":"0e17ab4b-859c-4234-8f4a-1d4de87541a4","connectionId":9,"connectionCount":5}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:33.464+00:00"},"s":"I", "c":"NETWORK", "id":51800, "ctx":"conn9","msg":"client metadata","attr":{"remote":"127.0.0.1:51864","client":"conn9","negotiatedCompressors":[],"doc":{"application":{"name":"MongoDB Shell"},"driver":{"name":"MongoDB Internal Client","version":"5.0.31"},"os":{"type":"Linux","name":"Ubuntu","architecture":"x86_64","version":"20.04"}}}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:33.483+00:00"},"s":"I", "c":"ACCESS", "id":20250, "ctx":"conn9","msg":"Authentication succeeded","attr":{"mechanism":"SCRAM-SHA-256","speculative":true,"principalName":"kobo2","authenticationDatabase":"formhub","remote":"127.0.0.1:51864","extraInfo":{}}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:33.486+00:00"},"s":"I", "c":"ACCESS", "id":20436, "ctx":"conn9","msg":"Checking authorization failed","attr":{"error":{"code":13,"codeName":"Unauthorized","errmsg":"not authorized on admin to execute command { replSetGetStatus: 1.0, forShell: 1.0, $db: \"admin\" }"}}}
mongo-1 | {
mongo-1 | "numIndexesBefore" : 6,
mongo-1 | "numIndexesAfter" : 6,
mongo-1 | "note" : "all indexes already exist",
mongo-1 | "ok" : 1
mongo-1 | }
mongo-1 | {"t":{"$date":"2025-05-09T13:05:33.489+00:00"},"s":"I", "c":"NETWORK", "id":22944, "ctx":"conn9","msg":"Connection ended","attr":{"remote":"127.0.0.1:51864","uuid":"0e17ab4b-859c-4234-8f4a-1d4de87541a4","connectionId":9,"connectionCount":4}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:33.550+00:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"Connection accepted","attr":{"remote":"127.0.0.1:51866","uuid":"90da1ee6-2864-4cf9-a9d4-e32a5a6902ac","connectionId":10,"connectionCount":5}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:33.550+00:00"},"s":"I", "c":"NETWORK", "id":51800, "ctx":"conn10","msg":"client metadata","attr":{"remote":"127.0.0.1:51866","client":"conn10","negotiatedCompressors":[],"doc":{"application":{"name":"MongoDB Shell"},"driver":{"name":"MongoDB Internal Client","version":"5.0.31"},"os":{"type":"Linux","name":"Ubuntu","architecture":"x86_64","version":"20.04"}}}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:33.570+00:00"},"s":"I", "c":"ACCESS", "id":20250, "ctx":"conn10","msg":"Authentication succeeded","attr":{"mechanism":"SCRAM-SHA-256","speculative":true,"principalName":"kobo2","authenticationDatabase":"formhub","remote":"127.0.0.1:51866","extraInfo":{}}}
mongo-1 | {"t":{"$date":"2025-05-09T13:05:33.573+00:00"},"s":"I", "c":"ACCESS", "id":20436, "ctx":"conn10","msg":"Checking authorization failed","attr":{"error":{"code":13,"codeName":"Unauthorized","errmsg":"not authorized on admin to execute command { replSetGetStatus: 1.0, forShell: 1.0, $db: \"admin\" }"}}}
mongo-1 | {
mongo-1 | "numIndexesBefore" : 6,
mongo-1 | "numIndexesAfter" : 6,
mongo-1 | "note" : "all indexes already exist",
mongo-1 | "ok" : 1
mongo-1 | }
mongo-1 | {"t":{"$date":"2025-05-09T13:05:33.575+00:00"},"s":"I", "c":"NETWORK", "id":22944, "ctx":"conn10","msg":"Connection ended","attr":{"remote":"127.0.0.1:51866","uuid":"90da1ee6-2864-4cf9-a9d4-e32a5a6902ac","connectionId":10,"connectionCount":4}}
mongo-1 | {"t":{"$date":"2025-05-09T13:06:04.236+00:00"},"s":"I", "c":"STORAGE", "id":22430, "ctx":"Checkpointer","msg":"WiredTiger message","attr":{"message":"[1746795964:236755][1:0x749f84594700], WT_SESSION.checkpoint: [WT_VERB_CHECKPOINT_PROGRESS] saving checkpoint snapshot min: 3, snapshot max: 3 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 151"}}
mongo-1 | {"t":{"$date":"2025-05-09T13:07:04.250+00:00"},"s":"I", "c":"STORAGE", "id":22430, "ctx":"Checkpointer","msg":"WiredTiger message","attr":{"message":"[1746796024:250361][1:0x749f84594700], WT_SESSION.checkpoint: [WT_VERB_CHECKPOINT_PROGRESS] saving checkpoint snapshot min: 6, snapshot max: 6 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 151"}}
mongo-1 | {"t":{"$date":"2025-05-09T13:08:04.258+00:00"},"s":"I", "c":"STORAGE", "id":22430, "ctx":"Checkpointer","msg":"WiredTiger message","attr":{"message":"[1746796084:258485][1:0x749f84594700], WT_SESSION.checkpoint: [WT_VERB_CHECKPOINT_PROGRESS] saving checkpoint snapshot min: 8, snapshot max: 8 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 151"}}
mongo-1 | {"t":{"$date":"2025-05-09T13:09:04.268+00:00"},"s":"I", "c":"STORAGE", "id":22430, "ctx":"Checkpointer","msg":"WiredTiger message","attr":{"message":"[1746796144:268878][1:0x749f84594700], WT_SESSION.checkpoint: [WT_VERB_CHECKPOINT_PROGRESS] saving checkpoint snapshot min: 10, snapshot max: 10 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 151"}}
mongo-1 | {"t":{"$date":"2025-05-09T13:10:04.279+00:00"},"s":"I", "c":"STORAGE", "id":22430, "ctx":"Checkpointer","msg":"WiredTiger message","attr":{"message":"[1746796204:279473][1:0x749f84594700], WT_SESSION.checkpoint: [WT_VERB_CHECKPOINT_PROGRESS] saving checkpoint snapshot min: 13, snapshot max: 13 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 151"}}
mongo-1 | {"t":{"$date":"2025-05-09T13:11:04.285+00:00"},"s":"I", "c":"STORAGE", "id":22430, "ctx":"Checkpointer","msg":"WiredTiger message","attr":{"message":"[1746796264:285345][1:0x749f84594700], WT_SESSION.checkpoint: [WT_VERB_CHECKPOINT_PROGRESS] saving checkpoint snapshot min: 16, snapshot max: 16 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 151"}}
mongo-1 | {"t":{"$date":"2025-05-09T13:12:04.293+00:00"},"s":"I", "c":"STORAGE", "id":22430, "ctx":"Checkpointer","msg":"WiredTiger message","attr":{"message":"[1746796324:293717][1:0x749f84594700], WT_SESSION.checkpoint: [WT_VERB_CHECKPOINT_PROGRESS] saving checkpoint snapshot min: 18, snapshot max: 18 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 151"}}
mongo-1 | {"t":{"$date":"2025-05-09T13:13:04.299+00:00"},"s":"I", "c":"STORAGE", "id":22430, "ctx":"Checkpointer","msg":"WiredTiger message","attr":{"message":"[1746796384:299836][1:0x749f84594700], WT_SESSION.checkpoint: [WT_VERB_CHECKPOINT_PROGRESS] saving checkpoint snapshot min: 20, snapshot max: 20 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 151"}}
mongo-1 | {"t":{"$date":"2025-05-09T13:14:04.312+00:00"},"s":"I", "c":"STORAGE", "id":22430, "ctx":"Checkpointer","msg":"WiredTiger message","attr":{"message":"[1746796444:312201][1:0x749f84594700], WT_SESSION.checkpoint: [WT_VERB_CHECKPOINT_PROGRESS] saving checkpoint snapshot min: 22, snapshot max: 22 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 151"}}
mongo-1 | {"t":{"$date":"2025-05-09T13:15:04.320+00:00"},"s":"I", "c":"STORAGE", "id":22430, "ctx":"Checkpointer","msg":"WiredTiger message","attr":{"message":"[1746796504:320538][1:0x749f84594700], WT_SESSION.checkpoint: [WT_VERB_CHECKPOINT_PROGRESS] saving checkpoint snapshot min: 24, snapshot max: 24 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 151"}}
mongo-1 | {"t":{"$date":"2025-05-09T13:16:04.326+00:00"},"s":"I", "c":"STORAGE", "id":22430, "ctx":"Checkpointer","msg":"WiredTiger message","attr":{"message":"[1746796564:326444][1:0x749f84594700], WT_SESSION.checkpoint: [WT_VERB_CHECKPOINT_PROGRESS] saving checkpoint snapshot min: 26, snapshot max: 26 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 151"}}
mongo-1 | {"t":{"$date":"2025-05-09T13:17:04.336+00:00"},"s":"I", "c":"STORAGE", "id":22430, "ctx":"Checkpointer","msg":"WiredTiger message","attr":{"message":"[1746796624:336333][1:0x749f84594700], WT_SESSION.checkpoint: [WT_VERB_CHECKPOINT_PROGRESS] saving checkpoint snapshot min: 28, snapshot max: 28 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 151"}}
mongo-1 | {"t":{"$date":"2025-05-09T13:18:04.346+00:00"},"s":"I", "c":"STORAGE", "id":22430, "ctx":"Checkpointer","msg":"WiredTiger message","attr":{"message":"[1746796684:346812][1:0x749f84594700], WT_SESSION.checkpoint: [WT_VERB_CHECKPOINT_PROGRESS] saving checkpoint snapshot min: 30, snapshot max: 30 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 151"}}
mongo-1 | {"t":{"$date":"2025-05-09T13:19:04.352+00:00"},"s":"I", "c":"STORAGE", "id":22430, "ctx":"Checkpointer","msg":"WiredTiger message","attr":{"message":"[1746796744:352162][1:0x749f84594700], WT_SESSION.checkpoint: [WT_VERB_CHECKPOINT_PROGRESS] saving checkpoint snapshot min: 32, snapshot max: 32 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 151"}}
type or paste code here