openimsdk / open-im-server

IM Chat
https://openim.io
Apache License 2.0
13.89k stars 2.44k forks source link

Modify the default minio default port problem #2326

Closed hutai123 closed 4 months ago

hutai123 commented 4 months ago

由于端口冲突,把minio的9090端口,改成了其他端口(只修改了docker-compose.yaml中的端口映射如95:9090),然后服务启动openim-chat报错 get zk config [99] errot zk: node does not exist; Gettiny config from zk failed,Please check if your openIH server has started openImchatApiPort service does not start normally, not initiated port is 10008。是不是还有其他地方的参数需要修改。

kubbot commented 4 months ago

Hello! Thank you for filing an issue.

If this is a bug report, please include relevant logs to help us debug the problem.

Join slack 🤖 to connect and communicate with our developers.

skiffer-git commented 4 months ago

It seems you are using an older version. The new version has replaced Zookeeper with etcd. It is recommended to use the release-v3.7 branch for the imserver and the release-v1.7 branch for chat