canal icon indicating copy to clipboard operation
canal copied to clipboard

1.1.7Failed to get D-Bus connection: Operation not permitted, 1.1.6 正常

Open joranbo opened this issue 2 years ago • 8 comments

Question

docker-compose 启动 canal 1.1.7 报错:Failed to get D-Bus connection: Operation not permitted 1.1.6 是正常的

joranbo avatar Dec 04 '23 11:12 joranbo

This happens to me too, how can I solve it?

wqcsimple avatar Dec 07 '23 01:12 wqcsimple

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

joranbo avatar Dec 08 '23 02:12 joranbo

1.1.7升级centos到了7.9版本,1.1.6是centos 6.x版本,主要是docker基础镜像的差异

agapple avatar Dec 12 '23 06:12 agapple

@agapple 都是拉docker镜像来启动的,这个跟宿主机的环境有关系吗

wqcsimple avatar Dec 13 '23 09:12 wqcsimple

有大佬解决了吗,也是这个问题

y4096 avatar Dec 26 '23 09:12 y4096

一样遇到了这个问题了,启动命令 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 ...

niuren930 avatar Jan 09 '24 09:01 niuren930

一样这个错,不知道服务是否正常

gogoing-liut avatar Jan 19 '24 09:01 gogoing-liut

一样这个错,不知道服务是否正常

不知道是不是我配置的有问题 服务不正常 虽然canal的logs说运行成功了 但是数据库更改rabbitmq收不到消息

Huahuoy avatar Jun 06 '24 02:06 Huahuoy