Skip to content

Run secured archive services on a single host guide leads to archive not starting #3073

Answered by gunterze
jmrpet asked this question in Q&A
Discussion options

You must be logged in to vote

Verify the content of the your host mount of /opt/wildfly/standalone, particular if /opt/wildfly/standalone/configuration/dcm4chee-arc-oidc.xml exists.
E.g.: with docker-compose.yaml

  arc:
    image: dcm4che/dcm4chee-arc-psql:5.23.1-secure
    ...
    volumes:
      - /var/local/dcm4chee-arc/wildfly:/opt/wildfly/standalone
      - /var/local/dcm4chee-arc/storage:/storage
$ ls -l /var/local/dcm4chee-arc/wildfly/configuration/dcm4chee-arc-oidc.xml
-rw-r--r-- 1 1023 1023 51556 Mär  8 15:24 /var/local/dcm4chee-arc/wildfly/configuration/dcm4chee-arc-oidc.xml

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@jmrpet
Comment options

@jmrpet
Comment options

@jmrpet
Comment options

@gunterze
Comment options

Answer selected by vrindanayak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #3072 on March 08, 2021 11:58.