Pacsone error...

Trouble during PacsOne Server installations
Post Reply
gjame
Posts:30
Joined:Mon Jul 03, 2006 5:03 pm
Pacsone error...

Post by gjame » Mon Jul 11, 2011 11:31 pm

We were loading images on to the pacsone server and had power outage over the weekend and crashed our server. We are trying to start the server back up but when we try to start Pacsone we get this error in our /var/log/messages file:

Jul 11 18:31:00 miarchive3 PACSONE[3333]: Starting Server MIARCHIVE3:3381...
Jul 11 18:31:05 miarchive3 kernel: [ 3233.474810] PacsOne.exe[3388]: segfault at 7f87875a708d ip 000000000055d780 sp 00007f87bfa72ba8 error 4 in PacsOne.exe[400000+3f4000]
Jul 11 18:31:05 miarchive3 PACSONE[3333]: Server MIARCHIVE3:3381 killed by signal [11]
Jul 11 18:31:05 miarchive3 abrt[3391]: saved core dump of pid 3381 (/home/pacsone/PacsOne.exe) to /var/spool/abrt/ccpp-1310427065-3381.new/coredump (12398592 bytes)
Jul 11 18:31:05 miarchive3 abrtd: Directory 'ccpp-1310427065-3381' creation detected
Jul 11 18:31:05 miarchive3 abrtd: Executable '/home/pacsone/PacsOne.exe' doesn't belong to any package
Jul 11 18:31:05 miarchive3 abrtd: Corrupted or bad crash /var/spool/abrt/ccpp-1310427065-3381 (res:4), deleting

Do you have any input as to what this would mean?

Thanks

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

Post by pacsone » Mon Jul 11, 2011 11:41 pm

The errors seem to suggest file corruption, so you should perform a file system check on all local disks, and also run the following command on the PacsOne Server run-time executable to make sure all the dependent shared libraries can be found:

Code: Select all

$ ldd PacsOne.exe

Post Reply