• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Issue Docker container won

Gun-Food

New Pleskian
Hi,

I use Plesk 17.8.11 MU65 with active docker.
I downloaded a docker image and it runs fine. I try to update the image to a new version. I used the Recreate Option inside the image and if I start the container it doesn't start.

In the logfile I just see an error message:
Code:
{"log":"This account is currently not available.\n","stream":"stdout","time":"2019-08-28T18:41:26.099733156Z"}
{"log":"INFO:root:Generating /opt/atlassian/confluence/conf/server.xml from template server.xml.j2\n","stream":"stderr","time":"2019-08-28T18:41:40.020690151Z"}
{"log":"INFO:root:Generating /opt/atlassian/confluence/confluence/WEB-INF/classes/seraph-config.xml from template seraph-config.xml.j2\n","stream":"stderr","time":"2019-08-28T18:41:40.03813787Z"}
{"log":"INFO:root:Generating /opt/atlassian/confluence/confluence/WEB-INF/classes/confluence-init.properties from template confluence-init.properties.j2\n","stream":"stderr","time":"2019-08-28T18:41:40.041955122Z"}
{"log":"INFO:root:/var/atlassian/application-data/confluence/confluence.cfg.xml exists; skipping.\n","stream":"stderr","time":"2019-08-28T18:41:40.043960422Z"}
{"log":"INFO:root:User is currently root. Will change directory ownership to daemon then downgrade permissions\n","stream":"stderr","time":"2019-08-28T18:41:40.044074425Z"}
{"log":"INFO:root:Running Confluence with command '/bin/su', arguments ['/bin/su', 'daemon', '-c', '/opt/atlassian/confluence/bin/start-confluence.sh -fg']\n","stream":"stderr","time":"2019-08-28T18:41:40.04420223Z"}
{"log":"This account is currently not available.\n","stream":"stdout","time":"2019-08-28T18:41:40.059440732Z"}

It comes again and again. I also tried to run
Code:
['/bin/su', 'daemon', '-c', '/opt/atlassian/confluence/bin/start-confluence.sh -fg']
but also su daemon returns "This account is currently not available.".

How could I fix this issue? I would like to run the container. :)

I hope you are able to help.

Regards
 
Back
Top