I set up experimental orthanc server on synology docker and postgresql on docker
all latest versions on the same docker and storage on a folder on the same nas
The orthanc1 and orthanc2 instance share the same database
The orthanc1 instance works perfect, the orthanc2 instance works well but it does not
find the images on storage
the configuration is almost identical
Trying to find a solution
i change the permissions of the orthancstorage to everyone rw without success
the orthanc2 logs shows this messages
W0516 21:17:11.327150 OrthancInitialization.cpp:425] Storage directory: “/volume1/homes/admin/Drive/Orthanc”
stdout
2021-05-16 21:17:45
W0E0516 21:17:45.369613 OrthancException.cpp:57] The specified path does not point to a regular file: The path does not point to a regular file: /volume1/homes/admin/Drive/Orthanc/70/f6/70f6398a-5d95-455d-aae0-f32c3d8b1172
stdout
Trying to download a file
http://192.168.1.2:8047/instances/c5f9ae72-3972b5f7-50d0c4d1-3f160290-6a19e7a7/tags
i get
{ “Details” : “The path does not point to a regular file: /volume1/homes/admin/Drive/Orthanc/4a/39/4a39fc7b-643f-4f0f-bbde-2ebe6a85d432”, “HttpError” : “Internal Server Error”, “HttpStatus” : 500, “Message” : “The specified path does not point to a regular file”, “Method” : “GET”, “OrthancError” : “The specified path does not point to a regular file”, “OrthancStatus” : 2006, “Uri” : “/instances/c5f9ae72-3972b5f7-50d0c4d1-3f160290-6a19e7a7/tags” }
if i change to
http://192.168.1.2:8047/instances/c5f9ae72-3972b5f7-50d0c4d1-3f160290-6a19e7a7/tags
i download the file
It is frustrating because the two instances are almost identicals i copy one docker to another and conficuration to the other changing only the ports
I enclose the docker settings and the configuration files
osimis-orthanc2.json (1.65 KB)
orthanc1.json (34.4 KB)
orthanc2.json (34.4 KB)
osimis-orthanc1.json (1.64 KB)