System Log

This is an open forum for any mojoPortal topics that don't fall into the other categories.

This thread is closed to new posts. You must sign in to post in the forums.
10/29/2010 7:34:11 AM
Gravatar
Total Posts 85

System Log

hi,

I noticed a few warnings. what it is receiving errors ? What should I do ?
 


2010-10-28 19:18:41,492 ERROR mojoPortal.Web.Global - 212.235.107.163-tr-TR - /Secure/Register.aspx
System.Web.UI.ViewStateException: Invalid viewstate.
Client IP: 212.235.107.163
Port: 4432
User-Agent: Mozilla/4.7 (compatible; OffByOne; Windows 2000) Webster Pro V3.4
ViewState: /wEWYQLEl+PCCAKFw/KOAwK7hOSNBALtobz4BAKs9YqLDQLRp4WCDgKR3JHIDwKrqI3SAQKqt8+NDwLY59ffCQLNq8yLDgLgpKTkBQLz4OLlBALE1OTaBgKP2vyNBAKLvb+kCgLv/dT9CALd/842AqGgg9MCAubkwLcLApKDvbMOArSTw5kGArD86PMLArGm4IUOAsHfj9oPApTBsswEAob+m0MCkfPrnAwCwPjt0wcC6q+I+AwC1ci35AgCw/DwowUCufTPigoCh+zlYgKMuaaiBALYqvPlCAKuheGGCwKyvfK3BALD1fPTDALLisWBCwK8lbJTAqjewf0IAu7Tsd0LAo/rx8sNAtXzp5EPAvm5sKAMAqTdhOsGAr+f174HAsffiPICAo2ynoEOAu2C6QsCpqyS4QEC3vW+6wMC
Referer: http://www.abapspecialist.com/Secure/Register.aspx
Path: /Secure/Register.aspx ---> System.ArgumentException: The serialized data is invalid. ---> System.IO.EndOfStreamException: Unable to read beyond the end of the stream.
 

2010-10-28 21:21:14,930 ERROR mojoPortal.Web.Global - 174.127.132.143-en-US - /Role_JSON_AppService.axd
System.Web.HttpException: The file '/Role_JSON_AppService.axd' does not exist.
 

 Best,

Volkan

10/29/2010 12:51:53 PM
Gravatar
Total Posts 18439

Re: System Log

Viewstate errors can happen by things that manipulate the page before postback, it can also happen if the user clicks a button before the page is fully loaded. There are lots of things crawling the web that can cause errors to be logged, it is not something to be too concerned about unless actual users report they are having problems with your site.

In this specific case, if you google for Webster Pro V3.4 you will find that is is some kind of web browser control used in application development, it is not a typical web browser used by your average web visitor.

Hope it helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.