missing conf file

424 views
Skip to first unread message

Johnson F

unread,
Oct 12, 2021, 2:11:28 AM10/12/21
to dcm4che
hellow vrinda,

using docker installation - wildfly is not up and running,

log error says dcm4chee-arc-oidc.xml is missing


08:58:53,184 INFO  [org.jboss.modules] (main) JBoss Modules version 1.11.0.Final
java.lang.IllegalStateException: WFLYCTL0214: Could not get main file: dcm4chee-arc-oidc.xml. Specified files must be relative to the configuration dir: /opt/wildfly/standalone/configuration
        at org.jboss.a...@16.0.1.Final//org.jboss.as.controller.persistence.ConfigurationFile.determineMainFile(ConfigurationFile.java:362)
        at org.jboss.a...@16.0.1.Final//org.jboss.as.controller.persistence.ConfigurationFile.<init>(ConfigurationFile.java:200)
        at org.jboss...@16.0.1.Final//org.jboss.as.server.ServerEnvironment.<init>(ServerEnvironment.java:550)
        at org.jboss...@16.0.1.Final//org.jboss.as.server.Main.determineEnvironment(Main.java:407)
        at org.jboss...@16.0.1.Final//org.jboss.as.server.Main.main(Main.java:96)
        at org.jboss.modules.Module.run(Module.java:353)
        at org.jboss.modules.Module.run(Module.java:321)
        at org.jboss.modules.Main.main(Main.java:617)
08:58:53,534 FATAL [org.jboss.as.server] (main) WFLYSRV0239: Aborting with exit code 1

Johnson F

unread,
Oct 12, 2021, 3:55:24 AM10/12/21
to dcm4che
looks like
docker run --network=dcm4chee_default --name arc \ -p 8080:8080 \ -p 8443:8443 \ -p 9990:9990 \ -p 9993:9993 \ -p 11112:11112 \ -p 2762:2762 \ -p 2575:2575 \ -p 12575:12575 \ -e POSTGRES_DB=pacsdb \ -e POSTGRES_USER=pacs \ -e POSTGRES_PASSWORD=pacs \ -e WILDFLY_WAIT_FOR="ldap:389 db:5432" \ -e AUTH_SERVER_URL=https://<docker-host>:8843/auth \ -v /etc/localtime:/etc/localtime:ro \ -v /etc/timezone:/etc/timezone:ro \ -v /var/local/dcm4chee-arc/wildfly:/opt/wildfly/standalone \ -d dcm4che/dcm4chee-arc-psql:5.24.2-secure

auth server url even after setting correct one - is trouble maker.....

Gunter Zeilinger

unread,
Oct 12, 2021, 4:27:08 AM10/12/21
to dcm4che
Did you purged /var/local/dcm4chee-arc/wildfly before starting the container?!

Gunter Zeilinger

unread,
Oct 12, 2021, 4:42:49 AM10/12/21
to dcm4che
Ensure that <docker-host> is resolvable in the archive container! If you have no DNS, you may pass the mapping by docker run option --add-host=<docker-host>:<docker-host-ip> . Important: you have to use the same <docker-host> for accessing the archive/keycloak from your browser!

Johnson F

unread,
Oct 12, 2021, 4:55:13 AM10/12/21
to dcm4che
will try again.

where is the location of hl7-order2dcm.xsl file? i want to modify sps related tags and add zds in order to pass station aet title?

Reply all
Reply to author
Forward
0 new messages