Closed Steven-N-Hart closed 2 years ago
@Steven-N-Hart thanks for reporting the issue. I am not sure what's going on. Did you take a look at the dcm4chee application server log? Unfortunately, dcm4chee doesn't redirect log messages to stderr, so one needs to read the log file in the container:
docker compose exec arc tail -n 1000 /opt/wildfly/standalone/log/server.log
That should reveal the source of the problem.
Thanks. I don't know why it was erroring out before, but I re-downloaded everything and I'm good to go.
Docker was able to successfully build each image successfully using
docker-compose up -d
[with no errors or warnings]. The slim viewer is also displayed atlocalhost:8008
. However, a modal appears saying:An error occurred. Search for studies failed
. I suspect this has something to do with the dcm4chee instance, since when I try to run a query:dicomweb_client -vvvvv --url http://localhost:8008/dcm4chee-arc/aets/DCM4CHEE/rs store instances ~/Desktop/Case-A/4c7cd7c7-d5a2-0f2e-0faa-553139f8fa18_073326/1.3.6.1.4.1.36533.1171137312611170711401821851643189224242163.dcm
the response is:
This also happens if I just search for instances or studies:
$ dicomweb_client -vvvvv --url http://localhost:8008/dcm4chee-arc/aets/DCM4CHEE/rs search studies
Note that all services are up and running:
Is there supposed to be one more step in the configuration I'm missing?