Dear All,
Following Vrinda's suggestion I'm trying to install dcm4chee-arc-light secured services via Docker.
I can create the containers, they download the required files and install.
My <dicom-host> is 127.0.1.1
I've registered the OIDC client via the keycloak admin console
The install instructions suggest that you sign out and then test the connection:
"Sign out, before verifying that accessing the Archive UI at http://<docker-host>:8080/dcm4chee-arc/ui2 or
https://<docker-host>:8443/dcm4chee-arc/ui2 will redirect you to the Login page of Keycloak. You may
sign in with User/Password admin/changeit or user/changeit"
I try this and get:
Internal Server Error.
Nothing particularly obvious in the keycloak log...
Looking
here it seems like Gunther thought this could be due to inconsistency between how the VirtualBox internal DNS server resolves the host and how the VM resolves it, but I am able to ping within the container:
$ docker exec -it arc ping 127.0.1.1
PING 127.0.1.1 (127.0.1.1) 56(84) bytes of data.
64 bytes from
127.0.1.1: icmp_seq=1 ttl=64 time=0.029 ms
64 bytes from
127.0.1.1: icmp_seq=2 ttl=64 time=0.038 ms
64 bytes from
127.0.1.1: icmp_seq=3 ttl=64 time=0.157 ms
64 bytes from
127.0.1.1: icmp_seq=4 ttl=64 time=0.037 ms
I have no idea where I'm going wrong with this, but I seem to be going around in circles...
Any help would be greatly appreciated.
Best wishes,
Jon