Hi all. I am a new user in this and I have many doubts. So far I have survived but I have encountered a problem that I do not know how to solve, and I can not see the images through weasis.
I have installed dcmlinux, since this distribution comes with everything I need for the small place where I work.
I have modified my Ae_Title and the Port. I have also been able to receive studies and I have been able to send them from DCM4CHEE-WEB3 without major problems. Configure OVIYAM2 and I can access normally, with certain restrictions. But now I am trying to ingest "web" to the images through weasis-pacs-connector. I have followed the steps published on the official website, precisely the steps referred to DCM4CHEE-WEB3. I downloaded the files and put them in the deploy folder.
At the moment of clicking on the "eye" a window opens but inside I get an error which says:
"HTTP Status 404 - / weasis-pacs-connector / weasis", "The requested resource (/ weasis-pacs-connector / weasis) is not available."
I have verified the log and I find this.
the url that is formed is like this
http: // localhost: 9083 / weasis-pacs-connector / weasis? patientID = 123456
"
--- Incompletely deployed packages ---
org.jboss.deployment.DeploymentInfo@10c97c7 {url = file: /var/dcmlinux/dcm4chee-2.18.1-mysql/server/default/deploy/weasis-pacs-connector.war}
deployer: MBeanProxyExt [jboss.web: service = WebServer]
status: Deployment FAILED reason: org / weasis / servlet / GetJnlpProtocol: Unsupported major.minor version 51.0
state: FAILED
watch: file: /var/dcmlinux/dcm4chee-2.18.1-mysql/server/default/deploy/weasis-pacs-connector.war
altDD: null
lastDeployed: 1576194696568
lastModified: 1576194696000
"
on the other hand, in Jboss I have modified
dcm4chee.web / service = WebConfig
WebviewerNames = weasis
WebviewerBaseUrls = weasis: / weasis-pacs-connector / weasis
Can anyone tell me what should I modify? or where to study the error and thus understand it and find a solution?