WEASIS error loading on wadoxml

1,912 views
Skip to first unread message

Infopid Infopidsl

unread,
Jun 25, 2015, 12:02:28 AM6/25/15
to dcm...@googlegroups.com
Hello i installed dcm4chee and I change the aet.
I Install weasis and configure the file weasis-pacs-connector.properties with the new port and aet.

When I run weasis, all the time appears the same error: ERROR on loading wadoxml from: ..... request manifest?id=

I don't find where is the problem...

Can anyone help me?

Nicolas Roduit

unread,
Jun 25, 2015, 1:57:12 AM6/25/15
to dcm...@googlegroups.com, info...@gmail.com
Look at the dcm4chee log file.

Infopid Infopidsl

unread,
Jun 25, 2015, 3:08:21 AM6/25/15
to dcm...@googlegroups.com, info...@gmail.com
This is the error:

</jnlp>
]
2015-06-25 09:04:41,805 INFO  -> (http-0.0.0.0-8095-7) [STDOUT] 2015-06-25 09:04:41,805 DEBUG [0.0.0-8095-7:RequestManifest     ] doGet [id=12] - START
2015-06-25 09:04:41,805 INFO  -> (http-0.0.0.0-8095-7) [STDOUT] 2015-06-25 09:04:41,805 ERROR [0.0.0-8095-7:RequestManifest     ] Building Manifest Exception [id=12] - java.util.concurrent.ExecutionException: WadoQueryException: No Patients List
2015-06-25 09:04:41,805 INFO  -> (http-0.0.0.0-8095-7) [STDOUT] 2015-06-25 09:04:41,805 INFO  [0.0.0-8095-7:RequestManifest     ] Consume ManifestBuilder with key=12


But i don't understand because i can see the images with html viewer.

I think that the problem appears when i change aet pacs, and weasis can't find it.

any idea?


El dijous, 25 juny de 2015 7:57:12 UTC+2, Nicolas Roduit va escriure:

Nicolas Roduit

unread,
Jun 25, 2015, 6:24:13 AM6/25/15
to dcm...@googlegroups.com, info...@gmail.com
The relevant log lines should be in the C-Find request before the log part you mentioned.

Infopid Infopidsl

unread,
Jun 25, 2015, 8:10:06 AM6/25/15
to dcm...@googlegroups.com, info...@gmail.com
this is the log:


  <information>
    <title>Weasis</title>
    <vendor>Weasis Team</vendor>
    <description>DICOM images viewer</description>
    <description kind="short">An application to visualize and analyze DICOM images.</description>
    <description kind="one-line">DICOM images viewer</description>
    <description kind="tooltip">Weasis</description>
  </information>
  <security>
    <all-permissions />
  </security>
  <resources>
    <!-- Requires Java SE 6 update 10 release for jnlp extension without codebase (substance.jnlp) -->
    <j2se version="1.6.0_10+" href="http://java.sun.com/products/autodl/j2se" initial-heap-size="128m" max-heap-size="512m" />
    <j2se version="1.6.0_10+" initial-heap-size="128m" max-heap-size="512m" />
    <!-- Optional library (Substance Look and feel, only since version 1.0.8). Requires the new Java Plug-in introduced in 
the Java SE 6 update 10 release.For previous JRE 6, substance.jnlp needs a static codebase URL -->
    <!-- Allows to get files in pack200 compression, only since Weasis 1.1.2 -->
    <property name="jnlp.packEnabled" value="true" />
    <!-- ================================================================================================================= -->
    <!-- Security Workaround. Add prefix "jnlp.weasis" for having a fully trusted application without signing jnlp (only since 
    <!-- Required parameter. Define the location of config.properties (the OSGI configuration and the list of plug-ins to install/start) -->
    <property name="jnlp.weasis.felix.config.properties" value="http://172.22.22.151:8095/weasis/conf/config.properties" />
    <!-- Optional parameter. Define the location of ext-config.properties (extend/override config.properties) -->
    <property name="jnlp.weasis.felix.extended.config.properties" value="http://172.22.22.151:8095/weasis-ext/conf/ext-config.properties" />
    <!-- Required parameter. Define the code base of Weasis for the JNLP -->
    <property name="jnlp.weasis.weasis.codebase.url" value="http://172.22.22.151:8095/weasis" />
    <!-- Optional parameter. Define the code base ext of Weasis for the JNLP -->
    <property name="jnlp.weasis.weasis.codebase.ext.url" value="http://172.22.22.151:8095/weasis-ext" />
    <!-- Required parameter. OSGI console parameter -->
    <property name="jnlp.weasis.gosh.args" value="--nointeractive" />
    <!-- Optional parameter. Allows to have the Weasis menu bar in the top bar on Mac OS X (works only with the native Aqua 
look and feel) -->
    <property name="jnlp.weasis.apple.laf.useScreenMenuBar" value="true" />
    <!-- Optional parameter. Allows to get plug-ins translations -->
    <property name="jnlp.weasis.weasis.i18n" value="http://172.22.22.151:8095/weasis/../weasis-i18n" />
    <!-- Optional Weasis Documentation -->
    <!-- <property name="jnlp.weasis.weasis.help.url" value="${cdb}/../weasis-doc" /> -->
  </resources>
  <applet-desc main-class="org.weasis.launcher.applet.WebStartAppletLauncher" name="Weasis Applet" width="800" height="600" />
</jnlp>
]
2015-06-25 14:08:27,738 INFO  -> (http-0.0.0.0-8095-11) [STDOUT] 2015-06-25 14:08:27,738 DEBUG [.0.0-8095-11:RequestManifest     ] doGet [id=1] - START
2015-06-25 14:08:27,738 INFO  -> (http-0.0.0.0-8095-11) [STDOUT] 2015-06-25 14:08:27,738 ERROR [.0.0-8095-11:RequestManifest     ] Building Manifest Exception [id=1] - java.util.concurrent.ExecutionException: WadoQueryException: No Patients List
2015-06-25 14:08:27,738 INFO  -> (http-0.0.0.0-8095-11) [STDOUT] 2015-06-25 14:08:27,738 INFO  [.0.0-8095-11:RequestManifest     ] Consume ManifestBuilder with key=1
2015-06-25 14:08:45,647 INFO  -> (Thread-52) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2015-06-25 14:08:45,647 INFO  -> (Thread-51) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files

El dijous, 25 juny de 2015 12:24:13 UTC+2, Nicolas Roduit va escriure:

Nicolas Roduit

unread,
Jun 26, 2015, 5:20:57 AM6/26/15
to dcm...@googlegroups.com, info...@gmail.com
It is before in the log file. You should find the C-Find request and response (C_FIND_RSP). 

Infopid Infopidsl

unread,
Jun 26, 2015, 5:37:36 AM6/26/15
to dcm...@googlegroups.com, info...@gmail.com
This is the complete log.



2015-06-26 11:34:48,412 INFO  -> (http-0.0.0.0-8095-5) [STDOUT] 2015-06-26 11:34:48,412 DEBUG [0.0.0-8095-5:WeasisAppletLauncher] logRequestInfo() - getRequestQueryURL: http://172.22.22.151:8095/weasis-pacs-connector/viewer-applet?seriesUID=1.2.840.113619.2.312.6945.4266322.13192.1435215784.391
2015-06-26 11:34:48,412 INFO  -> (http-0.0.0.0-8095-5) [STDOUT] 2015-06-26 11:34:48,412 DEBUG [0.0.0-8095-5:WeasisAppletLauncher] logRequestInfo() - getContextPath: /weasis-pacs-connector
2015-06-26 11:34:48,412 INFO  -> (http-0.0.0.0-8095-5) [STDOUT] 2015-06-26 11:34:48,412 DEBUG [0.0.0-8095-5:WeasisAppletLauncher] logRequestInfo() - getServletPath: /viewer-applet
2015-06-26 11:34:48,436 INFO  -> (http-0.0.0.0-8095-5) [STDOUT] 2015-06-26 11:34:48,436 DEBUG [0.0.0-8095-5:ServletUtil         ] wadoQueryUrl = http://172.22.22.151:8095/weasis-pacs-connector/RequestManifest?id=1
2015-06-26 11:34:51,510 INFO  -> (http-0.0.0.0-8095-4) [STDOUT] 2015-06-26 11:34:51,509 DEBUG [0.0.0-8095-4:SLwebstart_launcher ] init() - defaultRequestDispatcher : class org.apache.catalina.core.ApplicationDispatcher
2015-06-26 11:34:51,511 INFO  -> (http-0.0.0.0-8095-4) [STDOUT] 2015-06-26 11:34:51,511 DEBUG [0.0.0-8095-4:SLwebstart_launcher ] logRequestInfo() - getRequestQueryURL: http://172.22.22.151:8095/weasis-pacs-connector/weasisApplet.jnlp?cdb=http://172.22.22.151:8095/weasis
2015-06-26 11:34:51,511 INFO  -> (http-0.0.0.0-8095-4) [STDOUT] 2015-06-26 11:34:51,511 DEBUG [0.0.0-8095-4:SLwebstart_launcher ] logRequestInfo() - getContextPath: /weasis-pacs-connector
2015-06-26 11:34:51,511 INFO  -> (http-0.0.0.0-8095-4) [STDOUT] 2015-06-26 11:34:51,511 DEBUG [0.0.0-8095-4:SLwebstart_launcher ] logRequestInfo() - getServletPath: /weasisApplet.jnlp
2015-06-26 11:34:51,512 INFO  -> (http-0.0.0.0-8095-4) [STDOUT] 2015-06-26 11:34:51,512 DEBUG [0.0.0-8095-4:SLwebstart_launcher ] locateLauncherTemplate() - String templatePath = http://172.22.22.151:8095/weasis-pacs-connector
2015-06-26 11:34:51,512 INFO  -> (http-0.0.0.0-8095-4) [STDOUT] 2015-06-26 11:34:51,512 DEBUG [0.0.0-8095-4:SLwebstart_launcher ] locateLauncherTemplate() - String templateFileName = weasisApplet.jnlp
2015-06-26 11:34:51,513 INFO  -> (http-0.0.0.0-8095-4) [STDOUT] 2015-06-26 11:34:51,512 DEBUG [0.0.0-8095-4:SLwebstart_launcher ] locateLauncherTemplate() - URL templateURL = file:/C:/dcm/dcm4chee-2.18.0-mysql/server/default/./tmp/deploy/tmp7291857407908621102weasis-pacs-connector-exp.war/weasisApplet.jnlp
2015-06-26 11:34:51,513 INFO  -> (http-0.0.0.0-8095-4) [STDOUT] 2015-06-26 11:34:51,513 DEBUG [0.0.0-8095-4:SLwebstart_launcher ] locateLauncherTemplate(HttpServletRequest) - String codeBasePath = http://172.22.22.151:8095/weasis
2015-06-26 11:34:51,513 INFO  -> (http-0.0.0.0-8095-4) [STDOUT] 2015-06-26 11:34:51,513 DEBUG [0.0.0-8095-4:SLwebstart_launcher ] locateLauncherTemplate(HttpServletRequest) - String codeBaseExtPath = http://172.22.22.151:8095/weasis-ext
2015-06-26 11:34:51,697 INFO  -> (http-0.0.0.0-8095-4) [STDOUT] 2015-06-26 11:34:51,697 DEBUG [0.0.0-8095-4:SLwebstart_launcher ] doGet() - launcherStr = [
<jnlp spec="1.6+" codebase="http://172.22.22.151:8095/weasis">
2015-06-26 11:34:53,183 INFO  -> (http-0.0.0.0-8095-3) [STDOUT] 2015-06-26 11:34:53,182 DEBUG [0.0.0-8095-3:SLwebstart_launcher ] logRequestInfo() - getRequestQueryURL: http://172.22.22.151:8095/weasis-pacs-connector/weasisApplet.jnlp?cdb=http://172.22.22.151:8095/weasis
2015-06-26 11:34:53,183 INFO  -> (http-0.0.0.0-8095-3) [STDOUT] 2015-06-26 11:34:53,183 DEBUG [0.0.0-8095-3:SLwebstart_launcher ] logRequestInfo() - getContextPath: /weasis-pacs-connector
2015-06-26 11:34:53,183 INFO  -> (http-0.0.0.0-8095-3) [STDOUT] 2015-06-26 11:34:53,183 DEBUG [0.0.0-8095-3:SLwebstart_launcher ] logRequestInfo() - getServletPath: /weasisApplet.jnlp
2015-06-26 11:34:53,184 INFO  -> (http-0.0.0.0-8095-3) [STDOUT] 2015-06-26 11:34:53,184 DEBUG [0.0.0-8095-3:SLwebstart_launcher ] locateLauncherTemplate() - String templatePath = http://172.22.22.151:8095/weasis-pacs-connector
2015-06-26 11:34:53,184 INFO  -> (http-0.0.0.0-8095-3) [STDOUT] 2015-06-26 11:34:53,184 DEBUG [0.0.0-8095-3:SLwebstart_launcher ] locateLauncherTemplate() - String templateFileName = weasisApplet.jnlp
2015-06-26 11:34:53,184 INFO  -> (http-0.0.0.0-8095-3) [STDOUT] 2015-06-26 11:34:53,184 DEBUG [0.0.0-8095-3:SLwebstart_launcher ] locateLauncherTemplate() - URL templateURL = file:/C:/dcm/dcm4chee-2.18.0-mysql/server/default/./tmp/deploy/tmp7291857407908621102weasis-pacs-connector-exp.war/weasisApplet.jnlp
2015-06-26 11:34:53,184 INFO  -> (http-0.0.0.0-8095-3) [STDOUT] 2015-06-26 11:34:53,184 DEBUG [0.0.0-8095-3:SLwebstart_launcher ] locateLauncherTemplate(HttpServletRequest) - String codeBasePath = http://172.22.22.151:8095/weasis
2015-06-26 11:34:53,184 INFO  -> (http-0.0.0.0-8095-3) [STDOUT] 2015-06-26 11:34:53,184 DEBUG [0.0.0-8095-3:SLwebstart_launcher ] locateLauncherTemplate(HttpServletRequest) - String codeBaseExtPath = http://172.22.22.151:8095/weasis-ext
2015-06-26 11:34:53,188 INFO  -> (http-0.0.0.0-8095-3) [STDOUT] 2015-06-26 11:34:53,188 DEBUG [0.0.0-8095-3:SLwebstart_launcher ] doGet() - launcherStr = [
<jnlp spec="1.6+" codebase="http://172.22.22.151:8095/weasis">
2015-06-26 11:35:02,539 INFO  -> (http-0.0.0.0-8095-3) [STDOUT] 2015-06-26 11:35:02,539 DEBUG [0.0.0-8095-3:RequestManifest     ] doGet [id=1] - START
2015-06-26 11:35:02,540 INFO  -> (http-0.0.0.0-8095-3) [STDOUT] 2015-06-26 11:35:02,540 ERROR [0.0.0-8095-3:RequestManifest     ] Building Manifest Exception [id=1] - java.util.concurrent.ExecutionException: WadoQueryException: No Patients List
2015-06-26 11:35:02,540 INFO  -> (http-0.0.0.0-8095-3) [STDOUT] 2015-06-26 11:35:02,540 INFO  [0.0.0-8095-3:RequestManifest     ] Consume ManifestBuilder with key=1
2015-06-26 11:35:29,168 INFO  -> (Thread-3286) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group LOSSY_STORAGE for deletion of orphaned private files
2015-06-26 11:35:29,173 INFO  -> (Thread-3287) [org.dcm4chex.archive.mbean.FileSystemMgt2Service] Check file system group ONLINE_STORAGE for deletion of orphaned private files




El divendres, 26 juny de 2015 11:20:57 UTC+2, Nicolas Roduit va escriure:

HM

unread,
Jun 27, 2015, 4:00:27 PM6/27/15
to dcm...@googlegroups.com
I am also getting the same error after upgrading from v 2.0.3 to 2.0.4..

--HM

Nicolas Roduit

unread,
Jun 28, 2015, 2:23:20 AM6/28/15
to dcm...@googlegroups.com, hammad...@gmail.com
It is like the requested study has no image or there is restriction somewhere. Try to remove weasis-pacs-connector.properties (it will use the default) configuration.

I would not recommend to use Applet except if the target browser is only Firefox or IE, see this post.

Here is an normal log file:
5-06-26 22:45:07,871 INFO  -> (http-0.0.0.0-8080-2) [STDOUT] 2015-06-26 22:45:07,870 DEBUG [0.0.0-8080-2:WeasisAppletLauncher] logRequestInfo() - getRequestQueryURL: http://localhost:8080/weasis-pacs-connector/viewer-applet?studyUID=1.2.826.0.2.202387.032078145126163002130126011088048216179245005
2015-06-26 22:45:07,871 INFO  -> (http-0.0.0.0-8080-2) [STDOUT] 2015-06-26 22:45:07,871 DEBUG [0.0.0-8080-2:WeasisAppletLauncher] logRequestInfo() - getContextPath: /weasis-pacs-connector
2015-06-26 22:45:07,871 INFO  -> (http-0.0.0.0-8080-2) [STDOUT] 2015-06-26 22:45:07,871 DEBUG [0.0.0-8080-2:WeasisAppletLauncher] logRequestInfo() - getServletPath: /viewer-applet
2015-06-26 22:45:07,882 INFO  -> (http-0.0.0.0-8080-2) [STDOUT] 2015-06-26 22:45:07,882 DEBUG [0.0.0-8080-2:ServletUtil         ] wadoQueryUrl = http://localhost:8080/weasis-pacs-connector/RequestManifest?id=1
2015-06-26 22:45:07,945 INFO  -> (TCPServer-1) [org.dcm4cheri.server.ServerImpl] handle - Socket[addr=/127.0.0.1,port=56583,localport=11112]
2015-06-26 22:45:07,954 INFO  -> (TCPServer-1) [org.dcm4cheri.net.FsmImpl] Socket[addr=/127.0.0.1,port=56583,localport=11112]
2015-06-26 22:45:07,959 INFO  PACS-CONNECTOR->DCM4CHEE (TCPServer-1) [org.dcm4cheri.net.FsmImpl] received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-3.3.4
calledAET: DCM4CHEE
callingAET: PACS-CONNECTOR
maxPDULen: 16378
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
ts=1.2.840.10008.1.2/Implicit VR Little Endian
ts=1.2.840.10008.1.2.1/Explicit VR Little Endian
ts=1.2.840.10008.1.2.2/Explicit VR Big Endian
2015-06-26 22:45:07,963 INFO  PACS-CONNECTOR->DCM4CHEE (TCPServer-1) [org.dcm4cheri.net.FsmImpl] sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1.1
implVersion: dcm4che-1.4.34
calledAET: DCM4CHEE
callingAET: PACS-CONNECTOR
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
2015-06-26 22:45:07,992 INFO  PACS-CONNECTOR->DCM4CHEE (TCPServer-1) [org.dcm4cheri.net.FsmImpl] received [pc-1] 1:C_FIND_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
2015-06-26 22:45:08,022 INFO  PACS-CONNECTOR->DCM4CHEE (TCPServer-1) [org.dcm4cheri.net.FsmImpl] sending [pc-1] 1:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
2015-06-26 22:45:08,024 INFO  PACS-CONNECTOR->DCM4CHEE (TCPServer-1) [org.dcm4cheri.net.FsmImpl] sending [pc-1] 1:C_FIND_RSP
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: 0

Nicolas Roduit

unread,
Jun 28, 2015, 2:29:04 AM6/28/15
to dcm...@googlegroups.com, hammad...@gmail.com
Which error? because the error below should only appear when the exam doesn't contain any image or there is a restriction which doesn't allow to use DICOM C-Find.

I would be very surprise that upgrading Weasis would not allow to display images.

Le samedi 27 juin 2015 22:00:27 UTC+2, HM a écrit :

Infopid Infopidsl

unread,
Jun 29, 2015, 3:12:21 AM6/29/15
to dcm...@googlegroups.com, hammad...@gmail.com
The error is when I change the dcm4chee AET or port. If I have the defaulta configuration (AET: DCM4CHEE and port:11112) all runs OK, but if I change the aet or the port, and I put the file weasis-pacs_connector.properties in the directory server/default/conf it not runs, the question is, where I should put this file?

And which is the correct file, weasis-connector-default.properties or weasis-pacs-connector.properties, and which is the correct path?

thank you for all.


El diumenge, 28 juny de 2015 8:29:04 UTC+2, Nicolas Roduit va escriure:

Nicolas Roduit

unread,
Jun 29, 2015, 3:45:17 AM6/29/15
to dcm...@googlegroups.com, info...@gmail.com, hammad...@gmail.com
For the installation, follow the instructions here. The AET and the port must match to the PACS configuration.

In your log file, you should see where the configuration is coming from:

2015-06-26 22:44:43,587 INFO  -> (main) [STDOUT] 2015-06-26 22:44:43,587 INFO  [main        :ManifestManager     ] Start the manifest manager servlet
2015-06-26 22:44:43,589 INFO  -> (main) [STDOUT] 2015-06-26 22:44:43,589 INFO  [main        :ManifestManager     ] External weasis-pacs-connector configuration file: file:/home/nicolas/dcm4chee/dcm4chee-2.18.0-mysql/server/default/conf/weasis-pacs-connector.properties
2015-06-26 22:44:43,590 INFO  -> (main) [STDOUT] 2015-06-26 22:44:43,590 INFO  [main        :ManifestManager     ] ManifestManagerThread configuration (maxLifeCycle=300s, cleanFrequency=60s)

HM

unread,
Jun 29, 2015, 4:09:07 AM6/29/15
to dcm...@googlegroups.com, hammad...@gmail.com
Nicolas. 

Will you please the Java JRE and JDK version that is required for current release of Weasis. I am using the latest version of both Java 8u45. But i am still getting the ERROR on loading wadoxml from: ..... request manifest?id=

I had deleted the whole setup and downloaded latest weais pacs connector v 5.0 and also weasis 2.0.4. war and also weasis-ext.war. I used the old version of weasis-i18n.

Request is made to conquest PACS server. Images are also available and can be viewed using any dicom viewer.

Please guide.


--HM

Devishree.V

unread,
Jun 29, 2015, 4:37:42 AM6/29/15
to dcm...@googlegroups.com

 Try this,

    Edit DCM4CHEE information in weasis-pacs-connector.war->WEB-INF->classes->weasis-connector-default.properties.
    Rename the file weasis-connector-default.properties to weasis-pacs-connector.properties.
    Save the changes back to the war and try again.

HM

unread,
Jun 29, 2015, 4:59:54 AM6/29/15
to dcm...@googlegroups.com
Thanks i made the required changes and tried again. But this time the WADO Error doesn't show. Weasis shows to load images but in end no images were loaded. I am calling weasis in an applet.

Whereas on java console i found these line with ERROR tag.


network: Connecting http://127.0.0.1:80/ with proxy=DIRECT
network: Connecting http://127.0.0.1:80/ with proxy=DIRECT
network: Connecting http://127.0.0.1:80/ with proxy=DIRECT
network: Connecting http://127.0.0.1:80/ with proxy=DIRECT
network: Connecting http://127.0.0.1:80/ with proxy=DIRECT
network: Connecting http://127.0.0.1:80/ with proxy=DIRECT
network: Connecting http://127.0.0.1:80/ with proxy=DIRECT
network: Connecting http://127.0.0.1:80/ with proxy=DIRECT
network: Connecting http://127.0.0.1:80/ with proxy=DIRECT
network: Connecting http://127.0.0.1:80/ with proxy=DIRECT
network: Connecting http://127.0.0.1:80/ with proxy=DIRECT
network: Connecting http://127.0.0.1:80/ with proxy=DIRECT
network: Connecting http://127.0.0.1:80/ with proxy=DIRECT
network: Connecting http://127.0.0.1:80/ with proxy=DIRECT
network: Connecting http://127.0.0.1:80/ with proxy=DIRECT
29.06.2015 13:56:22.292 *INFO* [AWT-EventQueue-2]() org.weasis.dicom.explorer.DicomModel Remove Patient: BRAINIX
29.06.2015 13:56:22.293 *INFO* [AWT-EventQueue-2]() org.weasis.dicom.explorer.DicomModel Remove Study: Dec 1, 2006 2:16:45 PM



--HM

Nicolas Roduit

unread,
Jun 29, 2015, 6:04:49 AM6/29/15
to dcm...@googlegroups.com, hammad...@gmail.com
The WADO service of Conquest returns 404 errors instead of DICOM files. The URL seems to be OK, so you should look at the Conquest configuration.

HM

unread,
Jun 29, 2015, 11:40:12 AM6/29/15
to dcm...@googlegroups.com, hammad...@gmail.com
But older version of Weasis was also running on the same configuration. Only war files were replaced then how come this becomes the configuration issue.

--HM
...

Nicolas Roduit

unread,
Jun 29, 2015, 1:18:26 PM6/29/15
to dcm...@googlegroups.com, hammad...@gmail.com
Try to copy the WADO url in a browser (in this case there is nothing related to Weasis) and see if you get the 404 error or the dicom file.
...

HM

unread,
Jun 30, 2015, 2:13:17 AM6/30/15
to dcm...@googlegroups.com, hammad...@gmail.com
dgate.2006120114483242653&contentType=application%2Fdicom

Nicolas Roduit

unread,
Jun 30, 2015, 5:02:35 PM6/30/15
to dcm...@googlegroups.com, hammad...@gmail.com
It is very weird because if you are using the same browser, it should be the same http GET in the browser and in Weasis (inheriting of the browser connection parameters).

What is your browser, OS and Java version? Do you have an Internet security software that can block the transfers? Have you tried in several computers?
...

HM

unread,
Jul 1, 2015, 2:23:14 AM7/1/15
to dcm...@googlegroups.com, hammad...@gmail.com
OS : Windows 7 x64
Java :  8u45
Browser : Google Chrome, Avant Browser

Yes i had tried on number of computers but same result.

I also posted on conquest forum for help. According to them 

404 means the server can't find the image so there must be a syntax error in the requests to conquest. However, I can't see it. Weasis is run locally is it? 

But i don't agree with this statement as i can retrieve image using any workstation like KPACS or EFILM.

--HM
...

HM

unread,
Jul 2, 2015, 4:08:10 PM7/2/15
to dcm...@googlegroups.com
Nicolas some strange happens. Server was abnormally shutdown due to power. On resuming the updated version of Weasis was up and running. :D 
Still confused why this happened :idea:  As, no change in configuration or anything was made.


Thanks for your patience and support.  :D 
...
Reply all
Reply to author
Forward
0 new messages