Confluence error on Docker

Stéphane Karagulmez September 27, 2017

I'm starting a container from docker-hub : atlassian/confluence-server

using the following command : 

docker run -v /data/confluence/confluence-home:/var/atlassian/application-data/confluence --name="confluence" -d -p 8090:8090 -p 8091:8091 atlassian/confluence-server

I'v added right access :

chown -R bin:bin /data/confluence/confluence-home

 But still having an error page :

Etat HTTP 500 - java.lang.IllegalStateException: Spring Application context has not been set

1 answer

0 votes
Stéphane Karagulmez September 27, 2017

Resolve by

chown -R daemon /data/confluence

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events