1.1.7Failed to get D-Bus connection: Operation not permitted, 1.1.6 正常
Question
docker-compose 启动 canal 1.1.7 报错:Failed to get D-Bus connection: Operation not permitted 1.1.6 是正常的
This happens to me too, how can I solve it?
This happens to me too, how can I solve it?
i dont know, i guess it should be a problem with the docker image, , now Im rollback 1.1.7 to using 1.1.6
1.1.7升级centos到了7.9版本,1.1.6是centos 6.x版本,主要是docker基础镜像的差异
@agapple 都是拉docker镜像来启动的,这个跟宿主机的环境有关系吗
有大佬解决了吗,也是这个问题
一样遇到了这个问题了,启动命令
docker run -p 11111:11111 --name canal \ -e canal.destinations=plhqb \ -e canal.instance.master.address=127.0.0.1:3306 \ -e canal.instance.dbUsername=root \ -e canal.instance.dbPassword=root \ -e canal.instance.connectionCharset=UTF-8 \ -e canal.instance.tsdb.enable=true \ -e canal.instance.gtidon=false \ -e canal.instance.filter.regex=i6000\..* \ -d canal/canal-server
输入日志:
DOCKER_DEPLOY_TYPE=VM ==> INIT /alidata/init/02init-sshd.sh ==> EXIT CODE: 0 ==> INIT /alidata/init/fix-hosts.py ==> EXIT CODE: 0 ==> INIT DEFAULT Failed to get D-Bus connection: Operation not permitted Failed to get D-Bus connection: Operation not permitted ==> INIT DONE ==> RUN /home/admin/app.sh ==> START ... start canal ... start canal successful ==> START SUCCESSFUL ...
一样这个错,不知道服务是否正常
一样这个错,不知道服务是否正常
不知道是不是我配置的有问题 服务不正常 虽然canal的logs说运行成功了 但是数据库更改rabbitmq收不到消息