SAP XI: Webdispatcher Does Not Start Up

Attempts to start web dispatcher fail. Logs show the following:

[Thr 1] *** ERROR => shmat(11,0x(nil),SHM_RND) (13:
Permission denied) [shmux_mt.c 1566]
[Thr 1] *** ERROR => shmctl(11,IPC_RMID,0) 0x0xffffffffffff1a8) (1: Not owner) [shmux_mt.c 1577]
[Thr 1] *** ERROR => shmat(11,0x(nil),SHM_RND) (13: Permission denied) [shmux_mt.c 1566]
[Thr 1] *** ERROR => shmctl(11,IPC_RMID,0) 0x0xffffffffffff1a8) (1: Not owner) [shmux_mt.c 1577]
[Thr 1] *** ERROR => SemMonIn: Unable to attach Semaphore Monitor Buffer [semxxmo2.h 319]
[Thr 1] MtxInit: -2 0 0
[Thr 1] IcmInit: listening to admin port: 64999
[Thr 1] *** ERROR => shmat(1048588,0x(nil),SHM_RND) (13: Permission denied) [shmux_mt.c 1566]
[Thr 1] *** ERROR => shmctl(1048588,IPC_RMID,0) 0x0xffffffffffff208) (1: Not owner) [shmux_mt.c 1577]
[Thr 1] *** ERROR => ShmCleanup: ShmCreate(63,0,SHM_ATTACH,...) failed. rtc=1 [shmux_mt.c 3074]
[Thr 1] *** ERROR => ShmCleanup: Inv. Key=63 [shmux_mt.c 3115]
[Thr 1] *** ERROR => shmat(1048588,0x(nil),SHM_RND) (13: Permission denied) [sh
[Thr 1] *** ERROR => shmctl(1048588,IPC_RMID,0) 0x0xffffffffffff208) (1: Not ow
[Thr 1] *** ERROR => ShmCleanup: ShmCreate(63,0,SHM_ATTACH,...) failed. rtc=1 [
[Thr 1] *** ERROR => ShmCleanup: Inv. Key=63 [shmux_mt.c 3115]
[Thr 1] *** ERROR => shmat(1048588,0x(nil),SHM_RND) (13: Permission denied) [sh
[Thr 1] *** ERROR => shmctl(1048588,IPC_RMID,0) 0x0xffffffffffff208) (1: Not ow
[Thr 1] *** ERROR => ShmCleanup: ShmCreate(63,0,SHM_ATTACH,...) failed. rtc=1 [
[Thr 1] *** ERROR => ShmCleanup: Inv. Key=63 [shmux_mt.c 3115]
[Thr 1] *** ERROR => IcmInit: IcmShmCreate failed (rc=-1) [icxxrout_mt. 1724]
[Thr 1] *** ERROR => ThrMtxDelete() failed: 12 [icrxx_mt.c 2701]
[Thr 1] *** SAP Web Dispatcher shutdown completed (pid: 512250) ***

First shutdown all instances
Collect the Semaphore IDs for sidadm using ipcs -s | grep [sidadm] command
Cleanup the Semaphore using ipcrm -s [Semaphore ID]
Collect the Shared Memory Segment IDs for sidadm using ipcs -m | grep [sidadm] command
Cleanup the Semaphore using ipcrm -m [SMS ID]

or run ipcclean.sh script


Comments

Popular posts from this blog

OS/DB Migration - CMD. STR, TOC, EXT, R3load, DDLDBS.TPL and more

Fixing Inconsistent Table - Table activation fails due to inconsistency between DD and DB

301 Redirect Using SAP Web Dispatcher