Description
Cleaned all images and containers, set up fresh from compose file (see below)
But despite the label saying “up 10 minutes” at “docker-entrypoint.s…” I can’t connect to the rocketchat.
Successfully imported a collection from an older version into mongo and it shows that db and collection that I can also db.rocketchat_settings.find() into (for example)
Server Setup Information
- Version of Rocket.Chat Server: 6.4.0 (also tried “latest”)
- Operating System: ubuntu 22
- Deployment Method: docker
- Number of Running Instances: 1
- DB Replicaset Oplog: ?
- NodeJS Version: docker
- MongoDB Version: 5.0
- Proxy: traefik (I dont use https at the moment, I once got the setup wizard to work but since I already have a full chat, I do not need setup wizard and need a way to skip that, since its absolutely pointless
- Firewalls involved: none
Any additional Information
Logs:
roy@ubuntu22-rocketchat:~/rc_Docker$ docker logs c5cb2da55946
Some indexes for collection ‘rocketchat_uploads’ could not be created:
An existing index has the same name as the requested index. When index names are not specified, they are auto generated and can cause conflicts. Please refer to our documentation. Requested index: { v: 2, key: { rid: 1 }, name: “rid_1”, sparse: true }, existing index: { v: 2, key: { rid: 1 }, name: “rid_1” }
strict mode: missing type “object” for keyword “additionalProperties” at “#” (strictTypes)
strict mode: missing type “object” for keyword “properties” at “#” (strictTypes)
strict mode: use allowUnionTypes to allow union type keyword at “#/properties/value” (strictTypes)
strict mode: “items” is 1-tuple, but minItems or maxItems/additionalItems are not specified or different at path “#/properties/matrixIds”
(node:1) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023.
Please migrate your code to use AWS SDK for JavaScript (v3).
For more information, check the migration guide at Migrating your code to SDK for JavaScript V3 - AWS SDK for JavaScript
(Use node --trace-warnings ...
to show where the warning was created)
LocalStore: store created at
LocalStore: store created at
LocalStore: store created at
MessageType.render is deprecated. Use MessageType.message instead. livechat_webrtc_video_call
{“level”:40,“time”:“2023-11-18T10:15:03.992Z”,“pid”:1,“hostname”:“c5cb2da55946”,“name”:“VoIPService”,“msg”:“Voip is not enabled. Cant start the service”}
{“level”:30,“time”:“2023-11-18T10:15:04.162Z”,“pid”:1,“hostname”:“c5cb2da55946”,“name”:“Federation”,“section”:“Setup”,“msg”:“Federation is disabled”}
Some indexes for collection ‘rocketchat_livechat_priority’ could not be created:
An existing index has the same name as the requested index. When index names are not specified, they are auto generated and can cause conflicts. Please refer to our documentation. Requested index: { v: 2, unique: true, key: { name: 1 }, name: “name_1”, partialFilterExpression: { $and: [ { name: { $exists: true } }, { name: { $gt: “” } } ] } }, existing index: { v: 2, unique: true, key: { name: 1 }, name: “name_1” }
{“level”:30,“time”:“2023-11-18T10:15:04.624Z”,“pid”:1,“hostname”:“c5cb2da55946”,“name”:“Search Logger”,“msg”:“create search provider defaultProvider”}
{“level”:30,“time”:“2023-11-18T10:15:04.666Z”,“pid”:1,“hostname”:“c5cb2da55946”,“name”:“System”,“msg”:“Updating process.env.MAIL_URL”}
{“level”:30,“time”:“2023-11-18T10:15:05.666Z”,“pid”:1,“hostname”:“c5cb2da55946”,“name”:“EmailInbox”,“msg”:“Email Interceptor…”}
{“level”:30,“time”:“2023-11-18T10:15:05.666Z”,“pid”:1,“hostname”:“c5cb2da55946”,“name”:“EmailInbox”,“msg”:“Email Interceptor Stopped…”}
{“level”:30,“time”:“2023-11-18T10:15:06.082Z”,“pid”:1,“hostname”:“c5cb2da55946”,“name”:“CAS”,“msg”:“Disabling CAS login service”}
…and here it hangs and doesnt go further
What else information do you need? I got it working before with an older dump from a rocketchat 4.8.x instance, but now it doesnt seem to work anymore and I can’t find the issue and need help with someone who knows docker and rocketchat and mongo well.
I do not want that setup wizard, it is pointless since I already have data…
I do not want HTTPS at the moment
server hostname, IP and all that stuff is correct
other notes
I find that the official rocketchat setup faq/help from rocket chat is not 100% working and/or is not fool proof