Christian, thanks for your answer. We've installed the following RPM packages 
directly from inverse
YUM repos:

sogo-2.0.3a-1.centos6.x86_64
sope49-appserver-4.9-20121206_1664.el6.1.x86_64
sope49-cards-2.0.3a-1.centos6.x86_64
sope49-core-4.9-20121206_1664.el6.1.x86_64
sope49-gdl1-4.9-20121206_1664.el6.1.x86_64
sope49-gdl1-contentstore-2.0.3a-1.centos6.x86_64
sope49-gdl1-mysql-4.9-20121206_1664.el6.1.x86_64
sope49-ldap-4.9-20121206_1664.el6.1.x86_64
sope49-mime-4.9-20121206_1664.el6.1.x86_64
sope49-sbjson-2.3.1-20121206_1664.el6.1.x86_64
sope49-xml-4.9-20121206_1664.el6.1.x86_64

The server is not swapping at all. Investigating in logs a little more I see 
that first indication
of problems is here:

Dec 18 12:01:18 sogod [20121]:
<<0xB481B9A8[SOGoAppointmentObject]:914e9c69-5aec-4ae6-9ae1-aa35bbbc81d6.ics>>D 
etag '"gcs00000001"'
matches: "gcs00000001"

then

Dec 18 12:02:18 sogod [20103]: [WARN] <0x0x7feab4339908[WOWatchDogChild]> pid 
20121 has been hanging
in the same request for 1 minutes.

Anyway, my main concern now is finding why the sogod process does not start... 
:S

I've tried restarting memcached, I've activated debug directives in 
.GNUstepDefaults and nothing new
gets logged. It doesn't even connect to database. The only file descriptors 
that the process has are:

0 -> /dev/pts/3
1 -> /var/log/sogo/sogo.log
2 -> /var/log/sogo/sogo.log

-- 
 Lic. Gabriel Gomiz - Jefe de Sistemas / Administrador
 Gerencia de Sistemas - Cooperativa Obrera Ltda.
 Tel: (0291) 456-0084


On 12/19/2012 02:22 PM, Christian Mack wrote:
> On 2012-12-19 17:22, Gabriel Gomiz wrote:
>> Hi to all.
>>
>> We're having a problem with sogod version 2.0.3 on CentOS 6.3 server.
>>
>> After last night sogod process hanged with the following messages:
>>
>> Dec 19 03:18:34 sogod [20103]: [WARN] <0x0x7feab4339908[WOWatchDogChild]> 
>> pid 14374 has been hanging
>> in the same request for 1 minutes
>> Dec 19 03:18:34 sogod [20103]: [WARN] <0x0x7feab430a838[WOWatchDogChild]> 
>> pid 14375 has been hanging
>> in the same request for 1 minutes
>> Dec 19 03:18:38 sogod [20103]: [WARN] <0x0x7feab4434be8[WOWatchDogChild]> 
>> pid 14387 has been hanging
>> in the same request for 1 minutes
>> Dec 19 03:19:34 sogod [20103]: [WARN] <0x0x7feab4339908[WOWatchDogChild]> 
>> pid 14374 has been hanging
>> in the same request for 2 minutes
>> Dec 19 03:19:34 sogod [20103]: [WARN] <0x0x7feab430a838[WOWatchDogChild]> 
>> pid 14375 has been hanging
>> in the same request for 2 minutes
>> Dec 19 03:19:38 sogod [20103]: [WARN] <0x0x7feab4434be8[WOWatchDogChild]> 
>> pid 14387 has been hanging
>> in the same request for 2 minutes
>> Dec 19 03:20:34 sogod [20103]: [WARN] <0x0x7feab4339908[WOWatchDogChild]> 
>> pid 14374 has been hanging
>> in the same request for 3 minutes
>> Dec 19 03:20:34 sogod [20103]: [WARN] <0x0x7feab430a838[WOWatchDogChild]> 
>> pid 14375 has been hanging
>> in the same request for 3 minutes
>> Dec 19 03:20:38 sogod [20103]: [WARN] <0x0x7feab4434be8[WOWatchDogChild]> 
>> pid 14387 has been hanging
>> in the same request for 3 minutes
>> Dec 19 03:21:09 sogod [20103]: <0x0x7feab4434be8[WOWatchDogChild]> sending 
>> terminate signal to pid 14387
>> Dec 19 03:21:09 sogod [20103]: <0x0x7feab4339908[WOWatchDogChild]> sending 
>> terminate signal to pid 14374
>> Dec 19 03:21:09 sogod [20103]: <0x0x7feab430a838[WOWatchDogChild]> sending 
>> terminate signal to pid 14375
>>
>> We had to kill -9 the processes because it didn't respond to any requests.
>>
>> Now we start sogod service but the process hangs after logging the following 
>> messages:
>>
>> Dec 19 11:32:44 sogod [24424]: version 2.0.3 (build root@shiva 201212070954) 
>> -- starting
>> Dec 19 11:32:44 sogod [24424]: vmem size check enabled: shutting down app 
>> when vmem > 384 MB
>> Dec 19 11:32:44 sogod [24424]: <0x0x7f9f3efc3e88[SOGoProductLoader]> SOGo 
>> products loaded from
>> '/usr/lib64/GNUstep/SOGo':
>> Dec 19 11:32:44 sogod [24424]: <0x0x7f9f3efc3e88[SOGoProductLoader]>   
>> Contacts.SOGo,
>> AdministrationUI.SOGo, Appointments.SOGo, Mailer.SOGo, CommonUI.SOGo, 
>> SchedulerUI.SOGo,
>> PreferencesUI.SOGo, MailPartViewers.SOGo, MainUI.SOGo, ContactsUI.SOGo, 
>> MailerUI.SOGo
>>
>> SOGo port 20000 is not listening. And we see only one process running 
>> despite are 5 workers configured
>>
>> ps shows:
>>
>> sogo     52255  0.0  0.0 282104 11992 ?        S    12:52   0:00 
>> /usr/sbin/sogod -WOWorkersCount 5
>> -WOPidFile /var/run/sogo/sogo.pid -WOLogFile /var/log/sogo/sogo.log
>>
>> Memcached is running fine.
>>
>> I've also ran a strace to the sogod process and it did not execute any 
>> system call.
>>
>> Any help?
>>
> Do you have the matching SOPE packages installed?
> Does your server by chance start swapping?
>
>
> Kind regards,
> Christian Mack
>

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to