Show TOC Start of Content Area

Procedure documentation Setting Event Timeout  Locate the document in its SAP Library structure

Use

Use this procedure to specify the time that the Service Manager waits for the event to be processed before undertaking another action.

This graphic is explained in the accompanying text

If you want to stop a service, a beforeServiceStopped event is thrown first. Then it waits for all components to process the event. That is, the components are notified that the service will be stopped and they should undertake the appropriate actions, such as unregistration, and so on. After the specified timeout, the service is stopped.

The default value of the event timeout is 20 seconds. If after 20 seconds there are still components that have not processed the event, the system will not wait for them and the service will be stopped.

Recommendation

We recommend modifying this value only if you have problems stopping the service. Otherwise, we recommend that you do not reconfigure the default timeout.

Procedure

...

       1.      Start the J2EE Engine Visual Administrator.

       2.      Choose Server/Dispatcher Kernel Service Manager Properties tab.

       3.      From the list of properties, select the EventTimeout.

       4.      In the Value field, set the required timeout in seconds.

       5.      Choose This graphic is explained in the accompanying text Save Properties to save the changes

 

 

End of Content Area