cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Webdispatcher problem

Former Member
0 Kudos

Hi Everybody,

I have a problem with SAP Webdispatcher. It look like it is shutting down once a week.

I have this error form dev_webdisp

Fri Oct 15 03:04:34 2010

[Thr 1828] IcmWatchDogThread: Shutdown request received

[Thr 1828] *** IcmWatchDogThread: exit thread ***

[Thr 2036] IcmLoop: Shutdown request received

[Thr 2036] Deactivated service 80 for protocol HTTP on host: "wdpehp1"(on all adapters) (timeout=30)

[Thr 2036] Deactivated service 8400 for protocol HTTPS on host: "wdpehp1"(on all adapters) (timeout=30)

[Thr 2036] Fri Oct 15 03:04:35 2010

[Thr 2036] *** SAP Web Dispatcher shutdown completed (pid: 360) ***

Thanks for any help!

Kind Regards

Accepted Solutions (1)

Accepted Solutions (1)

former_member759680
Contributor
0 Kudos

Kindly paste the contents of "dev_webdisp" trace file.

Former Member
0 Kudos

I have this info from WD "dev_webdisp" .

Fri Oct 15 03:05:02 2010

[Thr 948] IcmProxyWatchDog: Shutdown request received

[Thr 948] *** IcmProxyWatchDog: exit thread ***

[Thr 1740] Fri Oct 15 03:05:03 2010

[Thr 1740] IcmWatchDogThread: Shutdown request received

[Thr 1740] *** IcmWatchDogThread: exit thread ***

[Thr 2844] IcmLoop: Shutdown request received

[Thr 2844] Deactivated service 8000 for protocol HTTP on host: "sapehp1"(on all adapters) (timeout=30)

[Thr 2844] Deactivated service 8400 for protocol HTTPS on host: "sapehp1"(on all adapters) (timeout=30)

[Thr 2844] Deactivated service 25025 for protocol SMTP on host: "sapehp1"(on all adapters) (timeout=30)

[Thr 2844] Removed service 8000 for protocol HTTP on host: "sapehp1"(on all adapters) (timeout=30)

[Thr 2844] Removed service 8400 for protocol HTTPS on host: "sapehp1"(on all adapters) (timeout=30)

[Thr 2844] Removed service 25025 for protocol SMTP on host: "sapehp1"(on all adapters) (timeout=30)

[Thr 2844] *** ICM shutdown completed (pid: 3432) ***

michael_mulvey
Employee
Employee
0 Kudos

Hi Reza,

The webdispatcher was issued a command to shutdown! If the webdispatcher was killed by a crash then you would not have the Shutdown request received notification in the trace.

Fri Oct 15 03:05:02 2010

Thr 948 IcmProxyWatchDog: Shutdown request received

Depending on your OS the command was

(1) SAPNTKILL pid of webdispatcher

(2) KILL pid of webdispatcher

You can restart the webdispatcher with "sapwebdispatcher pf=<profile of the webdispatcher>"

Hope this helps.

Michael

Former Member
0 Kudos

Hi Michael,

Thanks for reply. This log file is from WD "dev_webdisp.old" .

My OS is windows 2003 R2.

My WD is up and working now, but my problem is the WD shutting down once a week with the same error.

Reza

Former Member
0 Kudos

Hi,

You may want to check OS log, check event viewer for that time, May be having some problem there.

Is it happening on same time or any time ?

Regards,

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi again,

I have this info from MS SERVER dev_icm. That is my sap abap stack server that WD kommunikate with.

Fri Oct 15 03:05:02 2010

[Thr 948] IcmProxyWatchDog: Shutdown request received

[Thr 948] *** IcmProxyWatchDog: exit thread ***

[Thr 1740] Fri Oct 15 03:05:03 2010

[Thr 1740] IcmWatchDogThread: Shutdown request received

[Thr 1740] *** IcmWatchDogThread: exit thread ***

[Thr 2844] IcmLoop: Shutdown request received

[Thr 2844] Deactivated service 8000 for protocol HTTP on host: "sapehp1"(on all adapters) (timeout=30)

[Thr 2844] Deactivated service 8400 for protocol HTTPS on host: "sapehp1"(on all adapters) (timeout=30)

[Thr 2844] Deactivated service 25025 for protocol SMTP on host: "sapehp1"(on all adapters) (timeout=30)

[Thr 2844] Removed service 8000 for protocol HTTP on host: "sapehp1"(on all adapters) (timeout=30)

[Thr 2844] Removed service 8400 for protocol HTTPS on host: "sapehp1"(on all adapters) (timeout=30)

[Thr 2844] Removed service 25025 for protocol SMTP on host: "sapehp1"(on all adapters) (timeout=30)

[Thr 2844] *** ICM shutdown completed (pid: 3432) ***

regards