uBlogsy fails with an System.Web.HttpException: Request timed out
I'm using Umbraco 4.8 and 4.11 with
uBlogsy 2.1.1.2 on Windows Server 2008 IIS7 asp.net 4.
uBlogsy is very slow to load (15+
seconds), or fails with an System.Web.HttpException: Request timed out, when
it is first spun up out of IIS.
I've been running it in 4.8.1 alongside
a site (which is fine), and did a clean install in 4.11.3 with only uBlogsy in, same result.
I've installed the Examine Dashboard
to rebuild the indexes, and republishing nodes seems to fix it, but i'm
scratching my head. Next time I come back to the site cold it stalls,
presumably on compiling in the IIS cache.
4020-121/02/2013 11:14:09SystemLoading content from disk cache...
4030-121/02/2013 11:14:10Custom[UmbracoExamine] Adding examine event handlers for index providers: 3
4040-121/02/2013 11:15:50ErrorSystem.Net.WebException: The operation has timed out
at System.Net.HttpWebRequest.GetResponse()
at System.Xml.XmlDownloadManager.GetNonFileStream(Uri uri, ICredentials credentials, IWebProxy proxy, RequestCachePolicy cachePolicy)
at System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials credentials, IWebProxy proxy, RequestCachePolicy cachePolicy)
at System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type ofObjectToReturn)
at System.Xml.XmlReaderSettings.CreateReader(String inputUri, XmlParserContext inputContext)
at System.Xml.XmlReader.Create(String inputUri, XmlReaderSettings settings, XmlParserContext inputContext)
at System.Xml.XmlReader.Create(String inputUri)
at uBlogsy.Common.Helpers.RssReader.Execute() in D:\_PROJECTS\Personal\uBlogsy\uBlogsy\uBlogsy\uBlogsy.Common\Helpers\RssReader.cs:line 146
It appears to be the RssReader from the above line, which is from the Umbraco log table - uBlogsy's looking for a file in a drive and folder that doesn't exist?
uBlogsy fails with an System.Web.HttpException: Request timed out
I'm using Umbraco 4.8 and 4.11 with uBlogsy 2.1.1.2 on Windows Server 2008 IIS7 asp.net 4.
uBlogsy is very slow to load (15+ seconds), or fails with an System.Web.HttpException: Request timed out, when it is first spun up out of IIS.
I've been running it in 4.8.1 alongside a site (which is fine), and did a clean install in 4.11.3 with only uBlogsy in, same result.
I've installed the Examine Dashboard to rebuild the indexes, and republishing nodes seems to fix it, but i'm scratching my head. Next time I come back to the site cold it stalls, presumably on compiling in the IIS cache.
Can anyone tell me where to look next please?
It appears to be the RssReader from the above line, which is from the Umbraco log table - uBlogsy's looking for a file in a drive and folder that doesn't exist?
is working on a reply...