Bayer-Group / COLID-Setup

The setup repository is part of the Corporate Linked Data Catalog - short: COLID - application. It helps setting up a local environment based on Docker Compose.
https://bayer-group.github.io/COLID-Documentation/
BSD 3-Clause "New" or "Revised" License
15 stars 6 forks source link

RabbitMQ issue when running docker-compose #1

Closed ptdkm1 closed 3 years ago

ptdkm1 commented 3 years ago

Dear Team,

I have been trying to try out the Docker containers that you provide, but I come across an issue that could be related to RabbitMQ. Would you perhaps be able to share some insights?

I have installed Docker Desktop on a Windows 10, and have followed the steps that you detail in the README. However, when I run docker-compose, the rabbitmq container seems to fail with the following messages:

rabbitmq

The COLID services appear to be launching, but with errors:

gen

When I try to "Start reindex" under Administration > Metadata Graph Configuration according to Step 7 of the Installation Instructions, I get an error:

colid

Do you perhaps have some intuition on what is going on? Is there something I might have missed?

Many thanks for any help that you can give us, and keep up the good work!

kanwalmeet commented 3 years ago

Hi, Thanks for reaching out to us. Could you please confirm if you are using the .env file to set up the following variables

Also would be great if you can share the message queue docker container logs to us if possible

ptdkm1 commented 3 years ago

Thanks for the fast response! Indeed I have created an .env file in the root folder:

env

Is "rabbitmq" the message queue docker container? If yes, I can see nothing else other than the error I sent in the first message. What I'm getting as logs from Docker desktop is: rabbitmq-logs.txt. Let me know if you're referring to something else!

kanwalmeet commented 3 years ago

Hello - we noticed that over the weekend this issue with deprecated variables for rabbitmq image was reported by many other projects. As per their new configuration docs, could you please try to remove the RABBITMQ prefix in the RABBITMQ_DEFAULT_USER, PASS and VHOST variables in the docker-compose.yml file and build the images again? image

ptdkm1 commented 3 years ago

It worked! (when doing the same also for the cookie) Many thanks!