Hello all
I was using the old 2.0 branch on dcm4chee 2.18 and decided to upgrade to weasis 2.6 as weasis was horrendously slow when I looked at mr images which I resized
sadly I am not able to start weasis now from my server as I constatnly get an exception and it refuses to load the application
CouldNotLoadArgumentException[ Angegebene Datei/URL konnte nicht geladen werden: jnlp://localhost:8080/weasis-pacs-connector/viewer?patientID=91280]
at com.sun.javaws.Main.launchApp(Unknown Source)
<snip>
at java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused: connect
at java.net.DualStackPlainSocketImpl.connect0(Native Method)
<snip>
at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
... 5 more
java.net.ConnectException: Connection refused: connect
at java.net.DualStackPlainSocketImpl.connect0(Native Method)
<snip>
at java.lang.Thread.run(Unknown Source)
I followed the relevant instruction on
https://dcm4che.atlassian.net/wiki/spaces/WEA/pages/3670023/Installing+Weasis+in+DCM4CHEE for the web3 interface.
I did not reconfigure the weasis-pacs-connector as I had no changed configuration beforehand and I did not change the AET nor the port
In the WebViewerBaseURLS I use weasis:jnlp://localhost:8080/weasis-pacs-connector/viewer
the pacs connector was downloaded from the relevant links
when I enter NONE in WebViewerBaseUrl instead I het an HTTP 404 with the error text
The requested resource (/weasis-pacs-connector/viewer) is not available.I use Windows 10 and Java 8.144 (both x86 and x86_64) on the server
and I even if I enter NONE I cant get it to work
any help would be appreciated
sch