cancel
Showing results for 
Search instead for 
Did you mean: 

webdisp startup error

Former Member
0 Kudos

Hi,

when we are trying to restart webdispatcher i am getting below error:

      • ERROR => CTrcOpen: fopen dev_webdisp

-


trc file: "dev_webdisp", trc level: 1, release: "700"

-


sysno 77

sid

systemid 370 (Solaris on SPARCV9 CPU)

relno 7000

patchlevel 0

patchno 83

intno 20050900

make: multithreaded, Unicode, 64 bit, optimized

pid 20375

[Thr 1] Fri May 4 16:18:49 2007

[Thr 1] *** WARNING => maximum number of sockets supported on this

host (4092) less than parameter icm/max_sockets (8192) [icxxrout_mt. 2741]

[Thr 1] started security log to file dev_icm_sec

[Thr 1] SAP Web Dispatcher running on: dssep.ril.com

[Thr 1] *** ERROR => shmat(402653253,0x(nil),SHM_RND) (13: Permission

denied) [shmux_mt.c 1581]

[Thr 1] *** ERROR => shmctl(402653253,IPC_RMID,0) 0x0xffffffff7fffeab8)(1: Not owner) [shmux_mt.c 1592]

[Thr 1] *** ERROR => shmat(402653253,0x(nil),SHM_RND) (13: Permission

denied) [shmux_mt.c 1581]

[Thr 1] *** ERROR => shmctl(402653253,IPC_RMID,0) 0x0xffffffff7fffeab8)(1: Not owner) [shmux_mt.c 1592]

[Thr 1] *** ERROR => SemMonIn: Unable to attach Semaphore Monitor Buffer

[semxxmo2.h 319]

[Thr 1] MtxInit: 30001 0 2

[Thr 1] ***LOG Q0I=> NiIBindSocket: could not delete file

'/tmp/.sapstream65000' for hdl 0: unlink (13: Permission denied)

[nixxi.cpp 3148]

[Thr 1] *** ERROR => NiIBindSocket: could not delete file

'/tmp/.sapstream65000' (hdl 0; errno=13) [nixxi.cpp 3155]

[Thr 1] IcmInit: listening to admin port: 64999

[Thr 1] *** ERROR => shmat(402653254,0x(nil),SHM_RND) (13: Permission

denied) [shmux_mt.c 1581]

[Thr 1] *** ERROR => shmctl(402653254,IPC_RMID,0) 0x0xffffffff7fffeab8)(1: Not owner) [shmux_mt.c 1592]

[Thr 1] *** ERROR => ShmCleanup: ShmCreate(63,0,SHM_ATTACH,...) failed.rtc=1 [shmux_mt.c 3142]

[Thr 1] *** ERROR => ShmCleanup: Inv. Key=63 [shmux_mt.c 3183]

[Thr 1] *** ERROR => shmat(402653254,0x(nil),SHM_RND) (13: Permission

denied) [shmux_mt.c 1581]

[Thr 1] *** ERROR => shmctl(402653254,IPC_RMID,0) 0x0xffffffff7fffeab8)(1: Not owner) [shmux_mt.c 1592]

[Thr 1] *** ERROR => ShmCleanup: ShmCreate(63,0,SHM_ATTACH,...) failed.rtc=1 [shmux_mt.c 3142]

[Thr 1] *** ERROR => ShmCleanup: Inv. Key=63 [shmux_mt.c 3183]

[Thr 1] *** ERROR => shmat(402653254,0x(nil),SHM_RND) (13: Permission

denied) [shmux_mt.c 1581]

[Thr 1] *** ERROR => shmctl(402653254,IPC_RMID,0) 0x0xffffffff7fffeab8)(1: Not owner) [shmux_mt.c 1592]

[Thr 1] *** ERROR => ShmCleanup: ShmCreate(63,0,SHM_ATTACH,...) failed.rtc=1 [shmux_mt.c 3142]

[Thr 1] *** ERROR => ShmCleanup: Inv. Key=63 [shmux_mt.c 3183]

[Thr 1] *** ERROR => IcmInit: IcmShmCreate failed (rc=-1) [icxxrout_mt.1766]

[Thr 1] *** SAP Web Dispatcher shutdown completed (pid: 20375) ***

      • SAP Web Dispatcher shutdown completed (pid: 20375) ***

What could be the problem with permissions?

Regards,

King V.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Please check whether the user with which you are trying to start the Web Disp has the access permission to all the files that Web Disp is using. The user with which you are trying to start does not have access to the files.

I am not a expert in Unix but you can check the value of UMASK and set the value to 22 to give access permissions . Try this.

Thanks & regards,

Vijith

Former Member
0 Kudos

This problem was related to OS dependant Libraries.Which is resolved now.

LD_LIBRARY_PATH

Regards,

King V.