Description
Seeing this issue after migrating from one physical server to another. Not sure why. It’s docker, so ideally the move shouldn’t have any effect on how it runs. I literally moved the compose.yml, the data directory, and my uploads directory over, then just did
docker compose up -d
The site is accessible, messages show, but they show greyed out when sent, and others don’t get the notification of a new message. We have to refresh in the browser, and reload in the electron app. The Mobile app kind of does better, but still no notifications, and not sure why.
Even restarts don’t fix this issue for me.
Running RocketChat Community Edition 6.8 as of 5-21-24 with this issue btw.
Server Setup Information
- Version of Rocket.Chat Server: RocketChat CE 6.8
- Operating System: Ubuntu 22.04 LTS Server
- Deployment Method: docker
- Number of Running Instances: 1
- DB Replicaset Oplog: Yes
- NodeJS Version: Whatever is in the ‘latest’ docker image builds
- MongoDB Version: 5.0 according to the docker-compose.yml
- Proxy: NginX Proxy Manager (NGinX
- Firewalls involved: None
Any additional Information
a bit of logging, this really just seems to repeat over and over…done with
docker compose logs -f
mongo-1 | {"t":{"$date":"2024-05-22T15:18:58.448+00:00"},"s":"I", "c":"STORAGE", "id":22430, "ctx":"Checkpointer","msg":"WiredTiger message","attr":{"message":"[1716391138:448417][1:0x7f8e33503700], WT_SESSION.checkpoint: [WT_VERB_CHECKPOINT_PROGRESS] saving checkpoint snapshot min: 12970, snapshot max: 12970 snapshot count: 0, oldest timestamp: (1716224436, 1) , meta checkpoint timestamp: (1716224736, 1) base write gen: 23012970"}}
rocketchat-1 | {"level":50,"time":"2024-05-22T15:19:03.430Z","pid":8,"hostname":"50eb92aa526c","name":"System","msg":"No real time data received recently"}
rocketchat-1 | {"level":50,"time":"2024-05-22T15:19:23.430Z","pid":8,"hostname":"50eb92aa526c","name":"System","msg":"No real time data received recently"}
rocketchat-1 | {"level":50,"time":"2024-05-22T15:19:43.430Z","pid":8,"hostname":"50eb92aa526c","name":"System","msg":"No real time data received recently"}
mongo-1 | {"t":{"$date":"2024-05-22T15:19:58.665+00:00"},"s":"I", "c":"STORAGE", "id":22430, "ctx":"Checkpointer","msg":"WiredTiger message","attr":{"message":"[1716391198:665733][1:0x7f8e33503700], WT_SESSION.checkpoint: [WT_VERB_CHECKPOINT_PROGRESS] saving checkpoint snapshot min: 12980, snapshot max: 12980 snapshot count: 0, oldest timestamp: (1716224436, 1) , meta checkpoint timestamp: (1716224736, 1) base write gen: 23012970"}}
rocketchat-1 | {"level":50,"time":"2024-05-22T15:20:03.430Z","pid":8,"hostname":"50eb92aa526c","name":"System","msg":"No real time data received recently"}
rocketchat-1 | {"level":50,"time":"2024-05-22T15:20:23.430Z","pid":8,"hostname":"50eb92aa526c","name":"System","msg":"No real time data received recently"}
rocketchat-1 | {"level":50,"time":"2024-05-22T15:20:43.430Z","pid":8,"hostname":"50eb92aa526c","name":"System","msg":"No real time data received recently"}
mongo-1 | {"t":{"$date":"2024-05-22T15:20:58.777+00:00"},"s":"I", "c":"STORAGE", "id":22430, "ctx":"Checkpointer","msg":"WiredTiger message","attr":{"message":"[1716391258:777052][1:0x7f8e33503700], WT_SESSION.checkpoint: [WT_VERB_CHECKPOINT_PROGRESS] saving checkpoint snapshot min: 12994, snapshot max: 12994 snapshot count: 0, oldest timestamp: (1716224436, 1) , meta checkpoint timestamp: (1716224736, 1) base write gen: 23012970"}}
rocketchat-1 | {"level":50,"time":"2024-05-22T15:21:03.430Z","pid":8,"hostname":"50eb92aa526c","name":"System","msg":"No real time data received recently"}
rocketchat-1 | {"level":50,"time":"2024-05-22T15:21:23.430Z","pid":8,"hostname":"50eb92aa526c","name":"System","msg":"No real time data received recently"}
rocketchat-1 | {"level":50,"time":"2024-05-22T15:21:43.430Z","pid":8,"hostname":"50eb92aa526c","name":"System","msg":"No real time data received recently"}
mongo-1 | {"t":{"$date":"2024-05-22T15:21:58.969+00:00"},"s":"I", "c":"STORAGE", "id":22430, "ctx":"Checkpointer","msg":"WiredTiger message","attr":{"message":"[1716391318:969441][1:0x7f8e33503700], WT_SESSION.checkpoint: [WT_VERB_CHECKPOINT_PROGRESS] saving checkpoint snapshot min: 13013, snapshot max: 13013 snapshot count: 0, oldest timestamp: (1716224436, 1) , meta checkpoint timestamp: (1716224736, 1) base write gen: 23012970"}}
rocketchat-1 | {"level":50,"time":"2024-05-22T15:22:03.430Z","pid":8,"hostname":"50eb92aa526c","name":"System","msg":"No real time data received recently"}
Any help is greatly appreciated.