本文主要是介绍CMDTUX_CAT:822: ERROR: No BBL available, cannot boot,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
CMDTUX_CAT:822: ERROR: No BBL available, cannot boot----TUXEDO 启动问题解决
在启动tuxedo服务是发生以下问题,服务不能启动。
hnjf8:/bea/tuxedo/udataobj> tmboot -y
Booting all admin and server processes in /bea/tuxedo/tibs_face/tuxconfig
INFO: BEA Tuxedo, Version 8.1, 64-bit, Patch Level 342
INFO: Serial #: 650522264138-1365292153759, Expiration NONE, Maxusers 80
INFO: Licensed to: China Telecom Group Hainan Corporation
Booting admin processes ...
exec BBL -A :
CMDTUX_CAT:822: ERROR: No BBLavailable, cannot boot
tmboot: WARN: No BBL available on sitetibs_face.
Will not attempt to boot serverprocesses on that site.
Booting server processes ...
0 processes started
ULOG日志
153048.hnjf8!BBL.11608.1.0: 02-26-2011:Tuxedo Version 8.1, 64-bit, Patch Level 342
153048.hnjf8!BBL.11608.1.0: LIBTUX_CAT:355: ERROR: No BBL on this machine
153048.hnjf8!BBL.11608.1.0: LIBTUX_CAT:248: ERROR: System init function failed,Uunixerr =
153048.hnjf8!tmboot.11605.1.-2: 02-26-2011: Tuxedo Version 8.1, 64-bit
153048.hnjf8!tmboot.11605.1.-2: WARN: No BBL available on site tibs_face.
Will not attempt to boot serverprocesses on that site.
这个问题困扰了一天,查询了很多资料,才知道是ipc资源的问题。
使用下面的脚本清理下IPC资源,便可以解决问题。
ipcs|grep $LOGNAME|awk '{print "ipcrm-"$1,$2}'>a.sh;sh a.sh; rm a.sh
TMADMIN_CAT:566
Command: crdl -b 100-z/home/tuxedo/tuxedo11gR1/samples/atmi/caizy/TLOG
Command: crlog -m simple
crlog -m (MASTER 后面的字段)
100比ubb大一些
第二种错误
192352.bridgesuse!BBL.9837.3079874224.0:08-07-2013: Tuxedo Version 11.1.1.2.0, 32-bit, Patch Level (none)
192352.bridgesuse!BBL.9837.3079874224.0:LIBTUX_CAT:350: ERROR: Configuration file parameters do not match existingbulletin board.
192352.bridgesuse!BBL.9837.3079874224.0:LIBTUX_CAT:248: ERROR: System init function failed, Uunixerr =
192352.bridgesuse!tmboot.9836.3080804016.-2:08-07-2013: Tuxedo Version 11.1.1.2.0, 32-bit
192352.bridgesuse!tmboot.9836.3080804016.-2:CMDTUX_CAT:825: ERROR: Process BBL at simple failed with /T tperrno (TPESYSTEM- internal system error)
192352.bridgesuse!tmboot.9836.3080804016.-2:WARN: No BBL available on site simple.
Will not attempt to boot server processes on that site.
Ubbsimple配置文件RESOURCES中IPCKEY重复导致,修改IPCKEY
这篇关于CMDTUX_CAT:822: ERROR: No BBL available, cannot boot的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!