I installed jira and confluence on my Macbook pro using docker images I builded for M1 Max (by following the instruction from Atlassian in the documentation of docker hub images pages).
I managed to get everything working. I connect Jira and Confluence to each other. Everything seems to work perfectly until now, except for when I mention a jira issue in the confluence page using "jira issue/Filter macro".
1) In confluence it hung on "... - Getting issue details... STATUS "
2) In jira in the Activity Stream: I got this error message:
"Error rendering macro 'jira'
Could not initialize class org.xerial.snappy.Snappy"
Please any idea how to solve this on Docker ?
P.S:
1) Confluence server version is: 7.18.3
Jira server version is: 9.1.0
2) I'm using a docker-compose file to run this and I tried to add a bind from the confluence container to the Macbook tmp folder but it didn't work:
volumes:
- confluenceVolume:/var/atlassian/application-data/confluence
- confluenceInstallVolume:/opt/atlassian/
- /var/tmp/:/tmp
This was based on this article but I wasn't able to adapt any other solutions to docker.
Thank you in advance for your help. Let me know if you need any further information.