O/S - Ubuntu Server 7.04
Sugar Suite Version 5.0.0a
Webserver - Apache/2.2.4 (Ubuntu)
PHP version - 5.2.3
MySQL server version - 5.0.45
I migrated our Sugar 4.51d installation from one of our webservers (Red Hat EL3, MySQL4.1.20, PHP 4.3.9) to a local webserver for testing the upgrade to 5. I created a dump of the database (mysqldump --opt <database> <filename>), and transferred the entire directory over to the new server, creating a new local database from the dump and then changing config.php to reflect the new local database. I was then able to login to sugar, repair the existing database and then work normally. The local server is accessed via a dyndns alias, and web requests to the test server are sent through the router via port forwarding on a non standard port - ie http://testbox.dyndns.com:#####/sugarcrm/
After using the upgrade wizard to upgrade to 5, and then running all repairs. I had to recreate all of the inbound email accounts due to a certificate error. We are using POP to pull the mail from our mail servers. The problem that I'm now having is that the Schedulers: Check Inbound Mailboxes job, which is set to run the function:ollMonitoredInboxes every couple of minutes. It seems to work fine for a while, but then eventually fails with the following written to the error log:
Thu Feb 7 09:51:59 2008,405 [5172] FATAL SugarCRM - MySQL error 1048:
Thu Feb 7 10:00:07 2008,467 [5195] FATAL SugarCRM - Error fetching relationship from cache schedulers_created_by
Thu Feb 7 10:00:49 2008,679 [5190] FATAL SugarCRM - Error fetching relationship from cache schedulers_created_by
Thu Feb 7 10:12:12 2008,582 [6104] FATAL SugarCRM - SCHEDULERS: could not get an IMAP connection resource for ID [ 4d47df58-ac88-7eb8-9046-47aa13d4bbfb ]. Skipping mailbox [ supports5 ].
Thu Feb 7 10:18:12 2008,884 [6125] FATAL SugarCRM - SCHEDULERS: could not get an IMAP connection resource for ID [ 4d47df58-ac88-7eb8-9046-47aa13d4bbfb ]. Skipping mailbox [ supports5 ].
Thu Feb 7 10:20:17 2008,595 [6131] FATAL SugarCRM - SCHEDULERS: could not get an IMAP connection resource for ID [ 4d47df58-ac88-7eb8-9046-47aa13d4bbfb ]. Skipping mailbox [ Support ].
Thu Feb 7 10:26:03 2008,698 [5178] FATAL SugarCRM - Error fetching relationship from cache schedulers_created_by
Thu Feb 7 11:08:47 2008,429 [5179] FATAL SugarCRM - Error fetching relationship from cache schedulers_created_by
Thu Feb 7 11:10:50 2008,700 [5182] FATAL SugarCRM - Error fetching relationship from cache schedulers_created_by
Thu Feb 7 11:33:34 2008,278 [5211] FATAL SugarCRM - Error fetching relationship from cache schedulers_created_by
Thu Feb 7 11:49:18 2008,605 [5189] FATAL SugarCRM - Error fetching relationship from cache schedulers_created_by
Thu Feb 7 11:49:28 2008,565 [5189] FATAL SugarCRM - Error fetching relationship from cache schedulers_created_by
Thu Feb 7 11:49:28 2008,567 [5189] FATAL SugarCRM - Error fetching relationship from cache schedulers_modified_user_id
Thu Feb 7 11:49:29 2008,254 [5189] FATAL SugarCRM - Error fetching relationship from cache schedulers_created_by
Thu Feb 7 12:14:59 2008,284 [5217] FATAL SugarCRM - MySQL error 1048:
Thu Feb 7 12:29:17 2008,396 [6572] FATAL SugarCRM - SCHEDULERS: could not get an IMAP connection resource for ID [ 4d47df58-ac88-7eb8-9046-47aa13d4bbfb ]. Skipping mailbox [ Support ].
Thu Feb 7 12:29:33 2008,146 [6572] FATAL SugarCRM - SCHEDULERS: could not get an IMAP connection resource for ID [ 1c18695c-7c3d-c249-431f-47ab2621e661 ]. Skipping mailbox [ Web Leads ].
Thu Feb 7 12:30:53 2008,756 [6575] FATAL SugarCRM - SCHEDULERS: could not get an IMAP connection resource for ID [ 1c18695c-7c3d-c249-431f-47ab2621e661 ]. Skipping mailbox [ Web Leads ].
Thu Feb 7 12:33:17 2008,452 [6584] FATAL SugarCRM - SCHEDULERS: could not get an IMAP connection resource for ID [ 4d47df58-ac88-7eb8-9046-47aa13d4bbfb ]. Skipping mailbox [ Support ].
Thu Feb 7 12:38:17 2008,855 [6599] FATAL SugarCRM - SCHEDULERS: could not get an IMAP connection resource for ID [ 4d47df58-ac88-7eb8-9046-47aa13d4bbfb ]. Skipping mailbox [ Support ].
Thu Feb 7 12:43:24 2008,865 [6624] FATAL SugarCRM - SCHEDULERS: could not get an IMAP connection resource for ID [ 4d47df58-ac88-7eb8-9046-47aa13d4bbfb ]. Skipping mailbox [ Support ].
Thu Feb 7 15:45:48 2008,818 [5194] FATAL SugarCRM - Error fetching relationship from cache schedulers_created_by
The following line was added to /etc/crontab
* * * * * root cd /var/www/sugarcrm; php -f cron.php > /dev/null 2>&1
Now none of these accounts are set to use IMAP, or ever were for that matter - we've always used POP and had no issues with it on 4.5.
Any advice on how to fix this would be appreciated.


LinkBack URL
About LinkBacks
ollMonitoredInboxes every couple of minutes. It seems to work fine for a while, but then eventually fails with the following written to the error log:



Reply With Quote
Bookmarks