Imho those are 2 different issues. On Oct 14, 2012, at 1:07 AM, A. A. <aeh.a...@gmail.com> wrote:
> Hi, > After login successfully into the magnolia consol, the main page takes too > much time to load, this is not happening all the times, when checking the > debug file I found the following line: > WARN info.magnolia.module.cache.filter.CacheFilter 13.10.2012 22:23:17 -- > The following URL took longer than 10 seconds (59152 ms) to render. This > might cause timeout exceptions on other requests to the same URI. > [$$$$$$/.magnolia/pages/adminCentral.html], > [key=DefaultCacheKey{uri='/.magnolia/pages/adminCentral.html', > serverName='$$$$$$$.com', locale='$$', channel='all', params={}', > secure='false'}] This is caused by rendering taking too much time. This message is a warning for developer from Magnolia alerting dev to the fact that rendering of some page is too heavy and maybe page or components or models of thereof needs to be revisited/improved … you can safely ignore this in case performance is not on top of your list of interest. You can also reconfigure Magnolia to increase the time value that would trigger the message. > Same behavior could happen -and not always- when trying to activate content : > ERROR info.magnolia.module.exchangesimple.ExchangeTask 13.10.2012 20:12:56 > -- Failed to deactivate content. > info.magnolia.cms.exchange.ExchangeException: Not able to send the activation > request [$$$$$$$$$$/.magnolia/activation]: Read timed out This means that network connection between author and public instance(s) have been broken. You should check firewall, proxies and network infrastructure between the two. Might also happen in case your public has exhausted all worker (http) connections it is configured to allow and there's no worker available for activation to connect. HTH, Jan ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <user-list-unsubscr...@magnolia-cms.com> ----------------------------------------------------------------