I have been running Blog4Umbraco on my site (http://www.bayshield.com) since it was first released in December last year (with no real problems) however I recently been informed by two separate people that they have seen my site returning an error "Error parsing /xslt/blogListPosts.xslt".
I checked my server logs today and found the following error which coincides with the times users have experienced the issues. Based on the error message I am guessing that the cache is expired and the database is getting called to refresh the cache. What I don't get is why the site would then subsequently work.
Does anyone have any ideas on what might be causing this, or the best path to take to try and identify/solve it?
Stack trace: at umbraco.DataLayer.SqlHelper`1.ExecuteReader(String commandText, IParameter[] parameters) in d:\TeamCity\buildAgent\work\7380c184e9fcd3ea\umbraco\datalayer\SqlHelper.cs:line 246
at umbraco.cms.businesslogic.web.Domain.<GetDomains>b__0()
Blog4Umbraco - Error Parsing BlogListPosts.xml
Hi,
I have been running Blog4Umbraco on my site (http://www.bayshield.com) since it was first released in December last year (with no real problems) however I recently been informed by two separate people that they have seen my site returning an error "Error parsing /xslt/blogListPosts.xslt".
I checked my server logs today and found the following error which coincides with the times users have experienced the issues. Based on the error message I am guessing that the cache is expired and the database is getting called to refresh the cache. What I don't get is why the site would then subsequently work.
Does anyone have any ideas on what might be causing this, or the best path to take to try and identify/solve it?
Thanks
Aaron
----------------------------------------------------------------------
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 5/31/2010 6:10:09 AM
Event time (UTC): 5/31/2010 10:10:09 AM
Event ID: d930254c4fa946bb8db14aed977d5dde
Event sequence: 1809
Event occurrence: 5
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/797280724/Root-1-129196878572045000
Trust level: Full
Application Virtual Path: /
Application Path: C:\Inetpub\wwwroot\bayshield.com\
Machine name: ID437832
Process information:
Process ID: 30248
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE
Exception information:
Exception type: SqlHelperException
Exception message: Umbraco Exception (DataLayer): SQL helper exception in ExecuteReader
Request information:
Request URL: http://www.bayshield.com/default.aspx ;
Request path: /default.aspx
User host address: 87.248.122.142
User:
Is authenticated: False
Authentication Type:
Thread account name: NT AUTHORITY\NETWORK SERVICE
Thread information:
Thread ID: 6
Thread account name: NT AUTHORITY\NETWORK SERVICE
Is impersonating: False
Stack trace: at umbraco.DataLayer.SqlHelper`1.ExecuteReader(String commandText, IParameter[] parameters) in d:\TeamCity\buildAgent\work\7380c184e9fcd3ea\umbraco\datalayer\SqlHelper.cs:line 246
at umbraco.cms.businesslogic.web.Domain.<GetDomains>b__0()
at umbraco.cms.businesslogic.cache.Cache.GetCacheItem[TT](String cacheKey, Object syncLock, CacheItemPriority priority, CacheItemRemovedCallback refreshAction, CacheDependency cacheDependency, TimeSpan timeout, GetCacheItemDelegate`1 getCacheItem)
at umbraco.cms.businesslogic.cache.Cache.GetCacheItem[TT](String cacheKey, Object syncLock, CacheItemPriority priority, CacheItemRemovedCallback refreshAction, TimeSpan timeout, GetCacheItemDelegate`1 getCacheItem)
at umbraco.cms.businesslogic.cache.Cache.GetCacheItem[TT](String cacheKey, Object syncLock, CacheItemRemovedCallback refreshAction, TimeSpan timeout, GetCacheItemDelegate`1 getCacheItem)
at umbraco.cms.businesslogic.cache.Cache.GetCacheItem[TT](String cacheKey, Object syncLock, TimeSpan timeout, GetCacheItemDelegate`1 getCacheItem)
at umbraco.cms.businesslogic.web.Domain.GetDomains()
at umbraco.cms.businesslogic.web.Domain.GetDomain(String DomainName)
at umbraco.cms.businesslogic.web.Domain.Exists(String DomainName)
at umbraco.requestHandler.CreateXPathQuery(String url, Boolean checkDomain)
at umbraco.requestHandler..ctor(XmlDocument _umbracoContent, String url)
at umbraco.UmbracoDefault.Page_PreInit(Object sender, EventArgs e)
at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
at System.EventHandler.Invoke(Object sender, EventArgs e)
at System.Web.UI.Page.OnPreInit(EventArgs e)
at System.Web.UI.Page.PerformPreInit()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Hi Aaron,
Did you ever manage to find a fix for this? I am seeing the same problem now and am looking for a reason and solution.
Cheers
Adrian
Hi,
I have the same error at the moment. Did anyone find the solution?
Kind regards
Just as a notice, I ended up reinstalling the site. Good luck to anyone encountering this issue.
I had the idea it had something to do with a starter package which was installed (blog / personal).
Kind regards
is working on a reply...