Logout on Web Interface causes an error.

This forum is now locked, since Gold Support is no longer offered.

Moderator: SourceGear

Locked
aehlert
Posts: 17
Joined: Fri Jul 30, 2004 12:23 pm

Logout on Web Interface causes an error.

Post by aehlert » Fri May 19, 2006 6:34 am

I'm getting the following error after hitting the 'logout' button on the web interface.

If I go into the 'recent checkins', and hit the 'logout' it will produce this error:


Server Error in '/' Application.
--------------------------------------------------------------------------------

Unable to validate data.
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.Web.HttpException: Unable to validate data.

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:


[HttpException (0x80004005): Unable to validate data.]
System.Web.Configuration.MachineKey.GetDecodedData(Byte[] buf, Byte[] modifier, Int32 start, Int32 length, Int32& dataLength) +194
System.Web.UI.LosFormatter.Deserialize(String input) +59

[HttpException (0x80004005): Authentication of viewstate failed. 1) If this is a cluster, edit <machineKey> configuration so all servers use the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster. 2) Viewstate can only be posted back to the same page. 3) The viewstate for this page might be corrupted.]
System.Web.UI.LosFormatter.Deserialize(String input) +116
System.Web.UI.Page.LoadPageStateFromPersistenceMedium() +101

[HttpException (0x80004005): Invalid_Viewstate
Client IP: 10.99.32.122
Port: 3778
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
ViewState: dDwtNjU0MzcyMTk1Ozs+hBID0VZsATWZMz++dllEHQbTac4=
Http-Referer: http://10.99.32.122/vaultweb/RecentChec ... d=2&days=7
Path: /vaultweb/action_logOut.aspx.]
System.Web.UI.Page.LoadPageStateFromPersistenceMedium() +446
System.Web.UI.Page.LoadPageViewState() +18
System.Web.UI.Page.ProcessRequestMain() +447




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Post by lbauer » Fri May 19, 2006 7:28 am

I was able to reproduce this. I'll log a bug and we'll look into it.

Thanks for the report.
Linda Bauer
SourceGear
Technical Support Manager

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Post by lbauer » Fri May 19, 2006 7:31 am

This was already logged and will be fixed for Vault 3.5.
Linda Bauer
SourceGear
Technical Support Manager

Locked