Hello
i have installed dcm4chee-arc 5.32.0 using docker on linux
I have installed in Wildfly weasis-pacs-connector 7.1.2 and the only weasis.war 1.2.8 was able to activate in Wildfly.
I have install weasis 4.6.2 on local desktop.
I have added the following in UI config Web Application
IID_STUDY_URL=weasis://?$dicom:rs --url "{{http://192.168.17.200:8080}}{{qidoBasePath}}" -r "studyUID={{studyUID}}" --query-ext "&includedefaults=false" -H "Authorization: Bearer {{access_token}}"
IID_PATIENT_URL=weasis://?$dicom:rs --url "{{http://192.168.17.200:8080}}{{qidoBasePath}}" -r "patientID={{patientID}}" --query-ext "&includedefaults=false" -H "Authorization: Bearer {{access_token}}"
IID_URL_TARGET=_self
I have added the weasis prpoeries files to wildfly configuration folder
Inside DCM4CHEE UI i can open images .But when i use
I get the error NOT FOUND.It almost feel to me that the connector is not working .
I would appreciate if someone can point out what i am missing or doing wrong please
I added the server.log file as well
Regards
Leonard