Custom Forms Based Authenication Page not working

When we enter a user name and password, select Windows Authentication - we get an error page with a correlation number.   Logs appear to say this:

Non-OAuth request. IsAuthenticated=False, UserIdentityName=, ClaimsCount=0

System.Web.HttpException: The file '/_layouts/15/MamboAuth/~/_windows/default.aspx' does not exist.
    at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath)
    at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
    at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
    at System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean throwIfNotFound)
    at System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp)
    at System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath)
    at System.Web.HttpApplication.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
    at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)), StackTrace:
    at Microsoft.SharePoint.SPWeb.InitWeb()
    at Microsoft.SharePoint.SPWeb.get_EnableMinimalDownload()
    at Microsoft.SharePoint.WebControls.DeltaPage.RenderToBase(HtmlTextWriter writer)
    at Microsoft.SharePoint.WebControls.DeltaPage.Render(HtmlTextWriter writer)
    at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    at System.Web.UI.Page.ProcessRequest()
    at System.Web.UI.Page.ProcessRequest(HttpContext context)
    at System.Web.HttpServerUtility.ExecuteInternal(IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boolean setPreviousPage, VirtualPath path, VirtualPath filePath, String physPath, Exception error, String queryStringOverride)
    at System.Web.HttpServerUtility.Execute(String path, TextWriter writer, Boolean preserveForm)
    at System.Web.HttpServerUtility.Transfer(String path, Boolean preserveForm)
    at System.Web.HttpServerUtility.Transfer(String path)
    at Microsoft.SharePoint.Utilities.SPUtility.TransferToErrorPage(String message, String linkText, String linkUrl)
    at Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.ErrorHandler(HttpApplication app, Boolean errorIsOnErrorPage)
    at System.EventHandler.Invoke(Object sender, EventArgs e)
    at System.Web.HttpApplication.RaiseOnError()
    at System.Web.HttpApplication.RecordError(Exception error)
    at System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception error)
    at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb)
    at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context)
    at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)
    at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)
    at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus)
    at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus)
    at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)
    at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)

Unknown SPRequest error occurred. More information: 0x80070005

SPRequest.GetPageListId: UserPrincipalName=, AppPrincipalName= ,bstrUrl=http://willamette/_layouts/15/MamboAuth/~/_windows/default.aspx?ReturnUrl=/

Here is our C# code

using

System;


using

Microsoft.SharePoint;


using

Microsoft.SharePoint.WebControls;


using

Microsoft.SharePoint.IdentityModel.Pages;



namespace

MamboAuth.Layouts.MamboAuth

{

   

publicpartialclassLogin: FormsSignInPage


    {

       

protectedvoidPage_Load(objectsender, EventArgse)

        {

        }

    }

}

August 26th, 2015 7:24pm

Hi,

Would you please provide the steps you created the custom Form Based authentication page ?

Also I suggest you can refer the article below to create custom FBA login page:

Branding Default Login Page for Form Based Authentication in SharePoint 2013

Thanks

Best Regards

Free Windows Admin Tool Kit Click here and download it now
August 28th, 2015 1:45am

Hi,

It seems there is a problem in the custom form package(.wsp). Please check the log in page being deployed properly.

August 28th, 2015 3:26am

We did use this site to build our login page.
Free Windows Admin Tool Kit Click here and download it now
August 28th, 2015 5:19pm

Here are the error logs

08/26/2015 15:23:17.34 w3wp.exe (0x1090)          0x0E4C  SharePoint Foundation    Logging Correlation Data               xmnv     Medium               Name=Request (GET:http://willamette:80/_layouts/15/MamboAuth/~/_windows/default.aspx?ReturnUrl=/)               88e4279d-1056-60c0-bc18-ce341bf189d4             

08/26/2015 15:23:17.34 w3wp.exe (0x1090)          0x0E4C  SharePoint Foundation    Authentication Authorization     agb9s    Medium               Non-OAuth request. IsAuthenticated=False, UserIdentityName=, ClaimsCount=0          88e4279d-1056-60c0-bc18-ce341bf189d4             

08/26/2015 15:23:17.34 w3wp.exe (0x1090)          0x0E4C  SharePoint Foundation    General 8nca               Medium               Application error when access /_layouts/15/MamboAuth/~/_windows/default.aspx, Error=The file '/_layouts/15/MamboAuth/~/_windows/default.aspx' does not exist.   at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath)

    at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)

    at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)

    at System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean throwIfNotFound)

    at System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp)

    at System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath)

    at System.Web.HttpApplication.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()

    at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)             88e4279d-1056-60c0-bc18-ce341bf189d4             

08/26/2015 15:23:17.34 w3wp.exe (0x1090)          0x0E4C  SharePoint Foundation    Runtime               tkau       Unexpected        System.Web.HttpException: The file '/_layouts/15/MamboAuth/~/_windows/default.aspx' does not exist.

    at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath)

    at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)

    at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)

    at System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean throwIfNotFound)

    at System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp)

    at System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath)

    at System.Web.HttpApplication.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()

    at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)             88e4279d-1056-60c0-bc18-ce341bf189d4             

08/26/2015 15:23:17.34 w3wp.exe (0x1090)          0x0E4C  SharePoint Foundation    General ajlz0               High       Getting Error Message for Exception System.Web.HttpException (0x80004005): The file '/_layouts/15/MamboAuth/~/_windows/default.aspx' does not exist.

    at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath)

    at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)

    at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)

    at System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean throwIfNotFound)

    at System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp)

    at System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath)

    at System.Web.HttpApplication.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()

    at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)             88e4279d-1056-60c0-bc18-ce341bf189d4             

08/26/2015 15:23:17.34 w3wp.exe (0x1090)          0x0E4C  SharePoint Foundation    Logging Correlation Data               xmnv     Medium               Site=/    88e4279d-1056-60c0-bc18-ce341bf189d4   

08/26/2015 15:23:17.35 w3wp.exe (0x1090)          0x0E4C  SharePoint Foundation    General aat87               Monitorable                      88e4279d-1056-60c0-bc18-ce341bf189d4             

08/26/2015 15:23:17.35 w3wp.exe (0x1090)          0x0E4C  SharePoint Foundation    General 8e2s               Medium               Unknown SPRequest error occurred. More information: 0x80070005               88e4279d-1056-60c0-bc18-ce341bf189d4             

08/26/2015 15:23:17.35 w3wp.exe (0x1090)          0x0E4C  SharePoint Foundation    General aix9j               High       SPRequest.GetPageListId: UserPrincipalName=, AppPrincipalName= ,bstrUrl=http://willamette/_layouts/15/MamboAuth/~/_windows/default.aspx?ReturnUrl=/               88e4279d-1056-60c0-bc18-ce341bf189d4             

08/26/2015 15:23:17.35 w3wp.exe (0x1090)          0x0E4C  SharePoint Foundation    General ai1wu               Medium               System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)), StackTrace:

    at Microsoft.SharePoint.SPContext.get_ListId()

    at Microsoft.SharePoint.SPContext.get_List()

    at Microsoft.SharePoint.WebControls.ScriptLink.InitJs_Register(Page page)

    at Microsoft.SharePoint.WebControls.ScriptLink.RegisterForControl(Control ctrl, Page page, String name, Boolean localizable, Boolean defer, Boolean loadAfterUI, String language, Boolean injectNoDefer, Boolean controlRegistration, Boolean loadInlineLast, Boolean ignoreFileNotFound)

    at Microsoft.SharePoint.WebControls.ScriptLink.Register(Control ctrl, Page page, String name, Boolean localizable, Boolean defer, Boolean loadAfterUI, String language, String uiVersion, String ctag)

    at Microsoft.SharePoint.WebControls.ScriptLink.RegisterOnDemand(Control ctrl, Page page, String strKey, String strFile, Boolean localizable)

    at Microsoft.SharePoint.WebControls.ScriptLink.GetOnDemandScriptKey(String strKey, String strFile, Boolean registerDependencies, Control ctrl, Page page)

    at Microsoft.SharePoint.WebControls.ScriptLink.RegisterOnDemand(Control ctrl, Page page, String strKey, String strFile, Boolean localizable)

    at Microsoft.SharePoint.WebControls.ScriptLink.RegisterStringsJsIfNecessary(String strFile, Page page)

    at Microsoft.SharePoint.WebControls.ScriptLink.RegisterForControl(Control ctrl, Page page, String name, Boolean localizable, Boolean defer, Boolean loadAfterUI, String language, Boolean injectNoDefer, Boolean controlRegistration, Boolean loadInlineLast, Boolean ignoreFileNotFound)

    at Microsoft.SharePoint.WebControls.ScriptLink.Register(Control ctrl, Page page, String name, Boolean localizable, Boolean defer, Boolean loadAfterUI, String language, String uiVersion, String ctag)

    at Microsoft.SharePoint.WebControls.ScriptLink.RegisterOnDemand(Control ctrl, Page page, String strKey, String strFile, Boolean localizable)

    at Microsoft.SharePoint.WebControls.ScriptLink.RegisterOnDemand(Control ctrl, Page page, String strFile, Boolean localizable)

    at Microsoft.SharePoint.WebControls.ScriptLink.OnLoad(EventArgs e)

    at System.Web.UI.Control.LoadRecursive()

    at System.Web.UI.Control.LoadRecursive()

    at System.Web.UI.Control.LoadRecursive()

    at System.Web.UI.Control.LoadRecursive()

    at System.Web.UI.Control.LoadRecursive()

    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

    at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

    at System.Web.UI.Page.ProcessRequest()

    at System.Web.UI.Page.ProcessRequest(HttpContext context)

    at System.Web.HttpServerUtility.ExecuteInternal(IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boolean setPreviousPage, VirtualPath path, VirtualPath filePath, String physPath, Exception error, String queryStringOverride)

    at System.Web.HttpServerUtility.Execute(String path, TextWriter writer, Boolean preserveForm)

    at System.Web.HttpServerUtility.Transfer(String path, Boolean preserveForm)

    at System.Web.HttpServerUtility.Transfer(String path)

    at Microsoft.SharePoint.Utilities.SPUtility.TransferToErrorPage(String message, String linkText, String linkUrl)

    at Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.ErrorHandler(HttpApplication app, Boolean errorIsOnErrorPage)

    at System.EventHandler.Invoke(Object sender, EventArgs e)

    at System.Web.HttpApplication.RaiseOnError()

    at System.Web.HttpApplication.RecordError(Exception error)

    at System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception error)

    at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb)

    at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context)

    at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)

    at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)

    at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus)

    at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus)

    at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)

    at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)               88e4279d-1056-60c0-bc18-ce341bf189d4             

08/26/2015 15:23:17.35 w3wp.exe (0x1090)          0x0E4C  SharePoint Foundation    General 8e2s               Medium               Unknown SPRequest error occurred. More information: 0x80070005               88e4279d-1056-60c0-bc18-ce341bf189d4             

08/26/2015 15:23:17.35 w3wp.exe (0x1090)          0x0E4C  SharePoint Foundation    General aix9j               High       SPRequest.OpenWeb: UserPrincipalName=, AppPrincipalName= ,bstrUrl=http://willamette/_layouts/15/MamboAuth/~/_windows/default.aspx?ReturnUrl=/               88e4279d-1056-60c0-bc18-ce341bf189d4             

08/26/2015 15:23:17.35 w3wp.exe (0x1090)          0x0E4C  SharePoint Foundation    General ai1wu               Medium               System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)), StackTrace:

    at Microsoft.SharePoint.SPWeb.InitWeb()

    at Microsoft.SharePoint.SPWeb.get_WebTemplate()

    at Microsoft.SharePoint.SPWeb.get_WebTemplateConfiguration()

    at Microsoft.SharePoint.WebControls.ScriptLink.InitJs_Register(Page page)

    at Microsoft.SharePoint.WebControls.ScriptLink.RegisterForControl(Control ctrl, Page page, String name, Boolean localizable, Boolean defer, Boolean loadAfterUI, String language, Boolean injectNoDefer, Boolean controlRegistration, Boolean loadInlineLast, Boolean ignoreFileNotFound)

    at Microsoft.SharePoint.WebControls.ScriptLink.Register(Control ctrl, Page page, String name, Boolean localizable, Boolean defer, Boolean loadAfterUI, String language, String uiVersion, String ctag)

    at Microsoft.SharePoint.WebControls.ScriptLink.RegisterOnDemand(Control ctrl, Page page, String strKey, String strFile, Boolean localizable)

    at Microsoft.SharePoint.WebControls.ScriptLink.GetOnDemandScriptKey(String strKey, String strFile, Boolean registerDependencies, Control ctrl, Page page)

    at Microsoft.SharePoint.WebControls.ScriptLink.RegisterOnDemand(Control ctrl, Page page, String strKey, String strFile, Boolean localizable)

    at Microsoft.SharePoint.WebControls.ScriptLink.RegisterStringsJsIfNecessary(String strFile, Page page)

    at Microsoft.SharePoint.WebControls.ScriptLink.RegisterForControl(Control ctrl, Page page, String name, Boolean localizable, Boolean defer, Boolean loadAfterUI, String language, Boolean injectNoDefer, Boolean controlRegistration, Boolean loadInlineLast, Boolean ignoreFileNotFound)

    at Microsoft.SharePoint.WebControls.ScriptLink.Register(Control ctrl, Page page, String name, Boolean localizable, Boolean defer, Boolean loadAfterUI, String language, String uiVersion, String ctag)

    at Microsoft.SharePoint.WebControls.ScriptLink.RegisterOnDemand(Control ctrl, Page page, String strKey, String strFile, Boolean localizable)

    at Microsoft.SharePoint.WebControls.ScriptLink.RegisterOnDemand(Control ctrl, Page page, String strFile, Boolean localizable)

    at Microsoft.SharePoint.WebControls.ScriptLink.OnLoad(EventArgs e)

    at System.Web.UI.Control.LoadRecursive()

    at System.Web.UI.Control.LoadRecursive()

    at System.Web.UI.Control.LoadRecursive()

    at System.Web.UI.Control.LoadRecursive()

    at System.Web.UI.Control.LoadRecursive()

    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

    at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

    at System.Web.UI.Page.ProcessRequest()

    at System.Web.UI.Page.ProcessRequest(HttpContext context)

    at System.Web.HttpServerUtility.ExecuteInternal(IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boolean setPreviousPage, VirtualPath path, VirtualPath filePath, String physPath, Exception error, String queryStringOverride)

    at System.Web.HttpServerUtility.Execute(String path, TextWriter writer, Boolean preserveForm)

    at System.Web.HttpServerUtility.Transfer(String path, Boolean preserveForm)

    at System.Web.HttpServerUtility.Transfer(String path)

    at Microsoft.SharePoint.Utilities.SPUtility.TransferToErrorPage(String message, String linkText, String linkUrl)

    at Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.ErrorHandler(HttpApplication app, Boolean errorIsOnErrorPage)

    at System.EventHandler.Invoke(Object sender, EventArgs e)

    at System.Web.HttpApplication.RaiseOnError()

    at System.Web.HttpApplication.RecordError(Exception error)

    at System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception error)

    at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb)

    at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)

    at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)

    at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus)

    at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus)

    at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)

    at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)               88e4279d-1056-60c0-bc18-ce341bf189d4             

08/26/2015 15:23:17.35 w3wp.exe (0x1090)          0x0E4C  SharePoint Foundation    General 8e2s               Medium               Unknown SPRequest error occurred. More information: 0x80070005               88e4279d-1056-60c0-bc18-ce341bf189d4             

08/26/2015 15:23:17.35 w3wp.exe (0x1090)          0x0E4C  SharePoint Foundation    General aix9j               High       SPRequest.OpenWeb: UserPrincipalName=, AppPrincipalName= ,bstrUrl=http://willamette/_layouts/15/MamboAuth/~/_windows/default.aspx?ReturnUrl=/               88e4279d-1056-60c0-bc18-ce341bf189d4             

08/26/2015 15:23:17.35 w3wp.exe (0x1090)          0x0E4C  SharePoint Foundation    General ai1wu               Medium               System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)), StackTrace:

    at Microsoft.SharePoint.SPWeb.InitWeb()

    at Microsoft.SharePoint.SPWeb.get_EnableMinimalDownload()

    at Microsoft.SharePoint.WebControls.DeltaPage.RenderToBase(HtmlTextWriter writer)

    at Microsoft.SharePoint.WebControls.DeltaPage.Render(HtmlTextWriter writer)

    at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)

    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

    at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

    at System.Web.UI.Page.ProcessRequest()

    at System.Web.UI.Page.ProcessRequest(HttpContext context)

    at System.Web.HttpServerUtility.ExecuteInternal(IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boolean setPreviousPage, VirtualPath path, VirtualPath filePath, String physPath, Exception error, String queryStringOverride)

    at System.Web.HttpServerUtility.Execute(String path, TextWriter writer, Boolean preserveForm)

    at System.Web.HttpServerUtility.Transfer(String path, Boolean preserveForm)

    at System.Web.HttpServerUtility.Transfer(String path)

    at Microsoft.SharePoint.Utilities.SPUtility.TransferToErrorPage(String message, String linkText, String linkUrl)

    at Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.ErrorHandler(HttpApplication app, Boolean errorIsOnErrorPage)

    at System.EventHandler.Invoke(Object sender, EventArgs e)

    at System.Web.HttpApplication.RaiseOnError()

    at System.Web.HttpApplication.RecordError(Exception error)

    at System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception error)

    at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb)

    at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context)

    at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)

    at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)

    at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus)

    at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus)

    at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)

    at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)               88e4279d-1056-60c0-bc18-ce341bf189d4             

08/26/2015 15:23:17.35 w3wp.exe (0x1090)          0x0E4C  SharePoint Foundation    General 8e2s               Medium               Unknown SPRequest error occurred. More information: 0x80070005               88e4279d-1056-60c0-bc18-ce341bf189d4             

08/26/2015 15:23:17.35 w3wp.exe (0x1090)          0x0E4C  SharePoint Foundation    General aix9j               High       SPRequest.OpenWeb: UserPrincipalName=, AppPrincipalName= ,bstrUrl=http://willamette/_layouts/15/MamboAuth/~/_windows/default.aspx?ReturnUrl=/               88e4279d-1056-60c0-bc18-ce341bf189d4             

08/26/2015 15:23:17.35 w3wp.exe (0x1090)          0x0E4C  SharePoint Foundation    General ai1wu               Medium               System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)), StackTrace:

    at Microsoft.SharePoint.SPWeb.InitWeb()

    at Microsoft.SharePoint.SPWeb.get_EnableMinimalDownload()

    at Microsoft.SharePoint.WebControls.DeltaPage.RenderToBase(HtmlTextWriter writer)

    at Microsoft.SharePoint.WebControls.DeltaPage.Render(HtmlTextWriter writer)

    at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)

    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

    at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

    at System.Web.UI.Page.ProcessRequest()

    at System.Web.UI.Page.ProcessRequest(HttpContext context)

    at System.Web.HttpServerUtility.ExecuteInternal(IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boolean setPreviousPage, VirtualPath path, VirtualPath filePath, String physPath, Exception error, String queryStringOverride)

    at System.Web.HttpServerUtility.Execute(String path, TextWriter writer, Boolean preserveForm)

    at System.Web.HttpServerUtility.Transfer(String path, Boolean preserveForm)

    at System.Web.HttpServerUtility.Transfer(String path)

    at Microsoft.SharePoint.Utilities.SPUtility.TransferToErrorPage(String message, String linkText, String linkUrl)

    at Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.ErrorHandler(HttpApplication app, Boolean errorIsOnErrorPage)

    at System.EventHandler.Invoke(Object sender, EventArgs e)

    at System.Web.HttpApplication.RaiseOnError()

    at System.Web.HttpApplication.RecordError(Exception error)

    at System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception error)

    at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb)

    at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context)

    at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)

    at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)

    at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus)

    at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus)

    at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)

    at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)               88e4279d-1056-60c0-bc18-ce341bf189d4             

08/26/2015 15:23:17.35 w3wp.exe (0x1090)          0x0E4C  SharePoint Foundation    Micro Trace               uls4        Medium               Micro Trace Tags: 0 nasq,0 agb9s,0 8nca,0 tkau,0 ajlz0,4 aat87,0 aix9j,0 ai1wu,0 aix9j,0 ai1wu,0 aix9j,0 ai1wu,0 aix9j,0 ai1wu           88e4279d-1056-60c0-bc18-ce341bf189d4        

08/26/2015 15:23:17.35 w3wp.exe (0x1090)          0x0E4C  SharePoint Foundation    Monitoring               b4ly        Medium               Leaving Monitored Scope (Request (GET:http://willamette:80/_layouts/15/MamboAuth/~/_windows/default.aspx?ReturnUrl=/)). Execution Time=12.2079               88e4279d-1056-60c0-bc18-ce341bf189d4             

08/26/2015 15:39:24.77 w3wp.exe (0x1090)          0x0E4C  Web Content Management               Publishing            8fjh        High       AppDomainUnloadListener.Stop(False) called. ShutdownReason=HostingEnvironment, this=10208630     88e4279d-1056-60c0-bc18-ce341bf189d4   

08/26/2015 15:39:24.77 w3wp.exe (0x1090)          0x0E4C  Web Content Management               Publishing            8x0e      Medium               AppDomainUnloadListener.Stop() entered lock(this=10208630)        88e4279d-1056-60c0-bc18-ce341bf189d4             

08/26/2015 15:39:24.77 w3wp.exe (0x1090)          0x0E4C  Web Content Management               Publishing            8x0f       Medium               AppDomainUnloadListener.Stop() about to AcquireWriterLock(), this.countdownSeconds=120              88e4279d-1056-60c0-bc18-ce341bf189d4   

08/26/2015 15:39:24.77 w3wp.exe (0x1090)          0x0E4C  Web Content Management               Publishing            8x0i        High       AppDomainUnloadListener.Stop() finally{{}} block with (timedOut == false), ensured that all LRO thread finished   88e4279d-1056-60c0-bc18-ce341bf189d4   

August 28th, 2015 5:20pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics