Posts by jjoerg

    Hi Marcel,


    one crash of the test-machine later: the lua file ist different, I picked mine out of your 1.4.17a-release.


    Using your lua-file I recieve from Apache a reference to a js-File not in my dwv-Distribution:


    [Mon Aug 05 12:17:09 2013] [error] [client 192.168.14.106] File does not exist: C:/Program Files (x86)/Apache Software Foundation/Apache2.2/htdocs/dwv/src/image/lookupTable.js, referer: http://192.168.14.106/cgi-bin/…3061117053645631&size=560


    I will look on the dwv-side and report.


    Kind regards


    Jörg

    Hi,


    I tried both now: setting everything to localhost and to 127.0.0.1 same result. My apache errorand access log looks like misinterpreting the request string by parsing it (by misinterpretation?). I can identify" h" "t" "p" (one t missing maybe because of similar error messages),
    "c" "g" "i" "-" "b" "n", i missing ...


    Apache access-log:


    I tried firebug but I am not familiar with the java programming structure and found the coded line where the string is parsed but I do have no idea whether it is an coding problem (I don't) believe or something else ...


    Kind regards


    Jörg

    Hi,


    I tested opera, firefox and IE 10 initially.
    Pasting the lines now (firefox) results in a download request (application/dicom) or the requested slice for (image/gif).


    Kind regards


    Jörg

    Hi Marcel,


    Quote

    I assume you get the dwv page


    Yes.


    Quote

    Are both dgate.exe's (in dicomserver and cgi-bin) at the same new version


    Yes, both at 1.4.17a.


    I hope I will give you the right information:


    the invoking html:


    Code
    <HEAD><TITLE>Conquest DICOM server - version 1.4.17a</TITLE></HEAD><BODY BGCOLOR='CFDFCF'><H2>Conquest DICOM server - version 1.4.17a</H2><table RULES=ALL BORDER=1><Caption>List of series on local server</caption><TR><TD>Patient ID<TD>Name<TD>Series date<TD>Series time<TD>Series description<TD>Modality</TR><TR><TD><A HREF=dgate.exe?port=9998&address=127.0.0.1&mode=queryallimages&key=&query=DICOMStudies.patientid+=+'2158676359.1602436055'+and+DICOMSeries.seriesinst+=+'1.2.826.0.1.3680043.2.135.735064.43065746.7.1375162718.894.50'> 2158676359.1602436055 </A><TD>PAT2158676359<TD>19980414<TD>170346.000000<TD><TD>CT<TD><A HREF=dgate.exe?port=9998&address=127.0.0.1&mode=queryimages&query=DICOMStudies.patientid+=+'2158676359.1602436055'+and+DICOMSeries.seriesinst+=+'1.2.826.0.1.3680043.2.135.735064.43065746.7.1375162718.894.50'&size=560>thumbs </A><TD><A HREF=dgate.exe?port=9998&address=127.0.0.1&mode=dwv&series=2158676359.1602436055:1.2.826.0.1.3680043.2.135.735064.43065746.7.1375162718.894.50&size=560>view </A><TD><A HREF=dgate.exe?port=9998&address=127.0.0.1&mode=seriesmover&series=2158676359.1602436055:1.2.826.0.1.3680043.2.135.735064.43065746.7.1375162718.894.50&source=(local)&key=>push </A><TD><A HREF=dgate.exe?port=9998&address=127.0.0.1&mode=seriesdeleter&series=2158676359.1602436055:1.2.826.0.1.3680043.2.135.735064.43065746.7.1375162718.894.50>delete </A></TR></table></BODY>


    As far as I understand I get the wado-requests in the error sitation only if I disable javascript to eliminate error-popups, since those inhibit access to the page source:



    Kind regards


    Jörg

    Hi Marcel,


    using conquest for almost 5 years in our RT-department, thanks!


    a few issues with the current release:


    1) filename character mixup (solved for me)
    in the file/cgi-bin/viewers/LuanchWeasisStudy.cq the first two letters of the filename are mixed up


    2) mismatching file extensions (solved for me)
    in your example /cgi-bin/dicom.ini for the section you suggest


    [weasis]
    source = viewers\LaunchWeasis.lua


    whereas the file is named viewers\LaunchWeasis.cq


    3) dwv integration
    I followed your instructions but received the following error-message window in my browser:


    Error: Not a valid DICOM file (no magic DICM word found).


    Looking in my apache-log I found multiple lines as the following one:
    [Wed Jul 31 12:00:29 2013] [error] [client 192.168.14.106] script not found or unable to stat: C:/Program Files (x86)/Apache Software Foundation/Apache2.2/cgi-bin/W, referer: http://192.168.14.106/cgi-bin/…9795476912806639&size=560


    The single character at the end of the script not found looks like a parsing error or something like this in the generation of this request. I have no experience in this field, do you have an idea?


    Kind regards


    Jörg