Error: "No space left in the configured system" when is uploading a dicim object.

68 views
Skip to first unread message

Marina Mota

unread,
Oct 28, 2019, 10:21:24 AM10/28/19
to dcm4che
Hi,

Now I'm trying to use dcm4chee using docker. I followed the instructions on Run minimum set of archive services on a single host. But I'm getting an error when I try to upload a dicom object. The message is that there is no space left in the configured system, but when I look into the docker and into my system I still have more then 40GB available. Any one here knows how to fix it?

The docker-compose configuration of this part:

arc:

    image: dcm4che/dcm4chee-arc-psql:5.19.0

    logging:

      driver: json-file

      options:

        max-size: "10m"

    ports:

      - "8080:8080"

      - "8443:8443"

      - "9990:9990"

      - "9993:9993"

      - "11112:11112"

      - "2575:2575"

    env_file: docker-compose.env

    environment:

      WILDFLY_CHOWN: /opt/wildfly/standalone /storage

      WILDFLY_WAIT_FOR: ldap:389 db:5432

    depends_on:

      - ldap

      - db

    volumes:

      - /Users/marinapessoamota/teste/normal/dcm4chee-arc/etc/timezone:/etc/timezone:ro

      - /Users/marinapessoamota/teste/normal/wildfly:/opt/wildfly/standalone

      - /Users/marinapessoamota/teste/normal/storage:/storage

Captura de Tela 2019-10-28 às 11.10.45.png
Captura de Tela 2019-10-28 às 11.11.22.png
Captura de Tela 2019-10-28 às 11.13.51.png
Message has been deleted

Issahar Weiss

unread,
Oct 29, 2019, 1:46:12 PM10/29/19
to dcm4che
You probably have one or two problems:
1. You should use "DCM4CHEE" when you upload, and not "AS_RECEIVED".
2. Your mapping might be wrong.
So:
1. Try to upload using "DCM4CHEE"

If it doesn't work, check your mapping:
2. About the mapping:
The default of the storage location in the docker is something like /opt/wildfly/data/storage/fs1, so the mounting doesn't work, as you're mounting "/Users/marinapessoamota/teste/normal/storage" to "/storage".
In the docker-compose.env, add "STORAGE_DIR=/storage/fs1"
Reply all
Reply to author
Forward
0 new messages