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

[Bug]: SMTP #745

Open
2 of 3 tasks
well100 opened this issue May 16, 2024 · 14 comments
Open
2 of 3 tasks

[Bug]: SMTP #745

well100 opened this issue May 16, 2024 · 14 comments
Assignees
Labels
bug Something isn't working up-for-grabs

Comments

@well100
Copy link

well100 commented May 16, 2024

Issue Description

Hello i have problem whit smtp
SMTP_ENABLE=true
SMTP_HOST=smtp.office365.com
SMTP_PORT=587
SMTP_USER_EMAIL=@domain.com
SMTP_PASS='
'

[+] Running 3/2
✔ Container mongo-container Recreated 0.1s
✔ Container OpenSignServer-container Recreated 0.1s
✔ Container OpenSign-container Recreated 0.0s
Attaching to OpenSign-container, OpenSignServer-container, mongo-container
mongo-container | {"t":{"$date":"2024-05-16T19:25:35.562+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-container | {"t":{"$date":"2024-05-16T19:25:35.563+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-container | {"t":{"$date":"2024-05-16T19:25:35.563+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-container | {"t":{"$date":"2024-05-16T19:25:35.569+00:00"},"s":"I", "c":"REPL", "id":5123008, "ctx":"main","msg":"Successfully registered PrimaryOnlyService","attr":{"service":"TenantMigrationDonorService","namespace":"config.tenantMigrationDonors"}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:35.570+00:00"},"s":"I", "c":"REPL", "id":5123008, "ctx":"main","msg":"Successfully registered PrimaryOnlyService","attr":{"service":"TenantMigrationRecipientService","namespace":"config.tenantMigrationRecipients"}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:35.570+00:00"},"s":"I", "c":"CONTROL", "id":5945603, "ctx":"main","msg":"Multi threading initialized"}
mongo-container | {"t":{"$date":"2024-05-16T19:25:35.570+00:00"},"s":"I", "c":"TENANT_M", "id":7091600, "ctx":"main","msg":"Starting TenantMigrationAccessBlockerRegistry"}
mongo-container | {"t":{"$date":"2024-05-16T19:25:35.571+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":"d35d4b3ce0ac"}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:35.571+00:00"},"s":"I", "c":"CONTROL", "id":23403, "ctx":"initandlisten","msg":"Build Info","attr":{"buildInfo":{"version":"7.0.9","gitVersion":"3ff3a3925c36ed277cf5eafca5495f2e3728dd67","openSSLVersion":"OpenSSL 3.0.2 15 Mar 2022","modules":[],"allocator":"tcmalloc","environment":{"distmod":"ubuntu2204","distarch":"x86_64","target_arch":"x86_64"}}}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:35.571+00:00"},"s":"I", "c":"CONTROL", "id":51765, "ctx":"initandlisten","msg":"Operating System","attr":{"os":{"name":"Ubuntu","version":"22.04"}}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:35.571+00:00"},"s":"I", "c":"CONTROL", "id":21951, "ctx":"initandlisten","msg":"Options set by command line","attr":{"options":{"net":{"bindIp":"*"}}}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:35.574+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-container | {"t":{"$date":"2024-05-16T19:25:35.575+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-container | {"t":{"$date":"2024-05-16T19:25:35.575+00:00"},"s":"I", "c":"STORAGE", "id":22315, "ctx":"initandlisten","msg":"Opening WiredTiger","attr":{"config":"create,cache_size=1398M,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],"}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:36.731+00:00"},"s":"I", "c":"WTRECOV", "id":22430, "ctx":"initandlisten","msg":"WiredTiger message","attr":{"message":{"ts_sec":1715887536,"ts_usec":731795,"thread":"1:0x70e624533c80","session_name":"txn-recover","category":"WT_VERB_RECOVERY_PROGRESS","category_id":30,"verbose_level":"DEBUG_1","verbose_level_id":1,"msg":"Recovering log 7 through 8"}}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:36.994+00:00"},"s":"I", "c":"WTRECOV", "id":22430, "ctx":"initandlisten","msg":"WiredTiger message","attr":{"message":{"ts_sec":1715887536,"ts_usec":994600,"thread":"1:0x70e624533c80","session_name":"txn-recover","category":"WT_VERB_RECOVERY_PROGRESS","category_id":30,"verbose_level":"DEBUG_1","verbose_level_id":1,"msg":"Recovering log 8 through 8"}}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:37.279+00:00"},"s":"I", "c":"WTRECOV", "id":22430, "ctx":"initandlisten","msg":"WiredTiger message","attr":{"message":{"ts_sec":1715887537,"ts_usec":279732,"thread":"1:0x70e624533c80","session_name":"txn-recover","category":"WT_VERB_RECOVERY_PROGRESS","category_id":30,"verbose_level":"DEBUG_1","verbose_level_id":1,"msg":"Main recovery loop: starting at 7/6144 to 8/256"}}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:37.470+00:00"},"s":"I", "c":"WTRECOV", "id":22430, "ctx":"initandlisten","msg":"WiredTiger message","attr":{"message":{"ts_sec":1715887537,"ts_usec":470647,"thread":"1:0x70e624533c80","session_name":"txn-recover","category":"WT_VERB_RECOVERY_PROGRESS","category_id":30,"verbose_level":"DEBUG_1","verbose_level_id":1,"msg":"Recovering log 7 through 8"}}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:37.672+00:00"},"s":"I", "c":"WTRECOV", "id":22430, "ctx":"initandlisten","msg":"WiredTiger message","attr":{"message":{"ts_sec":1715887537,"ts_usec":672629,"thread":"1:0x70e624533c80","session_name":"txn-recover","category":"WT_VERB_RECOVERY_PROGRESS","category_id":30,"verbose_level":"DEBUG_1","verbose_level_id":1,"msg":"Recovering log 8 through 8"}}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:37.815+00:00"},"s":"I", "c":"WTRECOV", "id":22430, "ctx":"initandlisten","msg":"WiredTiger message","attr":{"message":{"ts_sec":1715887537,"ts_usec":814926,"thread":"1:0x70e624533c80","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 1085 milliseconds"}}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:37.817+00:00"},"s":"I", "c":"WTRECOV", "id":22430, "ctx":"initandlisten","msg":"WiredTiger message","attr":{"message":{"ts_sec":1715887537,"ts_usec":817903,"thread":"1:0x70e624533c80","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-container | {"t":{"$date":"2024-05-16T19:25:37.818+00:00"},"s":"I", "c":"WTRECOV", "id":22430, "ctx":"initandlisten","msg":"WiredTiger message","attr":{"message":{"ts_sec":1715887537,"ts_usec":818009,"thread":"1:0x70e624533c80","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-container | {"t":{"$date":"2024-05-16T19:25:37.821+00:00"},"s":"I", "c":"WTRECOV", "id":22430, "ctx":"initandlisten","msg":"WiredTiger message","attr":{"message":{"ts_sec":1715887537,"ts_usec":821081,"thread":"1:0x70e624533c80","session_name":"txn-recover","category":"WT_VERB_RECOVERY_PROGRESS","category_id":30,"verbose_level":"DEBUG_1","verbose_level_id":1,"msg":"recovery rollback to stable has successfully finished and ran for 3 milliseconds"}}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:37.835+00:00"},"s":"I", "c":"WTCHKPT", "id":22430, "ctx":"initandlisten","msg":"WiredTiger message","attr":{"message":{"ts_sec":1715887537,"ts_usec":835155,"thread":"1:0x70e624533c80","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: 1, snapshot max: 1 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 463"}}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:37.842+00:00"},"s":"I", "c":"WTRECOV", "id":22430, "ctx":"initandlisten","msg":"WiredTiger message","attr":{"message":{"ts_sec":1715887537,"ts_usec":841968,"thread":"1:0x70e624533c80","session_name":"txn-recover","category":"WT_VERB_RECOVERY_PROGRESS","category_id":30,"verbose_level":"DEBUG_1","verbose_level_id":1,"msg":"recovery checkpoint has successfully finished and ran for 14 milliseconds"}}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:37.842+00:00"},"s":"I", "c":"WTRECOV", "id":22430, "ctx":"initandlisten","msg":"WiredTiger message","attr":{"message":{"ts_sec":1715887537,"ts_usec":842263,"thread":"1:0x70e624533c80","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 1112ms, including 1085ms for the log replay, 3ms for the rollback to stable, and 14ms for the checkpoint."}}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:37.852+00:00"},"s":"I", "c":"STORAGE", "id":4795906, "ctx":"initandlisten","msg":"WiredTiger opened","attr":{"durationMillis":2277}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:37.854+00:00"},"s":"I", "c":"RECOVERY", "id":23987, "ctx":"initandlisten","msg":"WiredTiger recoveryTimestamp","attr":{"recoveryTimestamp":{"$timestamp":{"t":0,"i":0}}}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:37.928+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-container | {"t":{"$date":"2024-05-16T19:25:37.930+00:00"},"s":"W", "c":"CONTROL", "id":5123300, "ctx":"initandlisten","msg":"vm.max_map_count is too low","attr":{"currentValue":1048576,"recommendedMinimum":1677720,"maxConns":838860},"tags":["startupWarnings"]}
mongo-container | {"t":{"$date":"2024-05-16T19:25:37.944+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-container | {"t":{"$date":"2024-05-16T19:25:37.944+00:00"},"s":"I", "c":"REPL", "id":5853300, "ctx":"initandlisten","msg":"current featureCompatibilityVersion value","attr":{"featureCompatibilityVersion":"7.0","context":"startup"}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:37.944+00:00"},"s":"I", "c":"STORAGE", "id":5071100, "ctx":"initandlisten","msg":"Clearing temp directory"}
mongo-container | {"t":{"$date":"2024-05-16T19:25:38.007+00:00"},"s":"I", "c":"CONTROL", "id":6608200, "ctx":"initandlisten","msg":"Initializing cluster server parameters from disk"}
mongo-container | {"t":{"$date":"2024-05-16T19:25:38.007+00:00"},"s":"I", "c":"CONTROL", "id":20536, "ctx":"initandlisten","msg":"Flow Control is enabled on this deployment"}
mongo-container | {"t":{"$date":"2024-05-16T19:25:38.010+00:00"},"s":"I", "c":"FTDC", "id":20625, "ctx":"initandlisten","msg":"Initializing full-time diagnostic data capture","attr":{"dataDirectory":"/data/db/diagnostic.data"}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:38.026+00:00"},"s":"I", "c":"REPL", "id":6015317, "ctx":"initandlisten","msg":"Setting new configuration state","attr":{"newState":"ConfigReplicationDisabled","oldState":"ConfigPreStart"}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:38.029+00:00"},"s":"I", "c":"STORAGE", "id":22262, "ctx":"initandlisten","msg":"Timestamp monitor starting"}
mongo-container | {"t":{"$date":"2024-05-16T19:25:38.037+00:00"},"s":"I", "c":"NETWORK", "id":23015, "ctx":"listener","msg":"Listening on","attr":{"address":"/tmp/mongodb-27017.sock"}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:38.037+00:00"},"s":"I", "c":"NETWORK", "id":23015, "ctx":"listener","msg":"Listening on","attr":{"address":"0.0.0.0"}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:38.037+00:00"},"s":"I", "c":"NETWORK", "id":23016, "ctx":"listener","msg":"Waiting for connections","attr":{"port":27017,"ssl":"off"}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:38.037+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","Validate options in metadata against current startup options":"0 ms","Create storage engine":"2351 ms","Write current PID to file":"0 ms","Initialize FCV before rebuilding indexes":"14 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":"0 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":"1 ms","Start up the replication coordinator":"7 ms","Start transport layer":"1 ms","_initAndListen total elapsed time":"2466 ms"}}}}
OpenSignServer-container |
OpenSignServer-container | > [email protected] start
OpenSignServer-container | > node index.js
OpenSignServer-container |
OpenSign-container |
OpenSign-container | > [email protected] start
OpenSign-container | > serve -s build
OpenSign-container |
OpenSign-container | UPDATE The latest version of serve is 14.2.3
OpenSign-container | INFO Accepting connections at http://localhost:3000
OpenSignServer-container | (node:19) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023.
OpenSignServer-container |
OpenSignServer-container | Please migrate your code to use AWS SDK for JavaScript (v3).
OpenSignServer-container | For more information, check the migration guide at https://a.co/7PzMCcy
OpenSignServer-container | (Use node --trace-warnings ... to show where the warning was created)
OpenSignServer-container | (node:19) NOTE: The AWS SDK for JavaScript (v2) will enter maintenance mode
OpenSignServer-container | on September 8, 2024 and reach end-of-support on September 8, 2025.
OpenSignServer-container |
OpenSignServer-container | Please migrate your code to use AWS SDK for JavaScript (v3).
OpenSignServer-container | For more information, check blog post at https://a.co/cUPnyil
OpenSignServer-container | Please provide valid SMTP credentials
mongo-container | {"t":{"$date":"2024-05-16T19:25:42.779+00:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.18.0.3:54494","uuid":{"uuid":{"$uuid":"498eeb30-a2a2-43d7-a98d-917f20a978d5"}},"connectionId":1,"connectionCount":1}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:42.789+00:00"},"s":"I", "c":"NETWORK", "id":51800, "ctx":"conn1","msg":"client metadata","attr":{"remote":"172.18.0.3:54494","client":"conn1","negotiatedCompressors":[],"doc":{"driver":{"name":"nodejs","version":"4.10.0"},"os":{"type":"Linux","name":"linux","architecture":"x64","version":"6.8.0-31-generic"},"platform":"Node.js v18.20.2, LE (unified)|Node.js v18.20.2, LE (unified)"}}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:42.808+00:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.18.0.3:54496","uuid":{"uuid":{"$uuid":"bfd35671-93fa-4ecf-bb1f-6ec34e0e52e0"}},"connectionId":2,"connectionCount":2}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:42.810+00:00"},"s":"I", "c":"NETWORK", "id":51800, "ctx":"conn2","msg":"client metadata","attr":{"remote":"172.18.0.3:54496","client":"conn2","negotiatedCompressors":[],"doc":{"driver":{"name":"nodejs","version":"4.10.0"},"os":{"type":"Linux","name":"linux","architecture":"x64","version":"6.8.0-31-generic"},"platform":"Node.js v18.20.2, LE (unified)|Node.js v18.20.2, LE (unified)"}}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:42.817+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":6}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:42.889+00:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.18.0.3:54498","uuid":{"uuid":{"$uuid":"16ae6294-b71f-4dc3-9916-199acc6a2064"}},"connectionId":3,"connectionCount":3}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:42.896+00:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.18.0.3:54506","uuid":{"uuid":{"$uuid":"33e2308a-828b-4e8d-a4fc-59c6f62dc93d"}},"connectionId":4,"connectionCount":4}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:42.902+00:00"},"s":"I", "c":"NETWORK", "id":51800, "ctx":"conn3","msg":"client metadata","attr":{"remote":"172.18.0.3:54498","client":"conn3","negotiatedCompressors":[],"doc":{"driver":{"name":"nodejs","version":"4.10.0"},"os":{"type":"Linux","name":"linux","architecture":"x64","version":"6.8.0-31-generic"},"platform":"Node.js v18.20.2, LE (unified)|Node.js v18.20.2, LE (unified)"}}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:42.903+00:00"},"s":"I", "c":"NETWORK", "id":51800, "ctx":"conn4","msg":"client metadata","attr":{"remote":"172.18.0.3:54506","client":"conn4","negotiatedCompressors":[],"doc":{"driver":{"name":"nodejs","version":"4.10.0"},"os":{"type":"Linux","name":"linux","architecture":"x64","version":"6.8.0-31-generic"},"platform":"Node.js v18.20.2, LE (unified)|Node.js v18.20.2, LE (unified)"}}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:42.906+00:00"},"s":"I", "c":"NETWORK", "id":6788700, "ctx":"conn3","msg":"Received first command on ingress connection since session start or auth handshake","attr":{"elapsedMillis":4}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:42.912+00:00"},"s":"I", "c":"NETWORK", "id":6788700, "ctx":"conn4","msg":"Received first command on ingress connection since session start or auth handshake","attr":{"elapsedMillis":8}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:42.917+00:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.18.0.3:54508","uuid":{"uuid":{"$uuid":"741d189b-654c-4e49-a5e6-114b5ff33459"}},"connectionId":5,"connectionCount":5}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:42.918+00:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.18.0.3:54514","uuid":{"uuid":{"$uuid":"634d2e12-cd4a-442e-b87d-343d1fbab8ed"}},"connectionId":6,"connectionCount":6}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:42.922+00:00"},"s":"I", "c":"NETWORK", "id":51800, "ctx":"conn5","msg":"client metadata","attr":{"remote":"172.18.0.3:54508","client":"conn5","negotiatedCompressors":[],"doc":{"driver":{"name":"nodejs","version":"4.10.0"},"os":{"type":"Linux","name":"linux","architecture":"x64","version":"6.8.0-31-generic"},"platform":"Node.js v18.20.2, LE (unified)|Node.js v18.20.2, LE (unified)"}}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:42.924+00:00"},"s":"I", "c":"NETWORK", "id":51800, "ctx":"conn6","msg":"client metadata","attr":{"remote":"172.18.0.3:54514","client":"conn6","negotiatedCompressors":[],"doc":{"driver":{"name":"nodejs","version":"4.10.0"},"os":{"type":"Linux","name":"linux","architecture":"x64","version":"6.8.0-31-generic"},"platform":"Node.js v18.20.2, LE (unified)|Node.js v18.20.2, LE (unified)"}}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:42.928+00:00"},"s":"I", "c":"NETWORK", "id":6788700, "ctx":"conn5","msg":"Received first command on ingress connection since session start or auth handshake","attr":{"elapsedMillis":5}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:42.936+00:00"},"s":"I", "c":"NETWORK", "id":6788700, "ctx":"conn6","msg":"Received first command on ingress connection since session start or auth handshake","attr":{"elapsedMillis":11}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:42.937+00:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.18.0.3:54524","uuid":{"uuid":{"$uuid":"d7907328-5030-4b8f-8097-8e205f1e2ba3"}},"connectionId":7,"connectionCount":7}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:42.939+00:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.18.0.3:54540","uuid":{"uuid":{"$uuid":"b3eb3f7e-14c0-4745-82e5-d19558246f1c"}},"connectionId":8,"connectionCount":8}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:42.941+00:00"},"s":"I", "c":"NETWORK", "id":51800, "ctx":"conn7","msg":"client metadata","attr":{"remote":"172.18.0.3:54524","client":"conn7","negotiatedCompressors":[],"doc":{"driver":{"name":"nodejs","version":"4.10.0"},"os":{"type":"Linux","name":"linux","architecture":"x64","version":"6.8.0-31-generic"},"platform":"Node.js v18.20.2, LE (unified)|Node.js v18.20.2, LE (unified)"}}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:42.941+00:00"},"s":"I", "c":"NETWORK", "id":51800, "ctx":"conn8","msg":"client metadata","attr":{"remote":"172.18.0.3:54540","client":"conn8","negotiatedCompressors":[],"doc":{"driver":{"name":"nodejs","version":"4.10.0"},"os":{"type":"Linux","name":"linux","architecture":"x64","version":"6.8.0-31-generic"},"platform":"Node.js v18.20.2, LE (unified)|Node.js v18.20.2, LE (unified)"}}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:42.946+00:00"},"s":"I", "c":"NETWORK", "id":6788700, "ctx":"conn8","msg":"Received first command on ingress connection since session start or auth handshake","attr":{"elapsedMillis":5}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:42.949+00:00"},"s":"I", "c":"NETWORK", "id":6788700, "ctx":"conn7","msg":"Received first command on ingress connection since session start or auth handshake","attr":{"elapsedMillis":7}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:42.950+00:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.18.0.3:54550","uuid":{"uuid":{"$uuid":"a67fe38c-203b-407e-a41f-7363a85425ed"}},"connectionId":9,"connectionCount":9}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:42.954+00:00"},"s":"I", "c":"NETWORK", "id":51800, "ctx":"conn9","msg":"client metadata","attr":{"remote":"172.18.0.3:54550","client":"conn9","negotiatedCompressors":[],"doc":{"driver":{"name":"nodejs","version":"4.10.0"},"os":{"type":"Linux","name":"linux","architecture":"x64","version":"6.8.0-31-generic"},"platform":"Node.js v18.20.2, LE (unified)|Node.js v18.20.2, LE (unified)"}}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:42.955+00:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.18.0.3:54554","uuid":{"uuid":{"$uuid":"9cd7bfad-472a-4c68-8e29-1824ce455051"}},"connectionId":10,"connectionCount":10}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:42.961+00:00"},"s":"I", "c":"NETWORK", "id":6788700, "ctx":"conn9","msg":"Received first command on ingress connection since session start or auth handshake","attr":{"elapsedMillis":6}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:42.963+00:00"},"s":"I", "c":"NETWORK", "id":51800, "ctx":"conn10","msg":"client metadata","attr":{"remote":"172.18.0.3:54554","client":"conn10","negotiatedCompressors":[],"doc":{"driver":{"name":"nodejs","version":"4.10.0"},"os":{"type":"Linux","name":"linux","architecture":"x64","version":"6.8.0-31-generic"},"platform":"Node.js v18.20.2, LE (unified)|Node.js v18.20.2, LE (unified)"}}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:42.965+00:00"},"s":"I", "c":"NETWORK", "id":6788700, "ctx":"conn10","msg":"Received first command on ingress connection since session start or auth handshake","attr":{"elapsedMillis":2}}
OpenSignServer-container | parse-server-example running on port 8080.
OpenSignServer-container | Command output:
OpenSignServer-container | Parse DBTool v1.2.0 - Parse server tool for data migration and seeding.
OpenSignServer-container |
OpenSignServer-container | Run migration on parse-server at http://localhost:8080/app
OpenSignServer-container |
OpenSignServer-container | INFO No migrations were executed, database schema was already up to date.
OpenSignServer-container |
OpenSignServer-container | SUCCESS Successfully run migrations.
OpenSignServer-container |
OpenSignServer-container |
mongo-container | {"t":{"$date":"2024-05-16T19:25:55.728+00:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.18.0.3:56980","uuid":{"uuid":{"$uuid":"8ebeac5d-a9bd-4c6b-8f1d-4ee85e904ab5"}},"connectionId":11,"connectionCount":11}}
mongo-container | {"t":{"$date":"2024-05-16T19:25:55.733+00:00"},"s":"I", "c":"NETWORK", "id":51800, "ctx":"conn11","msg":"client metadata","attr":{"remote":"172.18.0.3:56980","client":"conn11","negotiatedCompressors":[],"doc":{"driver":{"name":"nodejs","version":"4.10.0"},"os":{"type":"Linux","name":"linux","architecture":"x64","version":"6.8.0-31-generic"},"platform":"Node.js v18.20.2, LE (unified)|Node.js v18.20.2, LE (unified)"}}}
OpenSign-container | HTTP 5/16/2024 7:26:12 PM 172.19.0.10 GET /forgetpassword
OpenSign-container | HTTP 5/16/2024 7:26:12 PM 172.19.0.10 Returned 304 in 39 ms
OpenSign-container | HTTP 5/16/2024 7:26:12 PM 172.19.0.10 GET /static/js/main.bba76ed2.js
OpenSign-container | HTTP 5/16/2024 7:26:12 PM 172.19.0.10 GET /static/css/main.7811b031.css
OpenSign-container | HTTP 5/16/2024 7:26:12 PM 172.19.0.10 Returned 304 in 6 ms
OpenSign-container | HTTP 5/16/2024 7:26:12 PM 172.19.0.10 Returned 304 in 33 ms
OpenSign-container | HTTP 5/16/2024 7:26:12 PM 172.19.0.10 GET /favicon.ico
OpenSign-container | HTTP 5/16/2024 7:26:12 PM 172.19.0.10 GET /static/js/407.549d7918.chunk.js
OpenSign-container | HTTP 5/16/2024 7:26:12 PM 172.19.0.10 Returned 304 in 3 ms
OpenSign-container | HTTP 5/16/2024 7:26:12 PM 172.19.0.10 Returned 304 in 6 ms
OpenSign-container | HTTP 5/16/2024 7:26:12 PM 172.19.0.10 GET /static/media/logo.2a7bff0c1189183fafe7.png
OpenSign-container | HTTP 5/16/2024 7:26:12 PM 172.19.0.10 GET /static/media/login_img.43fa8d7f2fb0cfa6803363b3c1339e1a.svg
OpenSign-container | HTTP 5/16/2024 7:26:12 PM 172.19.0.10 Returned 304 in 13 ms
OpenSign-container | HTTP 5/16/2024 7:26:12 PM 172.19.0.10 Returned 304 in 10 ms
OpenSign-container | HTTP 5/16/2024 7:26:12 PM 172.19.0.10 GET /favicon.ico
OpenSign-container | HTTP 5/16/2024 7:26:12 PM 172.19.0.10 Returned 304 in 2 ms
OpenSign-container | HTTP 5/16/2024 7:26:12 PM 172.19.0.10 GET /manifest.json
OpenSign-container | HTTP 5/16/2024 7:26:12 PM 172.19.0.10 Returned 304 in 5 ms
OpenSign-container | HTTP 5/16/2024 7:26:13 PM 172.19.0.10 GET /logo192.png
OpenSign-container | HTTP 5/16/2024 7:26:13 PM 172.19.0.10 Returned 304 in 5 ms
OpenSignServer-container | userid tAYHRoUM35
OpenSignServer-container | [ 'contracts_Guest', 'contracts_User' ]
OpenSignServer-container | [ 'contracts_Guest', 'contracts_User' ]
OpenSign-container | HTTP 5/16/2024 7:26:34 PM 172.19.0.10 GET /static/js/358.5b39907c.chunk.js
OpenSign-container | HTTP 5/16/2024 7:26:34 PM 172.19.0.10 GET /version.txt
OpenSign-container | HTTP 5/16/2024 7:26:34 PM 172.19.0.10 Returned 304 in 13 ms
OpenSign-container | HTTP 5/16/2024 7:26:34 PM 172.19.0.10 Returned 304 in 11 ms
OpenSign-container | HTTP 5/16/2024 7:26:34 PM 172.19.0.10 GET /static/js/657.32f92546.chunk.js
OpenSign-container | HTTP 5/16/2024 7:26:34 PM 172.19.0.10 GET /static/js/985.51ff56ef.chunk.js
OpenSign-container | HTTP 5/16/2024 7:26:34 PM 172.19.0.10 Returned 304 in 8 ms
OpenSign-container | HTTP 5/16/2024 7:26:34 PM 172.19.0.10 Returned 304 in 7 ms
OpenSign-container | HTTP 5/16/2024 7:26:34 PM 172.19.0.10 GET /static/media/pad.6b6eb9132b3b4f92324f1bc083b8e500.svg
OpenSign-container | HTTP 5/16/2024 7:26:34 PM 172.19.0.10 Returned 304 in 4 ms
mongo-container | {"t":{"$date":"2024-05-16T19:26:37.936+00:00"},"s":"I", "c":"WTCHKPT", "id":22430, "ctx":"Checkpointer","msg":"WiredTiger message","attr":{"message":{"ts_sec":1715887597,"ts_usec":936686,"thread":"1:0x70e619000640","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: 5, snapshot max: 5 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 463"}}}
OpenSign-container | HTTP 5/16/2024 7:26:39 PM 172.19.0.10 GET /static/js/912.b0cc59a5.chunk.js
OpenSign-container | HTTP 5/16/2024 7:26:39 PM 172.19.0.10 Returned 200 in 6 ms
OpenSignServer-container | OTP sent
OpenSign-container | HTTP 5/16/2024 7:27:02 PM 172.19.0.10 GET /static/js/169.7a750504.chunk.js
OpenSign-container | HTTP 5/16/2024 7:27:02 PM 172.19.0.10 GET /static/css/169.32d61544.chunk.css
OpenSign-container | HTTP 5/16/2024 7:27:02 PM 172.19.0.10 Returned 200 in 5 ms
OpenSign-container | HTTP 5/16/2024 7:27:02 PM 172.19.0.10 Returned 200 in 6 ms
OpenSign-container | HTTP 5/16/2024 7:27:03 PM 172.19.0.10 GET /static/js/285.28451f5c.chunk.js
OpenSign-container | HTTP 5/16/2024 7:27:03 PM 172.19.0.10 Returned 200 in 5 ms
OpenSign-container | HTTP 5/16/2024 7:27:03 PM 172.19.0.10 GET /static/js/246.22d006b1.chunk.js
OpenSign-container | HTTP 5/16/2024 7:27:03 PM 172.19.0.10 Returned 304 in 7 ms
mongo-container | {"t":{"$date":"2024-05-16T19:27:37.965+00:00"},"s":"I", "c":"WTCHKPT", "id":22430, "ctx":"Checkpointer","msg":"WiredTiger message","attr":{"message":{"ts_sec":1715887657,"ts_usec":965077,"thread":"1:0x70e619000640","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: 7, snapshot max: 7 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 463"}}}
mongo-container | {"t":{"$date":"2024-05-16T19:28:37.974+00:00"},"s":"I", "c":"WTCHKPT", "id":22430, "ctx":"Checkpointer","msg":"WiredTiger message","attr":{"message":{"ts_sec":1715887717,"ts_usec":974265,"thread":"1:0x70e619000640","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: 8, snapshot max: 8 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 463"}}}
OpenSign-container | HTTP 5/16/2024 7:29:17 PM 172.19.0.10 GET /static/js/259.afe816e8.chunk.js
OpenSign-container | HTTP 5/16/2024 7:29:17 PM 172.19.0.10 Returned 304 in 29 ms
OpenSign-container | HTTP 5/16/2024 7:29:17 PM 172.19.0.10 GET /static/media/loader2.e67ca4f2c75939e4ac32.gif
OpenSign-container | HTTP 5/16/2024 7:29:17 PM 172.19.0.10 Returned 304 in 3 ms
OpenSign-container | HTTP 5/16/2024 7:29:17 PM 172.19.0.10 GET /static/js/154.2d1b7f9f.chunk.js
OpenSign-container | HTTP 5/16/2024 7:29:17 PM 172.19.0.10 GET /static/js/643.1d0b61c6.chunk.js
OpenSign-container | HTTP 5/16/2024 7:29:17 PM 172.19.0.10 Returned 200 in 5 ms
OpenSign-container | HTTP 5/16/2024 7:29:17 PM 172.19.0.10 Returned 200 in 5 ms
OpenSign-container | HTTP 5/16/2024 7:29:21 PM 172.19.0.10 GET /static/media/pad.6b6eb9132b3b4f92324f1bc083b8e500.svg
OpenSign-container | HTTP 5/16/2024 7:29:21 PM 172.19.0.10 Returned 304 in 3 ms
OpenSignServer-container | new entry is insert in contracts_Document
OpenSign-container | HTTP 5/16/2024 7:29:37 PM 172.19.0.10 GET /static/media/loader2.e67ca4f2c75939e4ac32.gif
OpenSign-container | HTTP 5/16/2024 7:29:37 PM 172.19.0.10 Returned 304 in 2 ms
mongo-container | {"t":{"$date":"2024-05-16T19:29:37.987+00:00"},"s":"I", "c":"WTCHKPT", "id":22430, "ctx":"Checkpointer","msg":"WiredTiger message","attr":{"message":{"ts_sec":1715887777,"ts_usec":986970,"thread":"1:0x70e619000640","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: 14, snapshot max: 14 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 463"}}}
OpenSign-container | HTTP 5/16/2024 7:29:49 PM 172.19.0.10 GET /static/media/loader2.e67ca4f2c75939e4ac32.gif
OpenSign-container | HTTP 5/16/2024 7:29:49 PM 172.19.0.10 Returned 304 in 5 ms
OpenSignServer-container | In contracts_Users aftersave
OpenSignServer-container | In contracts_Users aftersave
OpenSignServer-container | In contracts_Users aftersave
mongo-container | {"t":{"$date":"2024-05-16T19:30:38.002+00:00"},"s":"I", "c":"WTCHKPT", "id":22430, "ctx":"Checkpointer","msg":"WiredTiger message","attr":{"message":{"ts_sec":1715887838,"ts_usec":2494,"thread":"1:0x70e619000640","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: 24, snapshot max: 24 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 463"}}}
OpenSign-container | HTTP 5/16/2024 7:31:21 PM 172.19.0.10 GET /login/Z0xnU2ZBVUt4ay9jaHJpc3RvcGhlci53ZWxsaWVAbHctZm9vZC5kZS9raUdIa2twbnV2
OpenSign-container | HTTP 5/16/2024 7:31:21 PM 172.19.0.10 Returned 200 in 4 ms
OpenSign-container | HTTP 5/16/2024 7:31:21 PM 172.19.0.10 GET /static/css/main.7811b031.css
OpenSign-container | HTTP 5/16/2024 7:31:21 PM 172.19.0.10 Returned 304 in 2 ms
OpenSign-container | HTTP 5/16/2024 7:31:21 PM 172.19.0.10 GET /static/js/main.bba76ed2.js
OpenSign-container | HTTP 5/16/2024 7:31:21 PM 172.19.0.10 Returned 304 in 2 ms
OpenSign-container | HTTP 5/16/2024 7:31:22 PM 172.19.0.10 GET /static/css/706.6bd416e8.chunk.css
OpenSign-container | HTTP 5/16/2024 7:31:22 PM 172.19.0.10 GET /static/js/706.1ed6b06f.chunk.js
OpenSign-container | HTTP 5/16/2024 7:31:22 PM 172.19.0.10 Returned 200 in 6 ms
OpenSign-container | HTTP 5/16/2024 7:31:22 PM 172.19.0.10 Returned 200 in 4 ms
OpenSign-container | HTTP 5/16/2024 7:31:22 PM 172.19.0.10 GET /manifest.json
OpenSign-container | HTTP 5/16/2024 7:31:22 PM 172.19.0.10 Returned 304 in 1 ms
OpenSign-container | HTTP 5/16/2024 7:31:22 PM 172.19.0.10 GET /static/media/loader2.e67ca4f2c75939e4ac32.gif
OpenSign-container | HTTP 5/16/2024 7:31:22 PM 172.19.0.10 GET /static/media/logo.2a7bff0c1189183fafe7.png
OpenSign-container | HTTP 5/16/2024 7:31:22 PM 172.19.0.10 GET /logo192.png
OpenSign-container | HTTP 5/16/2024 7:31:22 PM 172.19.0.10 Returned 304 in 2 ms
OpenSign-container | HTTP 5/16/2024 7:31:22 PM 172.19.0.10 Returned 304 in 3 ms
OpenSign-container | HTTP 5/16/2024 7:31:22 PM 172.19.0.10 Returned 304 in 3 ms
OpenSignServer-container | OTP sent
OpenSignServer-container | In contracts_Users aftersave
mongo-container | {"t":{"$date":"2024-05-16T19:31:38.017+00:00"},"s":"I", "c":"WTCHKPT", "id":22430, "ctx":"Checkpointer","msg":"WiredTiger message","attr":{"message":{"ts_sec":1715887898,"ts_usec":17434,"thread":"1:0x70e619000640","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: 37, snapshot max: 37 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 463"}}}
mongo-container | {"t":{"$date":"2024-05-16T19:32:38.047+00:00"},"s":"I", "c":"WTCHKPT", "id":22430, "ctx":"Checkpointer","msg":"WiredTiger message","attr":{"message":{"ts_sec":1715887958,"ts_usec":47804,"thread":"1:0x70e619000640","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: 38, snapshot max: 38 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 463"}}}
mongo-container | {"t":{"$date":"2024-05-16T19:33:38.056+00:00"},"s":"I", "c":"WTCHKPT", "id":22430, "ctx":"Checkpointer","msg":"WiredTiger message","attr":{"message":{"ts_sec":1715888018,"ts_usec":56169,"thread":"1:0x70e619000640","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: 39, snapshot max: 39 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 463"}}}
mongo-container | {"t":{"$date":"2024-05-16T19:34:38.067+00:00"},"s":"I", "c":"WTCHKPT", "id":22430, "ctx":"Checkpointer","msg":"WiredTiger message","attr":{"message":{"ts_sec":1715888078,"ts_usec":67182,"thread":"1:0x70e619000640","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: 40, snapshot max: 40 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 463"}}}
mongo-container | {"t":{"$date":"2024-05-16T19:35:38.076+00:00"},"s":"I", "c":"WTCHKPT", "id":22430, "ctx":"Checkpointer","msg":"WiredTiger message","attr":{"message":{"ts_sec":1715888138,"ts_usec":76212,"thread":"1:0x70e619000640","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: 43, snapshot max: 43 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 463"}}}
mongo-container | {"t":{"$date":"2024-05-16T19:36:38.087+00:00"},"s":"I", "c":"WTCHKPT", "id":22430, "ctx":"Checkpointer","msg":"WiredTiger message","attr":{"message":{"ts_sec":1715888198,"ts_usec":87835,"thread":"1:0x70e619000640","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: 44, snapshot max: 44 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 463"}}}
mongo-container | {"t":{"$date":"2024-05-16T19:37:38.096+00:00"},"s":"I", "c":"WTCHKPT", "id":22430, "ctx":"Checkpointer","msg":"WiredTiger message","attr":{"message":{"ts_sec":1715888258,"ts_usec":96172,"thread":"1:0x70e619000640","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: 45, snapshot max: 45 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 463"}}}
mongo-container | {"t":{"$date":"2024-05-16T19:38:38.105+00:00"},"s":"I", "c":"WTCHKPT", "id":22430, "ctx":"Checkpointer","msg":"WiredTiger message","attr":{"message":{"ts_sec":1715888318,"ts_usec":104874,"thread":"1:0x70e619000640","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: 46, snapshot max: 46 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 463"}}}
mongo-container | {"t":{"$date":"2024-05-16T19:39:38.116+00:00"},"s":"I", "c":"WTCHKPT", "id":22430, "ctx":"Checkpointer","msg":"WiredTiger message","attr":{"message":{"ts_sec":1715888378,"ts_usec":116037,"thread":"1:0x70e619000640","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: 47, snapshot max: 47 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 463"}}}
mongo-container | {"t":{"$date":"2024-05-16T19:40:38.125+00:00"},"s":"I", "c":"WTCHKPT", "id":22430, "ctx":"Checkpointer","msg":"WiredTiger message","attr":{"message":{"ts_sec":1715888438,"ts_usec":125232,"thread":"1:0x70e619000640","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: 48, snapshot max: 48 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 463"}}}
mongo-container | {"t":{"$date":"2024-05-16T19:41:38.141+00:00"},"s":"I", "c":"WTCHKPT", "id":22430, "ctx":"Checkpointer","msg":"WiredTiger message","attr":{"message":{"ts_sec":1715888498,"ts_usec":141836,"thread":"1:0x70e619000640","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: 49, snapshot max: 49 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 463"}}}
mongo-container | {"t":{"$date":"2024-05-16T19:42:38.151+00:00"},"s":"I", "c":"WTCHKPT", "id":22430, "ctx":"Checkpointer","msg":"WiredTiger message","attr":{"message":{"ts_sec":1715888558,"ts_usec":151137,"thread":"1:0x70e619000640","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: 50, snapshot max: 50 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 463"}}}
OpenSign-container | HTTP 5/16/2024 7:43:05 PM 172.19.0.10 GET /static/media/login_img.43fa8d7f2fb0cfa6803363b3c1339e1a.svg
OpenSign-container | HTTP 5/16/2024 7:43:05 PM 172.19.0.10 Returned 304 in 6 ms
OpenSignServer-container | userid tAYHRoUM35
OpenSignServer-container | [ 'contracts_Guest', 'contracts_User' ]
OpenSignServer-container | [ 'contracts_Guest', 'contracts_User' ]
OpenSign-container | HTTP 5/16/2024 7:43:24 PM 172.19.0.10 GET /version.txt
OpenSign-container | HTTP 5/16/2024 7:43:24 PM 172.19.0.10 Returned 304 in 3 ms
OpenSign-container | HTTP 5/16/2024 7:43:25 PM 172.19.0.10 GET /static/media/pad.6b6eb9132b3b4f92324f1bc083b8e500.svg
OpenSign-container | HTTP 5/16/2024 7:43:25 PM 172.19.0.10 Returned 304 in 3 ms
OpenSign-container | HTTP 5/16/2024 7:43:30 PM 172.19.0.10 GET /static/media/pdf3.6360ca78bc691b663415.png
OpenSign-container | HTTP 5/16/2024 7:43:30 PM 172.19.0.10 Returned 200 in 9 ms
mongo-container | {"t":{"$date":"2024-05-16T19:43:38.161+00:00"},"s":"I", "c":"WTCHKPT", "id":22430, "ctx":"Checkpointer","msg":"WiredTiger message","attr":{"message":{"ts_sec":1715888618,"ts_usec":161407,"thread":"1:0x70e619000640","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: 55, snapshot max: 55 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 463"}}}
OpenSignServer-container | OTP sent
OpenSignServer-container | OTP sent
mongo-container | {"t":{"$date":"2024-05-16T19:44:38.178+00:00"},"s":"I", "c":"WTCHKPT", "id":22430, "ctx":"Checkpointer","msg":"WiredTiger message","attr":{"message":{"ts_sec":1715888678,"ts_usec":178002,"thread":"1:0x70e619000640","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: 58, snapshot max: 58 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 463"}}}
OpenSign-container | HTTP 5/16/2024 7:44:42 PM 172.19.0.10 GET /static/media/pad.6b6eb9132b3b4f92324f1bc083b8e500.svg
OpenSign-container | HTTP 5/16/2024 7:44:42 PM 172.19.0.10 Returned 304 in 7 ms
mongo-container | {"t":{"$date":"2024-05-16T19:45:38.195+00:00"},"s":"I", "c":"WTCHKPT", "id":22430, "ctx":"Checkpointer","msg":"WiredTiger message","attr":{"message":{"ts_sec":1715888738,"ts_usec":195563,"thread":"1:0x70e619000640","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: 63, snapshot max: 63 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 463"}}}
mongo-container | {"t":{"$date":"2024-05-16T19:46:38.254+00:00"},"s":"I", "c":"WTCHKPT", "id":22430, "ctx":"Checkpointer","msg":"WiredTiger message","attr":{"message":{"ts_sec":1715888798,"ts_usec":254763,"thread":"1:0x70e619000640","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: 64, snapshot max: 64 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 463"}}}
mongo-container | {"t":{"$date":"2024-05-16T19:47:38.265+00:00"},"s":"I", "c":"WTCHKPT", "id":22430, "ctx":"Checkpointer","msg":"WiredTiger message","attr":{"message":{"ts_sec":1715888858,"ts_usec":265383,"thread":"1:0x70e619000640","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: 65, snapshot max: 65 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 463"}}}
mongo-container | {"t":{"$date":"2024-05-16T19:48:38.275+00:00"},"s":"I", "c":"WTCHKPT", "id":22430, "ctx":"Checkpointer","msg":"WiredTiger message","attr":{"message":{"ts_sec":1715888918,"ts_usec":275441,"thread":"1:0x70e619000640","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: 66, snapshot max: 66 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 463"}}}
mongo-container | {"t":{"$date":"2024-05-16T19:49:38.283+00:00"},"s":"I", "c":"WTCHKPT", "id":22430, "ctx":"Checkpointer","msg":"WiredTiger message","attr":{"message":{"ts_sec":1715888978,"ts_usec":283174,"thread":"1:0x70e619000640","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: 67, snapshot max: 67 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 463"}}}
mongo-container | {"t":{"$date":"2024-05-16T19:50:38.292+00:00"},"s":"I", "c":"WTCHKPT", "id":22430, "ctx":"Checkpointer","msg":"WiredTiger message","attr":{"message":{"ts_sec":1715889038,"ts_usec":291969,"thread":"1:0x70e619000640","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: 68, snapshot max: 68 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 463"}}}
mongo-container | {"t":{"$date":"2024-05-16T19:51:38.300+00:00"},"s":"I", "c":"WTCHKPT", "id":22430, "ctx":"Checkpointer","msg":"WiredTiger message","attr":{"message":{"ts_sec":1715889098,"ts_usec":300296,"thread":"1:0x70e619000640","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: 69, snapshot max: 69 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 463"}}}

Expected Behavior

No response

Current Behavior

No response

Steps to reproduce

No response

Screenshots of the issue(optional)

No response

Operating System [e.g. MacOS Sonoma 14.1, Windows 11]

Windows

What browsers are you seeing the problem on?

Chrome

What version of OpenSign™ are you seeing this issue on? [e.g. 1.0.6]

1.7.3

What environment are you seeing the problem on?

Hosted (app.yourdomain.com)

Please check the boxes that apply to this issue report.

  • I have searched the existing issues & discussions to make sure that this is not a duplicate.

Code of Conduct

  • I agree to follow this project's Code of Conduct
  • I have searched the existing issues & discussions to make sure that this is not a duplicate.
@Zathiel
Copy link
Collaborator

Zathiel commented May 21, 2024

Hi @well100

Can you be more precise on the issue you are facing ?

Is any functionnalities impact ?

@well100
Copy link
Author

well100 commented May 22, 2024

Hi @Zathiel,

no email will be sent, forgotten password, verification code and or other things

Please setup mail adapter to send mail!

@rusbon
Copy link

rusbon commented May 27, 2024

@well100 on your provided log,
OpenSignServer-container | Please provide valid SMTP credentials

@Zathiel
Copy link
Collaborator

Zathiel commented Jun 2, 2024

Hey @well100

Are you still facing issues with the last release ?

If not i will mark this issue as solved

@TriasRichard
Copy link

TriasRichard commented Jun 4, 2024

Hey @well100

Are you still facing issues with the last release ?

If not i will mark this issue as solved

Same results with some debug information:

OpenSignServer-container  | [2024-06-04 12:56:21] ERROR [Ugi63gImHM] 40AC59E6147F0000:error:0A00010B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:355:
OpenSignServer-container  | [2024-06-04 12:56:21] ERROR [Ugi63gImHM] 
OpenSignServer-container  | [2024-06-04 12:56:21] DEBUG [Ugi63gImHM] Closing connection to the server using "destroy"
OpenSignServer-container  | Please provide valid SMTP credentials

Postfix log:

postfix-1  | Jun 04 12:55:49 internmx2 postfix/master[1]: daemon started -- version 3.6.6, configuration /etc/postfix
postfix-1  | Jun 04 12:56:21 internmx2 postfix/smtpd[97]: connect from unknown[172.25.0.1]
postfix-1  | Jun 04 12:56:21 internmx2 postfix/smtpd[97]: lost connection after CONNECT from unknown[172.25.0.1]
postfix-1  | Jun 04 12:56:21 internmx2 postfix/smtpd[97]: disconnect from unknown[172.25.0.1] commands=0/0

It doesnt's matter if i provide the right credentials. Problem looks nodemailer specific. Internal postfix server with or without credentials enabled throws the same results.

@rusbon
Copy link

rusbon commented Jun 4, 2024

i think the issue is because you are using port 587, while secure parameter configured default to true. from nodemailer documentation

secure – if true the connection will use TLS when connecting to server. If false (the default) then TLS is used if server supports the STARTTLS extension. In most cases set this value to true if you are connecting to port 465. For port 587 or 25 keep it false

if (process.env.SMTP_ENABLE) {
try {
transporterMail = createTransport({
host: process.env.SMTP_HOST,
port: process.env.SMTP_PORT || 465,
secure: process.env.SMTP_SECURE || true,
auth: {
user: process.env.SMTP_USER_EMAIL,
pass: process.env.SMTP_PASS,
},
});
await transporterMail.verify();

have you tried using port 465? or if not possible, change nodemailer secure parameter to false (you need to modify the code directly as using env SMTP_SECURE=false will not work).

@TriasRichard
Copy link

i think the issue is because you are using port 587, while secure parameter configured default to true. from nodemailer documentation

secure – if true the connection will use TLS when connecting to server. If false (the default) then TLS is used if server supports the STARTTLS extension. In most cases set this value to true if you are connecting to port 465. For port 587 or 25 keep it false

if (process.env.SMTP_ENABLE) {
try {
transporterMail = createTransport({
host: process.env.SMTP_HOST,
port: process.env.SMTP_PORT || 465,
secure: process.env.SMTP_SECURE || true,
auth: {
user: process.env.SMTP_USER_EMAIL,
pass: process.env.SMTP_PASS,
},
});
await transporterMail.verify();

have you tried using port 465? or if not possible, change nodemailer secure parameter to false (you need to modify the code directly as using env SMTP_SECURE=false will not work).

Thanks, modified the code directly (secure : false) made it work. So the env not working is a BUG.

@Lipholo-Pheko
Copy link

I have the same issue. After a clear installation locally on Windows, everything works except emails are not being sent. SMTP settings are updated correctly in the .env files. I tried updating the index.js file in OpenSign Server and the sendMailv3.js file in OpenSign Server/cloud/parsefunction/
I updated the files and changed secure: smtpsecure, to secure:false, but emails still don't work I am using the latest version of OpenSign.

@nxglabs
Copy link
Contributor

nxglabs commented Jul 8, 2024

What is the port number you are using?

@Lipholo-Pheko
Copy link

I am using port 3000

@Lipholo-Pheko
Copy link

Everything is in default settings. I used the installation guide below:
https://docs.opensignlabs.com/docs/self-host/docker/run-locally-windows/

@Lipholo-Pheko
Copy link

Emails are being sent. Issue is resolved.

@nxglabs
Copy link
Contributor

nxglabs commented Jul 9, 2024

How did you resolve it?

@Lipholo-Pheko
Copy link

Issue was my SMTP details. After confirming them and making corrections emails worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working up-for-grabs
Projects
None yet
Development

No branches or pull requests

7 participants