Exception in Admin interface 4.1.3

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
avonwyss
Posts: 99
Joined: Mon Oct 04, 2004 9:06 am

Exception in Admin interface 4.1.3

Post by avonwyss » Tue Oct 14, 2008 10:25 am

This never happened in V4.1.2 before. But today I was still able to use all the server settings just fine, and I was also able to change the default repository settings as well as opening the main page for a specific repository, but as soon as I tried to change any setting of the repository, the page does not load and an exception occurs:

Code: Select all

System.NullReferenceException: Object reference not set to an instance of an object.
   at VaultWebLib.Helpers.RepName(Int32 repid)
   at VaultService.Groups.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.Groups.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)
There have been no other symptoms which would indicate a problem of our installation. After recycling the application pool, things seem to be back to normal for now. However, I thought I'd still report it; our application pool had only been up for about 30h.

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Re: Exception in Admin interface 4.1.3

Post by Beth » Tue Oct 14, 2008 3:02 pm

Thanks for the report. It's possible that the cached data had something happen to it. If it happens again, definitely report it. Keep track of whether there were any updates or changes prior to the error.
Beth Kieler
SourceGear Technical Support

Post Reply