Description
Hello, I am a new user of Rocketchat, I would like to set up this solution for testing on my infrastructure.
I followed the tutorial provided by the rocket chat team, to deploy it https://docs.rocket.chat/docs/deploy-with-docker-docker-compose
The problem is that this is the first time I’m using MongoDB, I keep coming across this error message: 2025-02-06 08:39:36 at Socket. (/app/bundle/programs/server/npm/node_modules/meteor/npm-mongo/node_modules/mongodb/src/cmap/connect.ts:375:38)
2025-02-06 08:39:36 at Object.onceWrapper (node:events:633:26)
2025-02-06 08:39:36 at Socket.emit (node:events:518:28)
2025-02-06 08:39:36 at emitErrorNT (node:internal/streams/destroy:170:8)
2025-02-06 08:39:36 at emitErrorCloseNT (node:internal/streams/destroy:129:3)
2025-02-06 08:39:36 at processTicksAndRejections (node:internal/process/task_queues:90:21) {
2025-02-06 08:39:36 [Symbol(errorLabels)]: Set(1) { ‘ResetPool’ },
2025-02-06 08:39:36 [cause]: Error: getaddrinfo EAI_AGAIN mongo
2025-02-06 08:39:36 at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:120:26)
2025-02-06 08:39:36 at GetAddrInfoReqWrap.callbackTrampoline (node:internal/async_hooks:130:17) {
2025-02-06 08:39:36 errno: -3001,
2025-02-06 08:39:36 code: ‘EAI_AGAIN’,
2025-02-06 08:39:36 syscall: ‘getaddrinfo’,
2025-02-06 08:39:36 hostname: ‘mongo’
2025-02-06 08:39:36 }
2025-02-06 08:39:36 }
2025-02-06 08:39:36 }
2025-02-06 08:39:36
2025-02-06 08:39:36 packages/core-runtime.js:189
2025-02-06 08:39:36 throw error;
2025-02-06 08:39:36 ^
2025-02-06 08:39:36 errorClass [Error]: [An error occurred when creating an index for collection "users: Topology is closed]
2025-02-06 08:39:36 at Collection.createIndexAsync (packages/mongo/collection/methods_index.js:64:15)
2025-02-06 08:39:36 at module.wrapAsync.self (packages/accounts-password/password_server.js:1097:1) {
2025-02-06 08:39:36 isClientSafe: true,
2025-02-06 08:39:36 error: ‘An error occurred when creating an index for collection "users: Topology is closed’,
2025-02-06 08:39:36 reason: undefined,
2025-02-06 08:39:36 details: undefined,
2025-02-06 08:39:36 errorType: ‘Meteor.Error’
2025-02-06 08:39:36 }
2025-02-06 08:39:36
2025-02-06 08:39:36 Node.js v22.11.0
I can’t figure out where the problem could come from, how to correct it, I tried to search on several forums, but I couldn’t find the solution.
Thank you for your help
Server Setup Information
- Version of Rocket.Chat Server: 7.3.0
- Operating System: Docker Desktop Windows
- Deployment Method: Docker
- Number of Running Instances: 1
- DB Replicaset Oplog: ?
- NodeJS Version: ?
- MongoDB Version: ?
- Proxy: No
- Firewalls involved: No