Hi This is Tapan
I am getting problem when i am creating two queue in the same application server domain.
Min Instance=3
Max Instance=3
When i am booting the domain , PSAPPSRV of 1st queue are started successfully
But in the second queue only one PSAPPSRV process started and remaining 2 are throwing error.
in tmadim
Booting server processes ...
exec PSWATCHSRV -o ".\LOGS\stdout" -e ".\LOGS\stderr" -A -- -ID 52764 -D TESTSERV -S PSWATCHSRV :
process id=4040 ... Started.
exec PSAPPSRV -r -o ".\LOGS\stdout" -e ".\LOGS\stderr" -s@psappsrv.lst -- -D TESTSERV -S PSAPPSRV :
process id=3088 ... Started.
exec PSAPPSRV -r -o ".\LOGS\stdout" -e ".\LOGS\stderr" -s@psappsrv.lst -- -D TESTSERV -S PSAPPSRV :
process id=2280 ... Started.
exec PSAPPSRV -r -o ".\LOGS\stdout" -e ".\LOGS\stderr" -s@psappsrv.lst -- -D TESTSERV -S PSAPPSRV :
process id=3460 ... Started.
exec PSAPPSRV -r -o ".\LOGS\stdout" -e ".\LOGS\stderr" -s@psappsrv.lst -- -D TESTSERV -S PSAPPSRV :
process id=992 ... Started.
exec PSAPPSRV -r -o ".\LOGS\stdout" -e ".\LOGS\stderr" -s@psappsrv.lst -- -D TESTSERV -S PSAPPSRV :
Failed.
exec PSAPPSRV -r -o ".\LOGS\stdout" -e ".\LOGS\stderr" -s@psappsrv.lst -- -D TESTSERV -S PSAPPSRV :
Failed.
exec PSSAMSRV -o ".\LOGS\stdout" -e ".\LOGS\stderr" -A -- -D TESTSERV -S PSSAMSRV :
and Log file
----------------
183449.TKP!PSAPPSRV.3108.2612.0: 11-20-2013: Tuxedo Version 10.3.0.0 with VS2008, 32-bit
183449.TKP!PSAPPSRV.3108.2612.0: LIBTUX_CAT:328: ERROR: No space in Bulletin Board for Service Table
183449.TKP!PSAPPSRV.3108.2612.0: LIBTUX_CAT:248: ERROR: System init function failed, Uunixerr = : msgctl: No such file or directory
183449.TKP!tmboot.3820.3876.-2: CMDTUX_CAT:825: ERROR: Process PSAPPSRV at TKP failed with /T tperrno (TPEOS - operating system error)
in PSAPPSRV.UBX FILE
--------------------------------------
| PSAPPSRV | SRVGRP=APPSRV |
| | SRVID=1 |
| | MIN={$PSAPPSRV\Min Instances} |
| | MAX={$PSAPPSRV\Max Instances} |
| | RQADDR="APPQ" |
| | REPLYQ=Y |
| | CLOPT="-r -o \"{REL_LOG}{FS}stdout\" -e \"{REL_LOG}{FS}stderr\" {$PSAPPSRV\Spawn Server} -s@psappsrv.lst -- -D {$Domain Settings\Domain ID} -S PSAPPSRV" |
| PSAPPSRV | SRVGRP=APPSRV |
| | SRVID=10 |
| | MIN={$PSAPPSRV\Min Instances} |
| | MAX={$PSAPPSRV\Max Instances} |
| | RQADDR="APPQ1" |
| | REPLYQ=Y |
| | CLOPT="-r -o \"{REL_LOG}{FS}stdout\" -e \"{REL_LOG}{FS}stderr\" {$PSAPPSRV\Spawn Server} -s@psappsrv.lst -- -D {$Domain Settings\Domain ID} -S PSAPPSRV" |
How to resolve this ?