V
VivDev
I have a VM with Windows Server 2012 and SQL Server 2014 installed on it. Off late, the VM has been hanging up once every few days, requiring a reboot to get it back up.
When I look at the event viewer, I see a lot of IIS-W3SVC errors before the VM hung up
Event ID 1121/1120: "The World Wide Web Publishing Service (WWW Service) failed to obtain site performance counters from HTTP.SYS. The performance counters that were reported do not include counters for this gathering from HTTP.SYS. The data field contains the error number."
There is also 1 instance of the HttpEvent error around the same time
Event ID 15002: "Unable to write to the log file u_ex160331.log for site W3SVC0. Disk may be full. If this is a network path, make sure that network connectivity is not broken."
and 1 instance of a NETLOGON error too
Event ID 5719: "This computer was not able to set up a secure session with a domain controller in domain AMERICAS due to the following:
There are currently no logon servers available to service the logon request.
This may lead to authentication problems. Make sure that this computer is connected to the network. If the problem persists, please contact your domain administrator. "
The order of the errors is 1 instance of IIS-W3SVC 1120/1121, then within about 15 secs, 1 instance of NETLOGON 5719, followed by 1 instance of HttpEvent 15002 about 4-5 mins later, followed by 4 instances of IIS-W3SVC 1120/1121 errors every 5 mins.
I suppose all 3 of these errors are related but not quite clear on what my next steps should be to get to the root cause.
Continue reading...
When I look at the event viewer, I see a lot of IIS-W3SVC errors before the VM hung up
Event ID 1121/1120: "The World Wide Web Publishing Service (WWW Service) failed to obtain site performance counters from HTTP.SYS. The performance counters that were reported do not include counters for this gathering from HTTP.SYS. The data field contains the error number."
There is also 1 instance of the HttpEvent error around the same time
Event ID 15002: "Unable to write to the log file u_ex160331.log for site W3SVC0. Disk may be full. If this is a network path, make sure that network connectivity is not broken."
and 1 instance of a NETLOGON error too
Event ID 5719: "This computer was not able to set up a secure session with a domain controller in domain AMERICAS due to the following:
There are currently no logon servers available to service the logon request.
This may lead to authentication problems. Make sure that this computer is connected to the network. If the problem persists, please contact your domain administrator. "
The order of the errors is 1 instance of IIS-W3SVC 1120/1121, then within about 15 secs, 1 instance of NETLOGON 5719, followed by 1 instance of HttpEvent 15002 about 4-5 mins later, followed by 4 instances of IIS-W3SVC 1120/1121 errors every 5 mins.
I suppose all 3 of these errors are related but not quite clear on what my next steps should be to get to the root cause.
Continue reading...