Hi, i have
created web appln and site in my machine http://srvr:4444/sites/mysitename
am having Windows server 2008 R2 ENTERPRISE SP1 / SPS 2010 / Sql Server 2008 R2
but when i navigated to the site i got the below error:
can anyone help whats causing the error:
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_ApplicationProperties() +134
Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_PartitionIDs() +44
Microsoft.Office.Server.Administration.UserProfileApplicationProxy.IsAvailable(SPServiceContext serviceContext) +329
Microsoft.Office.Server.WebControls.MyLinksRibbon.get_PortalAvailable() +44
Microsoft.Office.Server.WebControls.MyLinksRibbon.EnsureMySiteUrls() +60
Microsoft.Office.Server.WebControls.MyLinksRibbon.get_PortalMySiteUrlAvailable() +15
Microsoft.Office.Server.WebControls.MyLinksRibbon.OnLoad(EventArgs e) +91
System.Web.UI.Control.LoadRecursive() +65
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2427
/////////////////////////
also when i run the config wizard again :
i got the error in the .log file:
12/21/2012 00:26:32 15 ERR Exception: System.TypeLoadException: Could not load type 'Microsoft.SharePoint.Administration.SPIdentifierType'
from assembly 'Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c'.
at Microsoft.Office.Server.Administration.SPAclFormatter.Deserialize[TRights](XmlReader xmlReader, SPAcl`1 acl)
at Microsoft.Office.Server.Administration.SPAclFormatter.Deserialize[TRights](String serializedAcl)
at Microsoft.Office.Server.Administration.UserProfileApplication.Synchronize()
at Microsoft.Office.Server.Administration.UserProfileApplication.Install()
at Microsoft.Office.Server.Administration.UserProfileApplication.Provision()
at Microsoft.SharePoint.PostSetupConfiguration.EvalModeProvisionTask.ProvisionServiceApplicationsAndProxies()
at Microsoft.SharePoint.PostSetupConfiguration.EvalModeProvisionTask.Run()
at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()
12/21/2012 00:26:32 15 INF Entering function Common.BuildExceptionMessage
12/21/2012 00:26:32 15 INF Entering function StringResourceManager.GetResourceString
12/21/2012 00:26:32 15 INF Resource id to be retrieved is ExceptionInfo for language English (United
States)
shankar