【正文】
in創(chuàng)建隊列。-------------------------------------問題:!: ERROR: msgsnd err: (LIBTUX_CAT:669: ERROR: Message operation failed because of the invalid message queue identifier) errno=22,qid=208507,buf=9223372032559197904,bytes=293,flag=2048 !: LIBTUX_CAT:1286: ERROR: tpreturn could not send reply TPEOS operating system error原因:隊列沒有找到,可能是前臺在后臺返回前斷開了服務連接,所以tpreturn時找不到接收消息隊列?;蚴瞧渌驅е玛犃斜粍h除如 ipcrm q qid---------------------------------問題:!: LIBTUX_CAT:536: ERROR: Unable to create request queue !: LIBTUX_CAT:248: ERROR: System init function failed, Uunixerr = : msgget: No space left on device原因:達到OS系統(tǒng)最大消息上限。使用ipcs q|wc l 查看當時建立得消息隊列。使用kmtune|grep msgmni 查看系統(tǒng)消息上限。問題:!: 12112008: Tuxedo Version , 64bit, Patch Level (none)!: LIBTUX_CAT:1000: ERROR: System clock has been reset to prior time. Reset again to time after Thu Dec 11 11:17:56 2008.!: LIBTUX_CAT:248: ERROR: System init function failed, Uunixerr =!: CMDTUX_CAT:26: INFO: The BBL is exiting system!: 12112008: Tuxedo Version , 64bit!: CMDTUX_CAT:825: ERROR: Process BBL at ANNT_TEST failed with /T tperrno (TPESYSTEM internal system error)!: WARN: No BBL available on site ANNT_TEST.Will not attempt to boot server processes on that site.原因:系統(tǒng)修改OS時間導致,重新創(chuàng)建TLOG 日志后此問題解決。crdl 、crlog------------------------------------------問題:ERROR: File transfer creat failed, file=/var/tmp/TUXAAAa248801, errno=Permission denied!: LIBTUX_CAT:1286: ERROR: tpreturn could not send reply TPEOS operating system error原因:服務器多用戶tuxedo環(huán)境時,創(chuàng)建的tmp里的文件已經(jīng)存在,重啟解決此問題。 1