Description | Receive the following in logs:
Dec 31 08:10:04 sogod [1447]: [ERROR] <0x0x7f954787bb68[WOWatchDog]> No child available to handle incoming request!
which is generally preceeded by some post event, with eventual:
Dec 31 08:14:38 sogod [1447]: [ERROR] <0x0x7f9547a71888[WOWatchDogChild]> FAILURE receiving status for child 13922
Dec 31 08:14:38 sogod [1447]: [ERROR] <0x0x7f9547a71888[WOWatchDogChild]> socket: <NGActiveSocket[0x0x7f9547a26c08]: mode=rw address=(null) connectedTo=<0x0x7f9547a447c8[NGLocalSocketAddress]: /tmp/_ngsocket_0x5a7_0x7f954785c008_000> receive-timeout=1.000s>
Dec 31 08:14:38 sogod [1447]: [ERROR] <0x0x7f9547a71888[WOWatchDogChild]> exception: <NGSocketTimedOutException: 0x7f9547b1da18> NAME:NGSocketTimedOutException REASON:the socket was shutdown INFO:{errno = 11; error = "Resource temporarily unavailable"; stream = "{object = <NGActiveSocket[0x0x7f9547a26c08]: mode=rw address=(null) connectedTo=<0x0x7f9547a447c8[NGLocalSocketAddress]: /tmp/_ngsocket_0x5a7_0x7f954785c008_000> receive-timeout=1.000s>;}"; }
Dec 31 08:14:38 sogod [1447]: <0x0x7f9547a71888[WOWatchDogChild]> sending terminate signal to pid 13922
Dec 31 08:14:38 sogod [1447]: [ERROR] <0x0x7f9547a71888[WOWatchDogChild]> FAILURE notifying child 13922
Dec 31 08:14:38 sogod [1447]: <0x0x7f9547a71888[WOWatchDogChild]> sending terminate signal to pid 13922 |
---|
Additional Information | Environment:
CentOS release 6.6 (Final)
sogo.x86_64 2.2.13-1.centos6
sogo-activesync.x86_64 2.2.13-1.centos6
sope49-appserver.x86_64 4.9-20141230_1664.el6.1
sope49-cards.x86_64 2.2.13-1.centos6
sope49-core.x86_64 4.9-20141230_1664.el6.1
sope49-gdl1.x86_64 4.9-20141230_1664.el6.1
sope49-gdl1-contentstore.x86_64 2.2.13-1.centos6
sope49-gdl1-mysql.x86_64 4.9-20141230_1664.el6.1
sope49-ldap.x86_64 4.9-20141230_1664.el6.1
sope49-mime.x86_64 4.9-20141230_1664.el6.1
sope49-sbjson.x86_64 2.3.1-20141230_1664.el6.1
sope49-xml.x86_64 4.9-20141230_1664.el6.1
dovecot.x86_64 1:2.0.9-8.el6_6.1
dovecot-mysql.x86_64 1:2.0.9-8.el6_6.1
dovecot-pigeonhole.x86_64 1:2.0.9-8.el6_6.1
postfix.x86_64 2:2.6.6-6.el6_5
{
/ General Parameters /
WOPort = 127.0.0.1:20000;
SOGoTimeZone = America/XXX;
SOGoMailDomain = mydomain.com;
SOGoPasswordChangeEnabled = NO;
SOGoLanguage = English;
SOGoFirstDayOfWeek = 0;
/* Mail Preferences */
SOGoEnableEMailAlarms = YES;
SOGoAppointmentSendEMailNotifications = YES;
SOGoACLsSendEMailNotifications = YES;
SOGoFoldersSendEMailNotifications = YES;
SOGoMaximumSyncWindowSize = 50;
/* Database Configuration */
SOGoProfileURL = "mysql://sogo:****@localhost:3306/sogo/user_profiles"; [^]
OCSFolderInfoURL = "mysql://sogo:****@localhost:3306/sogo/folders"; [^]
OCSSessionsFolderURL = "mysql://sogo:****@localhost:3306/sogo/sessions"; [^]
OCSEMailAlarmsFolderURL = "mysql://sogo:****@localhost:3306/sogo/alarms"; [^]
/* Common IMAP and SMTP Configuration*/
SOGoMailMessageCheck = every_5_minutes;
SOGoForceExternalLoginWithEmail = YES;
/* IMAP Configuration */
NGImap4ConnectionStringSeparator = ".";
SOGoIMAPAclConformsToIMAPExt = NO;
SOGoMailSpoolPath = /var/spool/sogo;
SOGoIMAPServer = imap://127.0.0.1:143/; [^]
SOGoSieveServer = sieve://127.0.0.1:4190; [^]
SOGoSieveScriptsEnabled = YES;
SOGoVacationEnabled = YES;
SOGoForwardEnabled = YES;
SOGoDraftsFolderName = Drafts; // User can override parameter
SOGoSentFolderName = Sent; // User can override parameter
SOGoTrashFolderName = Trash; // User can override parameter
SOGoMailShowSubscribedFoldersOnly = NO; // User can override parameter
/* SMTP Configuration */
SOGoMailingMechanism = smtp;
SOGoSMTPServer = 127.0.0.1:25;
/* Sieve Configuration */
SOGoSieveScriptsEnabled = YES;
SOGoVacationEnabled = YES;
SOGoForwardEnabled = YES;
/* Memcached Configuration */
SOGoMemcachedHost = 127.0.0.1;
// User authentication
domains = {
mydomain = {
SOGoMailDomain = mydomain.com;
SOGoUserSources =
(
{
type = sql;
id = mydomain_directory;
displayName = "mydomain Public Directory";
viewURL = "****@127.0.0.1:3306/sogo/users";">mysql://sogo:****@127.0.0.1:3306/sogo/users"; [****@127.0.0.1:3306/sogo/users";" target="_blank">^]
canAuthenticate = YES;
userPasswordAlgorithm = md5;
prependPasswordScheme = YES;
// SOGo can use SQL database as address book, but it's able to
// query ALL mail accounts. Enable it on your own.
isAddressBook = YES;
}
);
};
};
} |
---|