Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...The state information is invalid for this page and might be corruptedThe state information is invalid for this page and might be corrupted
Previous
 
Next
New Post
5/23/2007 7:51 AM
 

Hi,

 

I am getting a ton of these errors in my error log (seems to be every couple of minutes) with about 30 an hour:

Any ideas what causes them? I rememer seeing an issue with load-balanced servers where the MAC keys were different on each server, but this is not the case here...

AssemblyVersion: 04.05.01
PortalID: 6
PortalName: PokerDIY
UserID: -1
UserName:
ActiveTabID: 391
ActiveTabName: Poker Player Profile
RawURL: /Home/UserProfile/tabid/391/ID/1781/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://www.pokerdiy.com/Home/UserProfile/tabid/391/ID/1781/Default.aspx
UserAgent: Opera/9.0 (Windows NT 5.1; U; en)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 103ffc93-d507-43bb-821c-c8dc8a1271ef
InnerException: The state information is invalid for this page and might be corrupted.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Convert.FromBase64String
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: The state information is invalid for this page and might be corrupted. ---> System.Web.HttpException: The state information is invalid for this page and might be corrupted. ---> System.Web.UI.ViewStateException: Invalid viewstate. Client IP: 61.90.228.110Port: 26392User-Agent: Opera/9.0 (Windows NT 5.1; U; en)ViewState: 9vStyPdLBgWicsvFJKspZpLylnb9ry7pVwC9lxVLfdNXbcHw0qhyadlFpn7UaJXPcLAtaU1AwcIa5jTYRXm0l6ezkLMcTi26MiGQ7ep1p8A2PK2E/O7GmgbRjJu5RvBfqIr9B0GjpFXWLZ0FJ2zO5UxsH/mWi5iWF3iD1u1uNq8ebX9MRsuVffK5ZL1GUqKc4uGD4aLfzVtD AeHcB847krTtrQak8Vc6DV5V2ynVc4kUmuzFMQiFNHLTBfBZCnoYnUyyfzlf8V/SGJElwJN1AOHeUZTaaY5OFbb03W392EoqxOk7zjXhzo58rbPxSs4e41UEye IrkcdZlY3/ZlCsBgtPmoy4x73ixxnXUu90A6PG1y8kJUSEYWGxLWKOPvTz z/Qj9zN0hNjK9N6hBdUna1shfDsgqvP2OF9TZnU9aRpfgN tUEhKNTcR7N56SWV8i2uPDDI6c57Ie9cqEtes85WQBL6k5os2zUEYYPYPlQliKlf5nrJsKCL29YI3Hjc8LthnRh1T cMCZoVRN0L5p8QTCGWn4UQ57NwET/sOAf3bVhsg97QEsDf2zb2ihqKfxjvTgUGipC4qT18urEXFCPEbzph/QydxmoMASFLu4UCARglbTKe KVeH5HXgB4Hri64a9thBn5tM9zItdDuKU13kxt vZ/K53ibZJv2i1kjimcOManuPDPAZiBWVCSoBcf7I6dftWlXLWT2qZVeoB54KYxwT0LQUQfEuFd rm z6ZKLT6zxa4 8xDKU6uFKRtnTBvlmqCFZDRvVuJO7MMj7prl7SguiRhpWGHzGYokBoQToHwdoVX1dV2JcSs8UQs7Ba XcTGCVo4djB8Qf/ByPxb7ipyIE6XGS//9HzkrnRDSwR5S9hydgn6UXAiq5mKi mCyqhLlfNA0ZYWu... ---> System.FormatException: Invalid length for a Base-64 char array.at System.Convert.FromBase64String(String s)at System.Web.UI.ObjectStateFormatter.Deserialize(String inputString)at System.Web.UI.ObjectStateFormatter.System.Web.UI.IStateFormatter.Deserialize(String serializedState)at System.Web.UI.Util.DeserializeWithAssert(IStateFormatter formatter, String serializedState)at System.Web.UI.HiddenFieldPageStatePersister.Load()--- End of inner exception stack trace ------ End of inner exception stack trace ---at System.Web.UI.ViewStateException.ThrowError(Exception inner, String persistedState, String errorPageMessage, Boolean macValidationError)at System.Web.UI.HiddenFieldPageStatePersister.Load()at System.Web.UI.Page.LoadPageStateFromPersistenceMedium()at System.Web.UI.Page.LoadAllState()at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)--- End of inner exception stack trace ---
Source:
Server Name: VE141


Entrepreneur

PokerDIY Tournament Manager - PokerDIY Tournament Manager<
PokerDIY Game Finder - Mobile Apps powered by DNN
PokerDIY - Connecting Poker Players

 
New Post
5/23/2007 1:11 PM
 

I keep getting the same error also. I think in every case, the UserID is -1.


Chris
 
New Post
5/23/2007 4:05 PM
 

This seems to be a bug in .Net 2.0. I have thousands of these errors every day.

 
New Post
5/23/2007 4:15 PM
 

Do you have Page State Persistance Host Settings:Performance set to Memory by chance ?

If so, I would switch it back to Page.


DotNetNuke Modules from Snapsis.com
 
New Post
5/23/2007 4:32 PM
 

there are a large number of potential causes of this (http://support.microsoft.com/default.aspx?scid=kb;EN-US;829743 details the majority of these). We protect against one of the common ones in dotnetnuke by specifing a fixed validationkey to avoid the process recycling issue), but perhaps one of the other issues is causing this. In addition I know of at least one other asp.net 2.0 specific issue that there is no fix for (http://forums.asp.net/p/955145/1173230.aspx), perhaps that's it. Sorry I can't offer any other advice other than trying some of the options suggested by Microsoft to see if your issue is resolvable.

Cathal


Buy the new Professional DNN7: Open Source .NET CMS Platform book Amazon US
 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...The state information is invalid for this page and might be corruptedThe state information is invalid for this page and might be corrupted


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out