Umbraco 4.9.0 / Windows Server 2008 R2 / IIS 7.5 / Asp.Net v4.0
I am trying to set up the feeds however, I am encountering an error that I only see in the server event log. I do see that Umbraco is logging the "[FmFeedCache2] Starting Feed cache process" in the umbracolog table. So I know the task scheduler is running correctly. The error that I am getting in the event viewer is as follows:
Process information: Process ID: 4208 Process name: w3wp.exe Account name: IIS APPPOOL\ASP.NET v4.0
Exception information: Exception type: NullReferenceException Exception message: Object reference not set to an instance of an object. at FergusonMoriyama.Umbraco.FeedCache.FmFeedCache.Page_Load(Object sender, EventArgs e) at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Feed Cache v2.0 not working in Umbraco 4.9.0
Umbraco 4.9.0 / Windows Server 2008 R2 / IIS 7.5 / Asp.Net v4.0
I am trying to set up the feeds however, I am encountering an error that I only see in the server event log. I do see that Umbraco is logging the "[FmFeedCache2] Starting Feed cache process" in the umbracolog table. So I know the task scheduler is running correctly. The error that I am getting in the event viewer is as follows:
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 9/24/2012 4:30:23 PM
Event time (UTC): 9/24/2012 9:30:23 PM
Event ID: d146eb6f92374dd98253fd5a2caa7ab1
Event sequence: 306
Event occurrence: 21
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/2/ROOT-1-129929935058917018
Trust level: Full
Application Virtual Path: /
Application Path: F:\Webs\Umbraco4.9.0\
Machine name: <machinename>
Process information:
Process ID: 4208
Process name: w3wp.exe
Account name: IIS APPPOOL\ASP.NET v4.0
Exception information:
Exception type: NullReferenceException
Exception message: Object reference not set to an instance of an object.
at FergusonMoriyama.Umbraco.FeedCache.FmFeedCache.Page_Load(Object sender, EventArgs e)
at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Request information:
Request URL: http://<host>/umbraco/plugins/FergusonMoriyama/FeedCache2/FmFeedCache.aspx
Request path: /umbraco/plugins/FergusonMoriyama/FeedCache2/FmFeedCache.aspx
User host address: <host>
User:
Is authenticated: False
Authentication Type:
Thread account name: IIS APPPOOL\ASP.NET v4.0
Thread information:
Thread ID: 22
Thread account name: IIS APPPOOL\ASP.NET v4.0
Is impersonating: False
Stack trace: at FergusonMoriyama.Umbraco.FeedCache.FmFeedCache.Page_Load(Object sender, EventArgs e)
at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Any idea on what I can do to correct this problem?
You will need to get the latest .dll. There was a problem reading URL's with a '~' in it. The problem has been corrected. See https://bitbucket.org/jeavon/fm-open-source-umbraco-packages/overview
is working on a reply...