Installation problem Ubuntu server 8.04

Trouble during PacsOne Server installations
Post Reply
maferre
Posts:5
Joined:Sun Mar 04, 2007 9:47 pm
Installation problem Ubuntu server 8.04

Post by maferre » Mon Sep 29, 2008 6:29 pm

Dear Sr:I did the installation on Ubuntu server 8.04 now i am sending a post from that machine atached you see what is on the log when I tried to connect with Efilm and Conquest
I have 2 sistems installed on my country working without a problem but they are installed on windows with WAMP.
when I send ping from PAcsone is not problem I see echo verified. when I tried from efilm fail and from conquest fail .when I query from pacsone to Conquest I see the patients on Conquest but when I want to move to pacsone I can not.
Exception error connecting to MySQL!

Mon Sep 29 14:27:43 2008 ERROR - Exception error connecting to MySQL!

Mon Sep 29 14:27:43 2008 ERROR - Exception error connecting to MySQL!

Mon Sep 29 14:27:46 2008 INFO - Session: <3> started from SCU: 192.168.1.3

Mon Sep 29 14:27:46 2008 INFO - <3> Receiving A-ASSOCIATE-RQ PDU

Mon Sep 29 14:27:46 2008 ERROR - Exception error connecting to MySQL!

Mon Sep 29 14:27:46 2008 ERROR - Exception error connecting to MySQL!

Mon Sep 29 14:27:46 2008 INFO - 0 record found in [applentity] table

Mon Sep 29 14:27:46 2008 ERROR - Access denied for Application Entity: [DICOM_AE ], REJECTING

Mon Sep 29 14:27:46 2008 INFO - <3> Sending A-ASSOCIATE-RJ PDU

Mon Sep 29 14:27:46 2008 INFO - <3> A-ASSOCIATE-RJ PDU sent successfully

Mon Sep 29 14:27:46 2008 INFO - Session: <3> disconnected for client: 192.168.1.3
Exception error connecting to MySQL!

Mon Sep 29 14:47:45 2008 INFO - Session: <10> started from SCU: 192.168.1.3

Mon Sep 29 14:47:45 2008 INFO - <10> Receiving A-ASSOCIATE-RQ PDU

Mon Sep 29 14:47:45 2008 ERROR - Exception error connecting to MySQL!

Mon Sep 29 14:47:45 2008 ERROR - Exception error connecting to MySQL!

Mon Sep 29 14:47:45 2008 INFO - 0 record found in [applentity] table

Mon Sep 29 14:47:45 2008 ERROR - Access denied for Application Entity: [CONQUESTSRV1 ], REJECTING

Mon Sep 29 14:47:45 2008 INFO - <10> Sending A-ASSOCIATE-RJ PDU

Mon Sep 29 14:47:45 2008 INFO - <10> A-ASSOCIATE-RJ PDU sent successfully

Mon Sep 29 14:47:45 2008 INFO - Session: <10> disconnected for client: 192.168.1.3

Mon Sep 29 14:47:48 2008 ERROR - Exception error connecting to MySQL!

Mon Sep 29 14:47:48 2008 ERROR - Exception error connecting to MySQL!

Mon Sep 29 14:47:48 2008 ERROR - Exception error connecting to MySQL!

Mon Sep 29 14:47:48 2008 ERROR - Exception error connecting to MySQL!

Mon Sep 29 14:47:48 2008 ERROR - Exception error connecting to MySQL

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

Post by pacsone » Mon Sep 29, 2008 7:54 pm

The errors logged suggest PacsOne Server could not connect to MySQL, so you should check the following:

1. Make sure MySQL is running on this server:

You can run the MySQL client program (mysql) and see if it can connect to MySQL daemon, or run the ps -ef|grep mysqld command to check if the MySQL daemon process is running.

2. Check if MySQL is running on the default socket name and TCP port (3306):

Then check with the MySQL socket name and TCP port configured in the ${AeTitle.ini} file under the directory where PacsOne Server is installed. These settings must be the same as those in the MySQL configurations.

maferre
Posts:5
Joined:Sun Mar 04, 2007 9:47 pm

Post by maferre » Tue Oct 07, 2008 12:56 pm

Dear sr: the problem was that mysql.sock was not initialized properly.
Thanks in advance

Post Reply