Different event log entries that are generated by ASP.NET

asp.net

INTRODUCTION
This article describes the event log entries that you can find when you use Microsoft ASP.NET.
MORE INFORMATION
The following list describes the different types of event log entries that you may experience when you use ASP.NET:
MessageId=1000
Severity=Error
aspnet_wp.exe (PID: %1) stopped unexpectedly.
MessageId= 1001
Severity=Error
aspnet_wp.exe (PID: %1) was recycled because memory consumption exceeded the %2 MB (%3 percent of available RAM).
MessageId= 1002
Severity=Error
aspnet_wp.exe (PID: %1) was recycled because the number of queued requests exceeded %2.
MessageId= 1003
Severity=Error
aspnet_wp.exe (PID: %1) was recycled because it was suspected to be in a deadlocked state. It did not send any responses for pending requests in the last %2 seconds. This timeout may be adjusted using the <processModel responseDeadlockInterval> setting in machine.config.
MessageId= 1004
Severity=Informational
aspnet_wp.exe (PID: %1) was recycled after %2 seconds.
MessageId= 1005
Severity=Informational
aspnet_wp.exe (PID: %1) was recycled after being idle for %2 seconds.
MessageId= 1006
Severity=Informational
aspnet_wp.exe (PID: %1) was recycled after serving %2 requests.
MessageId= 1007
Severity=Error Symbolic
aspnet_wp.exe could not be launched because the username and/or password supplied in the processModel section of the config file are invalid.
MessageId= 1008
Severity=ERROR
aspnet_wp.exe (PID: %1) was recycled because it failed to respond to ping message.
MessageId= 1009
Severity=Error
aspnet_wp.exe (PID: %1) failed to startup because the synchronization event could not be initialized. Error code: %2.
MessageId= 1010
Severity=Error
aspnet_wp.exe (PID: %1) failed to startup because the synchronous pipes could not be initialized. Error code: %2.
MessageId= 1011
Severity=Error
aspnet_wp.exe (PID: %1) failed to startup because the asynchronous pipe could not be initialized. Error code: %2.
MessageId= 1012
Severity=Error
aspnet_wp.exe (PID: %1) failed to startup because the .NET Runtime could not be initialized. Error code: %2.
MessageId= 1013
Severity=Error
aspnet_wp.exe (PID: %1) failed to startup because CoInitializeEx failed. Error code: %2.
MessageId= 1014
Severity=Error
aspnet_wp.exe (PID: %1) failed to startup because CoInitializeSecurity failed. Error code: %2.
MessageId= 1015
Severity=Error
aspnet_wp.exe (PID: %1) failed to startup because the aspnet_isapi.dll could not be initialized. Error code: %2.
MessageId= 1016
Severity=Error
aspnet_wp.exe (PID: %1) failed to startup because of failure to create the thread for answering ping messages. Error code: %2.
MessageId= 1017
Severity=Informational
Start registering ASP.NET (version %1).
MessageId= 1018
Severity=Error
Failed while registering ASP.NET (version %1) in IIS. Error code: %2.
MessageId= 1019
Severity=Informational
Finish registering ASP.NET (version %1). Detailed registration logs can be found in %2.
MessageId= 1020
Severity=Warning
Updates to the IIS metabase were aborted because IIS is either not installed or is disabled on this machine. To configure ASP.NET to run in IIS, please install or enable IIS and re-register ASP.NET using aspnet_regiis.exe /i.
MessageId=1021
Severity=Informational
Starting %1.
MessageId=1022
Severity=Informational
Stopping %1.
MessageId=1023
Severity=Informational
Restarting W3SVC.
MessageId=1024
Severity=Error
Failed while restarting W3SVC. Error code: %1.
MessageId=1025
Severity=Informational
Finish restarting W3SVC.
MessageId=1026
Severity=Warning
During unregistration (version %1), a clean uninstall was done because the process failed to get the next highest version. Error code: %2.
MessageId=1027
Severity=Informational
Start unregistering ASP.NET (version %1).
MessageId=1028
Severity=Error
Failed while unregistering ASP.NET (version %1) in IIS. Error code: %2.
MessageId=1029
Severity=Informational
Finish unregistering ASP.NET (version %1). Detailed unregistration logs can be found in %2.
MessageId=1030
Severity=Warning
Updates to the IIS metabase were aborted because IIS is either not installed or is disabled on this machine. To completely uninstall ASP.NET from IIS, please re-enable IIS and unregister ASP.NET using aspnet_regiis.exe /u.
MessageId=1031
Severity=Informational
The current version at the IIS root is %1.
MessageId=1032
Severity=Warning
Registration (version %1) will not register the DLL in the scriptmap properties of any IIS website because the version is not high enough to replace the existing one at the root. See help for the explanation of version comparison during installation.

Note The words "Web site" are capitalized incorrectly in the message.
MessageId=1033
Severity=Error
Registration failed when trying to find the highest version installed on the machine. Error code: %1.
MessageId=1034
Severity=Warning
Failed reading registry key %1 for value %2. Error code: %3.
MessageId=1035
Severity=Warning
Failed while verifying that the ASP.NET DLL (Path:%1) (Version:%2) exists. Error code: %3.
MessageId=1036
Severity=Warning
Failed while verifying that the ASP.NET DLL (Version:%1) exists. Error code: %2.
MessageId=1037
Severity=Warning
The ASP.NET DLL (Path: %1) (Version:%2) is missing.
MessageId=1038
Severity=Warning
Failed while getting the version of %1, which is found in a scriptmap in IIS. The file could be missing. Error code: %2.
MessageId=1039
Severity=Warning
Registration failed to find the highest installed version from the registry. As a result, registration will use the IIS Default Document, Mimemap settings and ISAPI Filter DLL path from the current version. Error code: %1.
MessageId=1040
Couldn't create app domain.
MessageId=1041
Unhandled exception in managed code.
MessageId=1041
Failed to assign request using process model.
MessageId=1042
Cannot queue the request.
MessageId=1043
ASPNET_ISAPI.DLL can not run in DLLHOST.EXE. Please, re-register ASPNET_ISAPI.DLL.
MessageId=1044
Managed code failure while executing this request.
MessageId=1045
Worker process stopped unexpectedly.
MessageId=1046
Server Unavailable.
MessageId=1048
Server Application Unavailable.
MessageId=1049
The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request.

Note The word "Web" is capitalized incorrectly two times in the message.
MessageId=1050
Administrator Note:
MessageId=1051
An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur.

Note The word "Web" is capitalized incorrectly in the message.
MessageId=1052
Worker process was recycled.
MessageId=1053
Username and/or password supplied in the processmodel section of the config file are invalid.
MessageId=1054
Worker process was recycled because it exceeded the configured time limit.
MessageId=1055
Worker process was recycled because it exceeded the configured idle time limit.
MessageId=1056
Worker process was recycled because it exceeded the configured requests limit.
MessageId=1057
Worker process was recycled because its request queue exceeded the configured limit.
MessageId=1058
Worker process was recycled because its memory consumption exceeded the configured limit.
MessageId=1059
Worker process was recycled because it failed to respond to ping message.
MessageId=1060
<html><body><h1>Server is too busy</h1></body></html>.
MessageId=1061
ASP.NET does not support /3GB memory mode.
MessageId=1062
Severity=Error
It is not possible to run two different versions of ASP.NET in the same IIS process. Please use the IIS Administration Tool to reconfigure your server to run the application in a separate process.
MessageId=1063
Severity=Warning
Failed while reading the ASP.NET client side script files to be copied to each website. Error code: %1.

Note The words "Web site" are capitalized incorrectly in the message.
MessageId=1064
Severity=Warning
Failed while creating the ASP.NET client side script files directories under %1. Error code: %2.
MessageId=1065
Severity=Warning
Failed while listing the ASP.NET client side script files directories under %1. Error code: %2.
MessageId=1066
Severity=Warning
Failed while copying the ASP.NET client side script files (Source: %1) (Destination: %2). Error code: %3.
MessageId=1067
Severity=Warning
Failed while copying the ASP.NET client side script files (File: %1). Error code: %2.
MessageId=1068
Severity=Warning
Failed while copying the ASP.NET client side script files to directories under %1. Error code: %2.
MessageId=1069
Severity=Warning
Failed while removing the ASP.NET client side script files to directories under %1. Error code: %2.
MessageId=1070
Severity=Warning
Failed while removing the ASP.NET client side script files directory (%1). Error code: %2.
MessageId=1071
Severity=Warning
Failed while setting the access for the ASP.NET client side script files directory (IIS Application path: %1) in IIS. Error code: %2.
MessageId=1072
Severity=Warning
Failed while removing the access for the ASP.NET client side script files directory (IIS Application path: %1) in IIS. Error code: %2.
MessageId=1073
%1.
MessageId=1074
Severity=Error
An error occurred in while processing a request in state server. Major callstack: %1. Error code: %2.
MessageId=1075
Severity=Error
State server socket timeout thread exits because of repeating error. Error code: %1.
MessageId=1076
Severity=Informational
State server starts listening with %1 listeners.
MessageId=1077
Severity=Informational
State server stops listening.
MessageId=1078
Severity=Error
The state server has closed an expired TCP/IP connection. The IP address of the client is %1.%2.%3.%4. The expired %5 operation began at %6/%7/%8 %9:%10:%11.
MessageId=1079
Severity=Error
(For debugging) State Server expiry thread is closing a socket. The IP address of the client is %1.%2.%3.%4. The expired %5 operation began at %6/%7/%8 %9:%10:%11.
MessageId=1080
"Provides support for out-of-process session states for ASP.NET. If this service is stopped, out-of-process requests will not be processed. If this service is disabled, any services that explicitly depend on it will fail to start."
MessageId=1081
"ASP.NET State Service" .
MessageId=1082
Severity=Error
Installation failed because the user does not have administrative rights on this machine.
MessageId=1083
Severity=Error
Uninstallation failed because the user does not have administrative rights on this machine.
MessageId=1084
Severity=Error
aspnet_wp.exe could not be started. The error code for the failure is %1. This error can be caused when the worker process account has insufficient rights to read the .NET Framework files. Please ensure that the .NET Framework is correctly installed and that the ACLs on the installation directory allow access to the configured account.
MessageId=1085
ASP.NET Machine Account.
MessageId=1086
Account used for running the ASP.NET worker process (aspnet_wp.exe).
MessageId=1087
Failed to execute request due to internal failure. Error: %1.
MessageId=1088
Failed to execute request because the App-Domain could not be created. Error: %1.
MessageId=1089
Failed to execute the request because the ASP.NET process identity does not have read permissions to the global assembly cache. Error: %1.
MessageId=1090
Failed to execute request because QueryInterface for ASP.NET runtime failed. Error: %1.
MessageId=1091
Failed to execute request due to unknown error. Error: %1.
MessageId=1092
Deadlock detected.
MessageId=1093
Unable to get the private bytes memory limit for the W3WP process. The ASP.NET cache will be unable to limit its memory use, which may lead to a process restart. Error: %1.
REFERENCES
For more information about event log entries in ASP.NET, visit the following Microsoft Developer Network (MSDN) Web site:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbconintroductiontoeventlogcomponents.asp

时间: 2024-11-03 04:49:24

Different event log entries that are generated by ASP.NET的相关文章

如何使用IMM v2 cli收集system x服务器event log日志?

操作步骤: 1.ssh连接到imm 管理口(用户名和密码同web登录) 2. 显示所有日志 system> readlog -a 3.可用tftp或者sftp服务器将日志保存 system> readlog -a -i ip地址 -l 文件名 附 system> readlog ? usage: readlog [-options] - display the IMM event log entries from most recent to oldest, five entries a

win7启用windows event log出现错误4201的解决方法

  windows event log能分析所有Windows和UNIX系统日志的一项功能,其作用是系统在出现问题时,系统能够在数分钟内找出原因并为用户提供相应的错误参数,不过在win7系统下,有些用户反映,用户手动启用Windows Event Log服务时,会提示"4201错误",那么对于出现该问题我们如何解决呢?下面看小编为大家带来的解决方法! 解决方法 1.点击开始菜单,然后输入资源管理器并单击回车. 2.在资源管理器上方的地址栏中输入路径:C:windowssystem32l

Windows Event Log服务提示拒绝访问错误5

  在搜索结果中选择local service,确定,并勾选完全控制权限,确定退出即可. 权限设置完成后,重新启动windows Event Log服务即可. 对如下三个文件夹添加local service用户,并设置完全控制权限 %SystemRoot%LogFiles %SystemRoot%System32wbem %SystemRoot%System32winevtLogs 依次选择三个文件夹,右键点击属性,在安全标签中,点击编辑-添加,位置中选择计算机名,点击高级-立即查找

intellinj idea event log出现空指针异常

问题描述 intellinj idea event log出现空指针异常 intellinj idea event log总是不间断的出现 NullPointerException: null 如图所示,谢谢解答 解决方案 http://www.zhihu.com/question/40546052 解决方案二: 你解决了么?我也遇到同样的问题了,一直报错~~~~

注册表-Windows event log无法启动,找不到指定路径

问题描述 Windows event log无法启动,找不到指定路径 Windows event log无法启动,找不到指定路径,怎么办啊?求大神解救

ORA-28056: Writing audit records to Windows Event Log failed

C:\>sqlplus / as sysdba SQL*Plus: Release 11.2.0.1.0 Production on 星期四 1月 5 13:55:44 2012 Copyright (c) 1982, 2010, Oracle.  All rights reserved. ERROR: ORA-28056: Writing audit records to Windows Event Log failed ORA-28056: Writing audit records to

The Log

The Log: What every software engineer should know about real-time data's unifying abstraction 译文 Jay Kreps Principal Staff Engineer Posted on 12/16/2013 I joined LinkedIn about six years ago at a particularly interesting time. We were just beginning

ORACLE等待事件: log file parallel write

log file parallel write概念介绍 log file parallel write 事件是LGWR进程专属的等待事件,发生在LGWR将日志缓冲区(log_buffer)中的重做日志信息写入联机重做日志文件组的成员文件,LGWR在该事件上等待该写入过程的完成.该事件的等待表示重做日志所处的磁盘设备缓慢或存在争用.下面看看官方一些资料是如何解释log file parallel write等待事件的.   log file parallel write   Writing red

为什么要使用CQRS和Event Sourcing

Business value of the events, the value of having a log, the fact that the Event Store is additive only. The biggest advantage of this architecture is that it allows you to design your model to meet specific requirements. Typically, the requirements