Hello,
I am installing the Activiti 7 by docker-compose following the steps in https://activiti.gitbook.io/activiti-7-developers-guide/getting-started/getting-started-activiti-clo...
I ran 'make application' and got the following error:
...
make rabbitmq/up make[1]: Entering directory `/opt/activiti-cloud-examples/docker-compose' docker-compose up -d rabbitmq Creating rabbitmq ... error ERROR: for rabbitmq Cannot create container for service rabbitmq: invalid volume spec "rabbitmq-data": invalid volume specification: 'rabbitmq-data': invalid mount config for type "volume": invalid mount path: 'rabbitmq-data' mount path must be absolute ERROR: for rabbitmq Cannot create container for service rabbitmq: invalid volume spec "rabbitmq-data": invalid volume specification: 'rabbitmq-data': invalid mount config for type "volume": invalid mount path: 'rabbitmq-data' mount path must be absolute ERROR: Encountered errors while bringing up the project. make[1]: *** [rabbitmq/up] Error 1 make[1]: Leaving directory `/opt/activiti-cloud-examples/docker-compose' make: *** [rabbitmq] Error 2
How to fix the problem?
Hi chsun,
I did run into the same issue while installation. Have you manage to proceed?
Thanks in advance,
Serdar
Hi Serdar,
My solution is to change the rabbitmq setting in docker-compose.yml
rabbitmq: container_name: rabbitmq image: rabbitmq ports: - 5672:5672 - 15672:15672 - 61613:61613 volumes: - ./enabled_plugins:/etc/rabbitmq/enabled_plugins - rabbitmq-data:/var/lib/rabbitmq restart: unless-stopped
I am not sure if it is correct, but it seems running. I did not fully test the set up yet.
Regards,
chsun
Hi Chsun,
Thank you for your quick reply. I tried your solution. It seems OK for rabbitmq. But I have different isues before starting up the rabbitmq. I noticed it when I looked the output form "make logs". Still struggling.
Thanks again.
Best Regards,
Serdar
THANKS
It was really helpfull.
I am indebted to you.
Ask for and offer help to other Alfresco Process Services and Activiti Users and members of the Alfresco team.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.