No Pictures

Trouble during PacsOne Server installations
Post Reply
werda
Posts:6
Joined:Wed Nov 19, 2008 8:02 am
No Pictures

Post by werda » Thu Feb 12, 2009 3:49 am

I have installed PacsOne 6.1.2 on openSUSE 11.1/64. Other AEs can connect and send their data, apparently without problem. The studies do appear in the "Browse" page.

The trouble is when I select an entry and click the "Show" button there is no picture.
The page source looks like this:

Code: Select all

<APPLET codebase=radscaper/ archive=radscaper.jar code=com.divinev.radscaper.Main.class width=100% height=95%>
<PARAM NAME=Config VALUE=config.xml>
<PARAM NAME=DicomImg1 VALUE="">
</APPLET>
The file name for DicomImg1 is missing.
I can load the demo images on the divinev web site.

Looking at /var/log/apache2/error_log:
  • [Fri Feb 06 15:04:12 2009] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
    [Fri Feb 06 15:04:13 2009] [notice] Apache/2.2.10 (Linux/SUSE) mod_ssl/2.2.10 OpenSSL/0.9.8h PHP/5.2.6 with Suhosin-Patch configured -- resuming normal operations
    [Fri Feb 06 15:08:06 2009] [error] [client_ip_address] PHP Warning: mkdir(): Permission denied in /opt/pacsone/php/login.php on line 90
    [Fri Feb 06 15:08:24 2009] [error] [client_ip_address] PHP Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /opt/pacsone/php/applet.php on line 26, referer: http://server_ip_address/pacsone/home.php
Installdir is /opt/pacsone
Short term archive is /opt/pacsone/php/archive/ (accessible by anyone at the moment). Inside the archive directories named yyyy-mm-dd-DAY are created. These contain files with very long numeric names and dots.

I would be grateful for any hint.

Thanks and Best Regards

pacsone
Site Admin
Posts:3149
Joined:Tue Sep 30, 2003 2:47 am

Post by pacsone » Thu Feb 12, 2009 4:58 am

Looks like there's a MySQL authentication problem with the applet.php included with the Radscaper applet viewer package. Can you send a copy of that PHP script to mailto:pacsone@pacsone.net so that we can check it out and see what might be the problem?

Post Reply