eventuate-examples / eventuate-examples-java-spring-todo-list

A Java and Spring Boot Todo list application built using Eventuate
Other
307 stars 151 forks source link

Eventuate local start up issue #20

Open beku8 opened 7 years ago

beku8 commented 7 years ago

Hello, I've been trying to start the eventuate local version for 2 days without any luck. I'm having Failed to construct kafka consumer for cdc, and Timeout expired while fetching topic metadata for commandsideservice and com.mysql.jdbc.exceptions.jdbc4.CommunicationsException for query side service.

I set the DOCKER_HOST_IP=172.17.0.1 which was shown at docker0 via iconfig. I tested it using the eventuateio-docker-networking-diagnostics, which printed Success!!!.

I'm new to docker, probably I missed something easy. I've just installed docker with version Docker version 1.13.1 on Ubuntu 16.04. I'm required to run docker as root user via sudo docker-compose....

Could you pinpoint to any possible issues please?

Here are log outputs http://paste.ubuntu.com/23999910/ - query side service http://paste.ubuntu.com/23999909/ - command side service http://paste.ubuntu.com/23999913/ - zookeeper http://paste.ubuntu.com/23999915/ - kafka http://paste.ubuntu.com/23999918/ - cdc

aker commented 7 years ago

Maybe you can try eth0 's ip. See this guide to setting DOCKER_HOST_IP for more information

IronLung7 commented 6 years ago

@aker solved this issue.