Microsoft KB Archive/236446

From BetaArchive Wiki
Knowledge Base


Err Msg: HTTP 1.1 Application Restarting

Article ID: 236446

Article Last Modified on 7/16/2004



APPLIES TO

  • Microsoft Site Server 3.0 Commerce Edition



This article was previously published under Q236446

SUMMARY

When certain changes are made to a Commerce Server Store using the Commerce Server Manager pages, those changes are committed to the Global.asa file for the store. When you save changes to the Global.asa file, the server finishes processing all of the current application requests before it recompiles the Global.asa file. During that time, the server refuses additional requests and returns an error message stating that the request cannot be processed while the application is being restarted.

After all of the current user requests have been processed, the server deletes all active sessions, calling the Session_OnEnd event for each session it deletes, closes the application, and calls the Application_OnEnd event. The Global.asa file is then recompiled.

Subsequent user requests will start the application and create new sessions, and trigger the Application_OnStart and Session_OnStart events. When you view an ASP page while the application is executing Application_OnStart, you will see the following error message:

HTTP 1.1 Application Restarting

The message is harmless and disappears when you refresh the page in your browser.

MORE INFORMATION

This error message is documented in the Commerce Server online documentation as being harmless.

Keywords: kbinfo KB236446