I'm getting the following error when trying to login to Umbraco 4.9.1 (SQL Server 2008 (not R2) running on WINS 2008):
ArgumentNullException
Value cannot be null. Parameter name: source at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source, Func`2 predicate) at umbraco.BusinessLogic.User.GetApplications() at umbraco.BusinessLogic.User.get_Applications() at umbraco.cms.presentation._umbraco.Page_Load(Object sender, EventArgs e) at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at umbraco.BasePages.BasePage.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
http://<edited>/umbraco/umbraco.aspx
/umbraco/umbraco.aspx
This seemed to come on after the transaction log filled up all the disk space on the server. After backing up the transaction log and truncating the log (and deleting the cache, and recycling the app pool), the error remained. So, next, I restored a backup of the database from several days earlier, still, same error when trying to login.
unhandled exception error when trying to login
I'm getting the following error when trying to login to Umbraco 4.9.1 (SQL Server 2008 (not R2) running on WINS 2008):
This seemed to come on after the transaction log filled up all the disk space on the server. After backing up the transaction log and truncating the log (and deleting the cache, and recycling the app pool), the error remained. So, next, I restored a backup of the database from several days earlier, still, same error when trying to login.
I saw this post:
http://our.umbraco.org/forum/core/general/40155-HttpUnhandledException-when-trying-to-login-to-Umbraco
But, that error is really specific to ASP.NET temp files which does not seem to be the case here.
Does anyone have any ideas?
As described in this post, the applications.config file in ~/config/ was wiped out.
http://our.umbraco.org/forum/core/general/36945-Backend-not-working
I had a copy in a dev site replaced the blank version; all is well.
is working on a reply...