Resolved that the process serviced by the application pool in IIS was unable to respond to Ping or that the process shutdown time exceeded the limit

  • 2020-05-15 02:57:49
  • OfStack

1. Error system log: the process servicing the application pool 'DefaultAppPool' was unable to respond to Ping. Process ID is '2144'.

Solution: after uninstalling McAfee, return to normal

Note:

You need to re-register the 1vbscript and jscript components
Some antivirus tools ban vbscript and jscript

regsvr32 vbscript. dll and regsvr32 jscript. dll have been successfully registered and the problem has been solved.

2. Error system log: the process servicing the application pool "DefaultAppPool" was shut down for more than the limit. Process ID is "3060".

Note: ID number is variable, can be for any data such as 3124, every time this kind of error occurs, ID is not 1 kind!

Server performance: IIS6.0 false crash, the page can not open, ASP page, unable to execute! The website won't open!

My solution: the current IIS server application pool is set as follows:
Right-click application pool DefaultAppPool and select properties:

1. The recycling

1. Recycle working process (in minutes) : select, and the value is 1740
2. Recycle work process (number of requests) : unselected (originally set to 35,000)
3. Recycle the work process at the following time: no filling
4. Recycle the worker process when it consumes too much memory: not selected at all. (2, 3, 4 May avoid the high traffic when forced recovery process may cause server response problems, guess ^-^) server memory is big enough, go out of your way to use it.

2. The performance

Select only the idle timeout of 20 minutes. Nothing else. The maximum number of work processes in the WEB garden is 1 (default). The original request queue limit of 4000 is now unlimited.

3. Operating conditions

Both of the first two items work and are the original default Settings. The startup time limit is 90 seconds, and the shutdown time limit is 180 seconds.

"Closing time limit of 180 seconds" is a must, because the process of closing time, is to set up here, it is 90 seconds, is the default value, if the process to close more than 90 seconds, is considered a timeout, thus appeared: the process of closing time exceeded the limit log, so, extend the time, can avoid this kind of mistake!


Related articles: