I had to get in to the Vault admin interface today for the first time since mid-January and am having some big problems. When I attempt to click on any administrative page for any Vault repository (Groups, Repository Access, Folder Security, etc....) I get an error "Object reference not set to an instance of an object" displayed on the page.
We have over 30 repositories. I have tried this on at least half of them, ranging from Repositories created in the last few months, to some of them that were imported from VSS back in mid 2005 and they all exhibit this behavior. It sounds similar to the user from this thread http://support.sourcegear.com/viewtopic ... nce+object .
I'm needing to perform a number of administrative tasks, and cannot perform them at this time due to the errors. I have a number of the following entries in my Vault Log.
Code: Select all
----2/12/2008 2:23:41 PM admin--cnb-dev-jde(192.168.1.91)--SSL Enabled System.NullReferenceException: Object reference not set to an instance of an object.
at VaultWebLib.Helpers.RepName(Int32 repid)
at VaultService.FileTypes.Page_Load(Object sender, EventArgs e)
at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at VaultWebLib.Helpers.RepName(Int32 repid)
at VaultService.FileTypes.Page_Load(Object sender, EventArgs e)
at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
I haven't been into the admin pages to perform any tasks since mid-January, but everything was working just fine then.
regards,
JE