We have a 3 server farm connecting to a SQL cluster. Server 1 is the indexer and running central admin. Servers 2 and 3 are web Front Ends. I login in with my admin account to server 1 (the account I installed MOSS with) start central admin and create a new web app. I choose new IIS Web site and It runs a while and then displays the following error (I enabled the stack trace on Server 1). It actually creates the content DB and the IIS web site on Server 1 but it never gets propogated to Servers 2 and 3. The web app also shows up in central admin and I am able to change settings and crate new site collections.
Error:
Object reference not set to an instance of an object. at Microsoft.SharePoint.Administration.SPAspConfigurationFile.ApplyActionToXmlDocument(XmlDocument xdAction, XmlDocument xd, String sourceFileName)
at Microsoft.SharePoint.Administration.SPAspConfigurationFile.MergeWebConfig(XmlDocument xdWebConfig, String fileMask)
at Microsoft.SharePoint.Administration.SPAspConfigurationFile.MergeWebConfig(XmlDocument xdWebConfig)
at Microsoft.SharePoint.Administration.SPAspConfigurationFile.Copy(FileInfo srcFile, DirectoryInfo destDir, String validationKey, String decryptionKey, Boolean bMergeWebConfig, Boolean bBackupExistingFile)
at Microsoft.SharePoint.Administration.SPWebApplication.InstallFiles(DirectoryInfo vrPath, String validationKey, String decryptionKey)
at Microsoft.SharePoint.Administration.SPWebApplication.Provision()
at Microsoft.SharePoint.ApplicationPages.ExtendVirtualServerPage.BtnSubmit_Click(Object sender, EventArgs e)
at System.Web.UI.WebControls.Button.OnClick(EventArgs e)
at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Does anyone know of how to start troubleshooting this?
↧
Error when creating Web Application
↧