Hi, first of all, I must share that I am at my first steps in using docker.
I'm trying to work with archivematica developer environment to make some changes to the code in my instance. So far, I only addedd a new transfer source directory with new data in the storage container. I'm not sure how that could have affected things (I now see the new folder correctly in the transfer tab UI) but now when I start the transfer nothing happens.
These are the error I found running
docker compose logs --follownginx-1 | 2025/12/04 14:22:25 [error] 21#21: *1 archivematica-dashboard could not be resolved (2: Server failure), client: <CLIENT_IP>, server: _, request: "GET /status/?1764858145866 HTTP/1.1", host: "<HOST_IP>:62080", referrer: "http://<HOST_IP>:62080/transfer/"
nginx-1 | 2025/12/04 14:22:28 [error] 21#21: *1 archivematica-dashboard could not be resolved (2: Server failure), client: <CLIENT_IP>, server: _, request: "GET /transfer/status/?1764858148871 HTTP/1.1", host: "<HOST_IP>:62080", referrer: "http://<HOST_IP>:62080/transfer/"
nginx-1 | 2025/12/04 14:22:28 [error] 21#21: *1 archivematica-dashboard could not be resolved (2: Server failure), client: <CLIENT_IP>, server: _, request: "GET /media/images/bullet_delete.png HTTP/1.1", host: "<HOST_IP>:62080", referrer: "http://<HOST_IP>:62080/transfer/"
nginx-1 | 2025/12/04 14:22:31 [error] 21#21: *1 archivematica-dashboard could not be resolved (2: Server failure), client: <CLIENT_IP>, server: _, request: "GET /status/?1764858151861 HTTP/1.1", host: "<HOST_IP>:62080", referrer: "http://<HOST_IP>:62080/transfer/"
nginx-1 | 2025/12/04 14:22:37 [error] 21#21: *1 archivematica-dashboard could not be resolved (2: Server failure), client: <CLIENT_IP>, server: _, request: "GET /status/?1764858157861 HTTP/1.1", host: "<HOST_IP>:62080", referrer: "http://<HOST_IP>:62080/transfer/"
nginx-1 | 2025/12/04 14:22:39 [error] 21#21: *1 archivematica-dashboard could not be resolved (2: Server failure), client: <CLIENT_IP>, server: _, request: "GET /transfer/status/?1764858159863 HTTP/1.1", host: "<HOST_IP>:62080", referrer: "http://<HOST_IP>:62080/transfer/"
nginx-1 | 2025/12/04 14:22:39 [error] 21#21: *1 archivematica-dashboard could not be resolved (2: Server failure), client: <CLIENT_IP>, server: _, request: "GET /media/images/bullet_delete.png HTTP/1.1", host: "<HOST_IP>:62080", referrer: "http://<HOST_IP>:62080/transfer/"
nginx-1 | 2025/12/04 14:22:43 [error] 21#21: *1 archivematica-dashboard could not be resolved (2: Server failure), client: <CLIENT_IP>, server: _, request: "GET /status/?1764858163863 HTTP/1.1", host: "<HOST_IP>:62080", referrer: "http://<HOST_IP>:62080/transfer/"
archivematica-mcp-server-1 | with self.wrap_database_errors:
archivematica-storage-service-1 | with self.wrap_database_errors:
elasticsearch-1 | {"@timestamp":"2025-12-04T14:22:38.172Z", "log.level": "WARN", "message":"Failed to revoke access to default inference endpoint IDs: [rainbow-sprinkles, rerank-v1, multilingual-embed-v1, elser-v2], error: org.elasticsearch.cluster.block.ClusterBlockException: blocked by: [SERVICE_UNAVAILABLE/1/state not recovered / initialized];", "ecs.version": "1.2.0","
service.name":"ES_ECS","event.dataset":"elasticsearch.server","
process.thread.name":"elasticsearch[am-node][inference_utility][T#1]","log.logger":"org.elasticsearch.xpack.inference.services.elastic.authorization.ElasticInferenceServiceAuthorizationHandler","elasticsearch.cluster.uuid":"<CLUSTER_UUID>","
elasticsearch.node.id":"<NODE_ID>","
elasticsearch.node.name":"<NODE_NAME>","
elasticsearch.cluster.name":"<CLUSTER_NAME>"}
Does anybody have any idea how to fix it or how to troubleshoot further?
Thank you