473,395 Members | 1,681 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Invalid Veiwstate

I was looking through the windows event long on a webserver hosting an
application that I have in testing right now and I'm seeing this a
couple dozen times a day. I'm not sure how to begin troubleshooting
this:

Event code: 4009
Event message: Viewstate verification failed. Reason: Viewstate was
invalid.
Event time: 3/6/2007 2:05:36 PM
Event time (UTC): 3/6/2007 8:05:36 PM
Event ID: 296e630b9df34eb498b007f52d2fdd68
Event sequence: 42551
Event occurrence: 707
Event detail code: 50204

Application information:
Application domain: /LM/W3SVC/1083657447/
Root-1-128176563811006864
Trust level: Full
Application Virtual Path: /
Application Path: C:\Inetpub\wwwroot\CoderView\
Machine name: URANUS

Process information:
Process ID: 4468
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE

Request information:
Request URL: http://coderview/codeview.aspx
Request path: /codeview.aspx
User host address: 172.16.4.88
User: RADNET\omearad
Is authenticated: True
Authentication Type: Negotiate
Thread account name: NT AUTHORITY\NETWORK SERVICE

ViewStateException information:
Exception message: Invalid viewstate.
Client IP: 172.16.4.88
Port: 2172
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT
5.1; .NET CLR 1.1.4322)
PersistedState: //omitted for bevity//
Referer: http://coderview/codeview.aspx
Path: /codeview.aspx

Anyone help you guys could provide would be greatly appreciated...

Jason

Mar 6 '07 #1
3 12187
http://support.microsoft.com/default...b;en-us;555353

--
Regards,
Alvin Bruney
------------------------------------------------------
Shameless author plug
Excel Services for .NET is coming...
OWC Black book on Amazon and
www.lulu.com/owc
Professional VSTO 2005 - Wrox/Wiley
"Jason Wilson" <wi*****@ausrad.comwrote in message
news:11**********************@c51g2000cwc.googlegr oups.com...
>I was looking through the windows event long on a webserver hosting an
application that I have in testing right now and I'm seeing this a
couple dozen times a day. I'm not sure how to begin troubleshooting
this:

Event code: 4009
Event message: Viewstate verification failed. Reason: Viewstate was
invalid.
Event time: 3/6/2007 2:05:36 PM
Event time (UTC): 3/6/2007 8:05:36 PM
Event ID: 296e630b9df34eb498b007f52d2fdd68
Event sequence: 42551
Event occurrence: 707
Event detail code: 50204

Application information:
Application domain: /LM/W3SVC/1083657447/
Root-1-128176563811006864
Trust level: Full
Application Virtual Path: /
Application Path: C:\Inetpub\wwwroot\CoderView\
Machine name: URANUS

Process information:
Process ID: 4468
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE

Request information:
Request URL: http://coderview/codeview.aspx
Request path: /codeview.aspx
User host address: 172.16.4.88
User: RADNET\omearad
Is authenticated: True
Authentication Type: Negotiate
Thread account name: NT AUTHORITY\NETWORK SERVICE

ViewStateException information:
Exception message: Invalid viewstate.
Client IP: 172.16.4.88
Port: 2172
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT
5.1; .NET CLR 1.1.4322)
PersistedState: //omitted for bevity//
Referer: http://coderview/codeview.aspx
Path: /codeview.aspx

Anyone help you guys could provide would be greatly appreciated...

Jason

Mar 7 '07 #2
On Mar 6, 7:16 pm, "Alvin Bruney [MVP]" <some guy without an email
addresswrote:
http://support.microsoft.com/default...b;en-us;555353

--
Regards,
Alvin Bruney
------------------------------------------------------
Shameless author plug
Excel Services for .NET is coming...
OWC Black book on Amazon andwww.lulu.com/owc
Professional VSTO 2005 - Wrox/Wiley

"Jason Wilson" <wils...@ausrad.comwrote in message

news:11**********************@c51g2000cwc.googlegr oups.com...
I was looking through the windows event long on a webserver hosting an
application that I have in testing right now and I'm seeing this a
couple dozen times a day. I'm not sure how to begin troubleshooting
this:
Event code: 4009
Event message: Viewstate verification failed. Reason: Viewstate was
invalid.
Event time: 3/6/2007 2:05:36 PM
Event time (UTC): 3/6/2007 8:05:36 PM
Event ID: 296e630b9df34eb498b007f52d2fdd68
Event sequence: 42551
Event occurrence: 707
Event detail code: 50204
Application information:
Application domain: /LM/W3SVC/1083657447/
Root-1-128176563811006864
Trust level: Full
Application Virtual Path: /
Application Path: C:\Inetpub\wwwroot\CoderView\
Machine name: URANUS
Process information:
Process ID: 4468
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE
Request information:
Request URL:http://coderview/codeview.aspx
Request path: /codeview.aspx
User host address: 172.16.4.88
User: RADNET\omearad
Is authenticated: True
Authentication Type: Negotiate
Thread account name: NT AUTHORITY\NETWORK SERVICE
ViewStateException information:
Exception message: Invalid viewstate.
Client IP: 172.16.4.88
Port: 2172
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT
5.1; .NET CLR 1.1.4322)
PersistedState: //omitted for bevity//
Referer:http://coderview/codeview.aspx
Path: /codeview.aspx
Anyone help you guys could provide would be greatly appreciated...
Jason- Hide quoted text -

- Show quoted text -
Thanks:

"Application Pool Recycling
IIS 6 will periodically recycle the application pool to
maintain the health of the application pool. At the instance when the
application pool is being recycled, browser requests may sometimes
result in an invalid viewstate error. The fix in this case is to
adjust the settings on the application pools so that recycling is less
likely to occur at peak periods. This issue represents a bug since the
application pool is supposed to gracefully handle this condition."

I set the pool to only recycle during non-working hours and I haven't
had an instance of this since.

Jason

Mar 7 '07 #3
Hello,

I have the same problem and setting the pool to only recycle during
non-working hours doesn't solve it either..... Do you have any other
suggestions that I can try? My application is ASP.net 2.0.

Thank you in advance,
Chieko

"Jason Wilson" wrote:
On Mar 6, 7:16 pm, "Alvin Bruney [MVP]" <some guy without an email
addresswrote:
http://support.microsoft.com/default...b;en-us;555353

--
Regards,
Alvin Bruney
------------------------------------------------------
Shameless author plug
Excel Services for .NET is coming...
OWC Black book on Amazon andwww.lulu.com/owc
Professional VSTO 2005 - Wrox/Wiley

"Jason Wilson" <wils...@ausrad.comwrote in message

news:11**********************@c51g2000cwc.googlegr oups.com...
>I was looking through the windows event long on a webserver hosting an
application that I have in testing right now and I'm seeing this a
couple dozen times a day. I'm not sure how to begin troubleshooting
this:
Event code: 4009
Event message: Viewstate verification failed. Reason: Viewstate was
invalid.
Event time: 3/6/2007 2:05:36 PM
Event time (UTC): 3/6/2007 8:05:36 PM
Event ID: 296e630b9df34eb498b007f52d2fdd68
Event sequence: 42551
Event occurrence: 707
Event detail code: 50204
Application information:
Application domain: /LM/W3SVC/1083657447/
Root-1-128176563811006864
Trust level: Full
Application Virtual Path: /
Application Path: C:\Inetpub\wwwroot\CoderView\
Machine name: URANUS
Process information:
Process ID: 4468
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE
Request information:
Request URL:http://coderview/codeview.aspx
Request path: /codeview.aspx
User host address: 172.16.4.88
User: RADNET\omearad
Is authenticated: True
Authentication Type: Negotiate
Thread account name: NT AUTHORITY\NETWORK SERVICE
ViewStateException information:
Exception message: Invalid viewstate.
Client IP: 172.16.4.88
Port: 2172
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT
5.1; .NET CLR 1.1.4322)
PersistedState: //omitted for bevity//
Referer:http://coderview/codeview.aspx
Path: /codeview.aspx
Anyone help you guys could provide would be greatly appreciated...
Jason- Hide quoted text -
- Show quoted text -

Thanks:

"Application Pool Recycling
IIS 6 will periodically recycle the application pool to
maintain the health of the application pool. At the instance when the
application pool is being recycled, browser requests may sometimes
result in an invalid viewstate error. The fix in this case is to
adjust the settings on the application pools so that recycling is less
likely to occur at peak periods. This issue represents a bug since the
application pool is supposed to gracefully handle this condition."

I set the pool to only recycle during non-working hours and I haven't
had an instance of this since.

Jason

Apr 16 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Gerson Kurz | last post by:
I stumbled across this (while using my homebrewn enum class): class test: pass instance = test() setattr(instance, "THIS :*2+~# IS OBVIOUSLY INVALID", 123) I would've expected some kind of...
0
by: James Thornton | last post by:
I'm running PG 7.2.3, and I am getting these notices when running vacuum analzye: spower=# vacuum analyze; NOTICE: Rel sec_browser_properties: TID 935/15: OID IS INVALID. TUPGONE 0. NOTICE: ...
2
by: Leon Shaw | last post by:
Why Password Textbox do not Save VeiwState doing Refreshing of page and how do I accomplish this?
5
by: Nick Flandry | last post by:
I'm running into an Invalid Cast Exception on an ASP.NET application that runs fine in my development environment (Win2K server running IIS 5) and a test environment (also Win2K server running IIS...
11
by: Nad | last post by:
Hello, I have a page with two link buttons. When I click on the first one I call server.execute("target.aspx") to view target.aspx on the original page. Then I click on the second link button...
2
by: none | last post by:
Hi, I'm opening a popup window with JavaScript. It has a command button. This is from the primary source (opener) window: ###################################################################...
2
by: Rahul | last post by:
Hi, We have upgraded our application from asp1.1 to ASP 2.0. We get the "Validation of veiwstate MAC failed" error when we submit the form again after waiting for 10 to 20 mins. This looks to be...
3
by: fazulu deen | last post by:
Hi all, For the following code : file_ptr = fopen("pass_fail.txt", "a"); // error line 393 fdisplay(file_ptr, "Test Passed"); fclose(file_ptr);
4
by: robert | last post by:
On a server the binary (red hat) installed python2.4 and also a fresh compiled python2.5 spits "sem_post: Invalid argument". What is this and how can this solved? Robert ============== ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.