Dear All,
We have installed ERP6 EHP7 ABAP + Java stack on Solaris with Oracle Database.
Earlier when Only Abap Stack was installed the system was up and running but after the installation of Java stack the Dispatcher is not coming up and throwing the below error.
MPI: dynamic quotas disabled.
MPI init: pipes=4000 buffers=6395 reserved=1918 quota=10%
*** ERROR => shmget(10062,422085400,2016) (22: Invalid argument) [shmux.c 1529]
*** ERROR => ShmCreate(62, 422085400) failed 1 [mpixx.c 1166]
*** ERROR => DpInitMpi: MpiInit failed (1) [dpInit.c 1483]
*** DP_FATAL_ERROR => DpSapEnvInit: DpInitMpi failed
*** DISPATCHER EMERGENCY SHUTDOWN ***
*** ERROR => ShmCleanup(62) failed 3 [mpixx.c 4546]
MpiCleanup() -> MPI_ERROR: General error
aredResources: ShmCleanup 82
ShmCleanup( 82 )
ShmCreate( 82, 0, 2, 0xffffffff7fffe898 )
ShmKeyPermission( 82 ) = 0740 (octal)
DpCleanupSharedResources: ShmCleanup 83
ShmCleanup( 83 )
ShmCreate( 83, 0, 2, 0xffffffff7fffe898 )
ShmKeyPermission( 83 ) = 0740 (octal)
DpCleanupSharedResources: ShmCleanup 84
ShmCleanup( 84 )
ShmCreate( 84, 0, 2, 0xffffffff7fffe898 )
ShmKeyPermission( 84 ) = 0740 (octal)
DpCleanupSharedResources: ShmCleanup SHM_DB_POOL
ShmCleanup( 40 )
ShmCreate( 40, 0, 2, 0xffffffff7fffe898 )
ShmKeyPermission( 40 ) = 0740 (octal)
DpCleanupSharedResources: ShmCleanup SHM_POOL_0
ShmCleanup( 10 )
ShmCreate( 10, 0, 2, 0xffffffff7fffe898 )
ShmKeyPermission( 10 ) = 0740 (octal)
DpCleanupSharedResources: ShmCleanup SHM_POOL_50
ShmCleanup( 50 )
ShmCreate( 50, 0, 2, 0xffffffff7fffe948 )
ShmKeyPermission( 50 ) = 0740 (octal)
DpHalt: closing connect handles (tcp)
DpDelSocketInfo: del info for nihdl 345 (pos/type=43/1)
NiICloseHandle: shutdown and close hdl 345/sock 50/UDS sock 51
***LOG Q05=> DpHalt, DpHalt ( 20013) [dpInit.c 3563]
DpHalt: *** shutdown completed - server stopped ***
I have tried the following solutions but nothing work..
Reboot,
cleanipc 00 remove
increasing the parameter
ipc/shm_psize_10 = 1230000000
ipc/shm_psize_40 = 1070000000
Can any one please help..
Regards,
Letz..