404 Not Found, ARC5 5.10.1

202 views
Skip to first unread message

Matthew Gutierrez

unread,
May 11, 2017, 1:05:41 PM5/11/17
to dcm4che
Hello, I installed 5.5.2 previously on Ubuntu 16.4.2 in Docker and all ran fine.  I removed all three containers for PostgreSQL, SLAPD, ARC5-5.5.2 and ran the commands listed below but all I ever get out of the Web page is "404 Not Found"  -- Wildfly GUI works fine.

sudo docker run --name slapd \
           -p 389:389 \
           -e LDAP_BASE_DN=dc=dcm4che,dc=org \
           -e LDAP_ORGANISATION=dcm4che.org \
           -e LDAP_ROOTPASS=secret \
           -e LDAP_CONFIGPASS=secret \
           -e DEVICE_NAME=dcm4chee-arc \
           -e AE_TITLE=DCM4CHEE \
           -e DICOM_HOST=dockerhost \
           -e DICOM_PORT=11112 \
           -e HL7_PORT=2575 \
           -e SYSLOG_HOST=logstash \
           -e SYSLOG_PORT=8512 \
           -e SYSLOG_PROTOCOL=UDP \
           -e STORAGE_DIR=/storage/fs1 \
           -v /var/local/dcm4chee-arc/ldap:/var/lib/ldap \
           -v /var/local/dcm4chee-arc/slapd.d:/etc/ldap/slapd.d \
           -d dcm4che/slapd-dcm4chee:2.4.40-10.1

sudo docker run --name postgres \
           -p 5432:5432 \
           -e POSTGRES_DB=pacsdb \
           -e POSTGRES_USER=pacs\
           -e POSTGRES_PASSWORD=pacs \
           -v /var/local/dcm4chee-arc/db:/var/lib/postgresql/data \
           -d dcm4che/postgres-dcm4chee:9.4-10

sudo docker run --name dcm4chee-arc \
           -p 8080:8080 \
           -p 9990:9990 \
           -p 11112:11112 \
           -p 2575:2575 \
           -e LDAP_BASE_DN=dc=dcm4che,dc=org \
           -e LDAP_ROOTPASS=secret \
           -e LDAP_CONFIGPASS=secret \
           -e DEVICE_NAME=dcm4chee-arc \
           -e POSTGRES_DB=pacsdb \
           -e POSTGRES_USER=pacs\
           -e POSTGRES_PASSWORD=pacs \
           -e JAVA_OPTS="-Xms64m -Xmx512m -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true" \
           -e WILDFLY_CHOWN="/opt/wildfly/standalone /storage" \
           -v /var/local/dcm4chee-arc/wildfly:/opt/wildfly/standalone \
           -v /var/local/dcm4chee-arc/storage:/storage \
           --link slapd:ldap \
           --link postgres:db \
           -d dcm4che/dcm4chee-arc-psql:5.10.1-secure

gunterze

unread,
May 13, 2017, 1:43:19 AM5/13/17
to dcm4che
I fixed:

sudo docker run --name slapd \
            -p 389:389 \
            -e LDAP_BASE_DN=dc=dcm4che,dc=org \
             -e LDAP_ORGANISATION=dcm4che.org \
            -e LDAP_ROOTPASS=secret \
            -e LDAP_CONFIGPASS=secret \
-           -e DEVICE_NAME=dcm4chee-arc \
+           -e ARCHIVE_DEVICE_NAME=dcm4chee-arc \

            -e AE_TITLE=DCM4CHEE \
            -e DICOM_HOST=dockerhost \
            -e DICOM_PORT=11112 \

in the wiki. But that error has no effect, because dcm4chee-arc is the default for ARCHIVE_DEVICE_NAME.

I could not reproduce any problem. So I guess, you have some leftovers from your previous installation in the mapped out directories.

gunter

gunterze

unread,
May 13, 2017, 1:50:05 AM5/13/17
to dcm4che
Or you have some other processes running on your systems, which already listens on any of the mapped out ports.

Verify:

$ docker ps
CONTAINER ID        IMAGE                                        COMMAND                  CREATED             STATUS              PORTS                                                                                              NAMES
04d361378244        dcm4che/dcm4chee-arc-psql:5.10.1-secure-ui   "/docker-entrypoin..."   9 seconds ago       Up 8 seconds        0.0.0.0:2575->2575/tcp, 0.0.0.0:8080->8080/tcp, 0.0.0.0:9990->9990/tcp, 0.0.0.0:11112->11112/tcp   dcm4chee-arc
31a9614c484a        dcm4che/postgres-dcm4chee:9.6-10             "docker-entrypoint..."   31 seconds ago      Up 30 seconds       0.0.0.0:5432->5432/tcp                                                                             postgres
d26c91654e7f        dcm4che/slapd-dcm4chee:2.4.40-10.1           "/docker-entrypoin..."   42 seconds ago      Up 41 seconds       0.0.0.0:389->389/tcp                                                                               slapd

$ tail -f /var/local/dcm4chee-arc/wildfly/log/server.log
2017-05-13 05:47:32,500 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 75) RESTEASY002220: Adding singleton resource org.keycloak.services.resources.admin.AdminRoot from Application class org.keycloak.services.resources.KeycloakApplication
2017-05-13 05:47:32,500 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 75) RESTEASY002220: Adding singleton resource org.keycloak.services.resources.RealmsResource from Application class org.keycloak.services.resources.KeycloakApplication
2017-05-13 05:47:32,500 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 75) RESTEASY002210: Adding provider singleton org.keycloak.services.util.ObjectMapperResolver from Application class org.keycloak.services.resources.KeycloakApplication
2017-05-13 05:47:32,500 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 75) RESTEASY002220: Adding singleton resource org.keycloak.services.resources.WelcomeResource from Application class org.keycloak.services.resources.KeycloakApplication
2017-05-13 05:47:32,584 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 75) WFLYUT0021: Registered web context: /auth
2017-05-13 05:47:32,615 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 39) WFLYSRV0010: Deployed "dcm4chee-arc-ear-5.10.1-psql-secure-ui.ear" (runtime-name : "dcm4chee-arc-ear-5.10.1-psql-secure-ui.ear")
2017-05-13 05:47:32,615 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 66) WFLYSRV0010: Deployed "keycloak-server.war" (runtime-name : "keycloak-server.war")
2017-05-13 05:47:32,777 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://0.0.0.0:9990/management
2017-05-13 05:47:32,777 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://0.0.0.0:9990
2017-05-13 05:47:32,777 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) started in 11934ms - Started 2642 of 3103 services (806 services are lazy, passive or on-demand)

Matthew Gutierrez

unread,
May 15, 2017, 1:14:49 PM5/15/17
to dcm4che
No, base install of Ubuntu Server with OpenSSH-Server only.


CONTAINER ID        IMAGE                                     COMMAND                  CREATED             STATUS              PORTS                                                                                              NAMES
9b769419df3a        dcm4che/dcm4chee-arc-psql:5.10.1-secure   "/docker-entrypoin..."   15 minutes ago      Up 15 minutes       0.0.0.0:2575->2575/tcp, 0.0.0.0:8080->8080/tcp, 0.0.0.0:9990->9990/tcp, 0.0.0.0:11112->11112/tcp   dcm4chee-arc
d54c0af091c1        dcm4che/postgres-dcm4chee:9.4-10          "docker-entrypoint..."   15 minutes ago      Up 15 minutes       0.0.0.0:5432->5432/tcp                                                                             postgres
1592cd20d9e4        dcm4che/slapd-dcm4chee:2.4.40-10.1        "/docker-entrypoin..."   15 minutes ago      Up 15 minutes       0.0.0.0:389->389/tcp                                                                               slapd

Gunter Zeilinger

unread,
May 16, 2017, 2:40:45 AM5/16/17
to dcm...@googlegroups.com
check server.log for exceptions

--
You received this message because you are subscribed to the Google Groups "dcm4che" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dcm4che+unsubscribe@googlegroups.com.
To post to this group, send email to dcm...@googlegroups.com.
Visit this group at https://groups.google.com/group/dcm4che.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages