I am having a bit of a strange issue. I am able to connect to the Central Admin page just fine but when I try to connect to any page on the site I get the following error.
Exception information:
Exception type: WebPartPageUserException
Exception message: Cannot connect to the configuration database.
Request information:
Request URL: http://sharepoint/
Request path: /
User host address:
User:
Is authenticated: False
Authentication Type:
Thread account name: sharepoint_service_b
Thread information:
Thread ID: 10
Thread account name: sharepoint_service_b
Is impersonating: False
Stack trace: at Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.EnsureInitialize(HttpRequest request)
at Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.BeginRequestHandler(Object oSender, EventArgs ea)
at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Custom event details:
This is occuring after I restored a site from a backup. The log seems to me like the account I am using can't be authenticated, but it is part of the WSS_ADMIn_WPG group, it can log onto the server just fine, and when logging onto the sql server it can see all the databases (including the configuration database) just fine.
Is there something obvious I am missing here?
-Mike