RocketChat / Docker.Official.Image

Docker hub - community managed image
291 stars 217 forks source link

Application Error after upgrade to 6.2.0 #193

Closed Bantscho closed 1 year ago

Bantscho commented 1 year ago

After the release of version 6.2.0 I've stumbled over the following problem, that neither the WebGUI nor the ClientGUI can access my rocket.chat server. After a successful login the only message I get is "Application Error - The application GUI just crashed."

The following docker logs seems to be right:

+-----------------------------------------------------+ SERVER RUNNING +-----------------------------------------------------+
Rocket.Chat Version: 6.2.0
NodeJS Version: 14.21.3 - x64
MongoDB Version: 4.4.15
MongoDB Engine: wiredTiger
Platform: linux
Process Port: 3000
Site URL: https://
ReplicaSet OpLog: Enabled
Commit Hash: d918834d31
Commit Branch: HEAD
+-----------------------------------------------------+ +----------------------------------------------------------------------+ DEPRECATION +----------------------------------------------------------------------+
YOUR CURRENT MONGODB VERSION (4.4.15) IS DEPRECATED.
IT WILL NOT BE SUPPORTED ON ROCKET.CHAT VERSION 7.0.0 AND GREATER,
PLEASE UPGRADE MONGODB TO VERSION 5.0 OR GREATER

+----------------------------------------------------------------------+ [2023-05-16T07:46:21.684Z] INFO 6e35161b-8cf8-455c-a934-ea645a50a45e/REGISTRY: '$node' service is registered. [2023-05-16T07:46:21.686Z] INFO 6e35161b-8cf8-455c-a934-ea645a50a45e/REGISTRY: 'matrix' service is registered. [2023-05-16T07:46:21.686Z] INFO 6e35161b-8cf8-455c-a934-ea645a50a45e/$NODE: Service '$node' started. [2023-05-16T07:46:21.687Z] INFO 6e35161b-8cf8-455c-a934-ea645a50a45e/MATRIX: Service 'matrix' started. [2023-05-16T07:46:21.687Z] INFO 6e35161b-8cf8-455c-a934-ea645a50a45e/BROKER: ✔ ServiceBroker with 2 service(s) started successfully in 751ms.

And both docker container are running:

cc2c9a41c524 registry.rocket.chat/rocketchat/rocket.chat:latest "docker-entrypoint.s…" 14 minutes ago Up 14 minutes 0.0.0.0:3000->3000/tcp root-rocketchat-1 d086d6b2b5b1 bitnami/mongodb:4.4 "/opt/bitnami/script…" 2 months ago Up 16 minutes 27017/tcp root-mongodb-1

Hope someone can help me with this problem.

Bantscho commented 1 year ago

Pinned comment fixed the problem. https://github.com/RocketChat/Rocket.Chat/issues/29249