• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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