新手刚学tuxedo10 ,执行tmboot -y 时报错如下:
[oracle@tux1 simpapp]$ tmboot -y
Booting all admin and server processes in /home/oracle/simpapp/tuxconfig
INFO: BEA Tuxedo, Version 10.0, 32-bit, Patch Level 005
INFO: Serial #: 454493271161-2664984303294, Expiration NONE, Maxusers 1000000
INFO: Licensed to: Customer
Booting admin processes ...
exec BBL -A :
Failed.
tmboot: WARN: No BBL available on site simple.
Will not attempt to boot server processes on that site.
Booting server processes ...
0 processes started.
系统运行环境:centos5.2 ,tuxedo10.0 ,虚拟机。
报错log:
020041.tux1!BBL.2514.3086157504.0: 11-04-2009: Tuxedo Version 10.0, 32-bit, Patch Level (none)
020041.tux1!BBL.2514.3086157504.0: NLS:4: Cannot open message catalog GP_CAT, set 1, num 1356; check TUXDIR=/hom/oracle/tux10, LANG=C
020041.tux1!BBL.2514.3086157504.0: NLS:4: Cannot open message catalog LIBSEC_CAT, set 1, num 22; check TUXDIR=/hom/oracle/tux10, LANG=C
020041.tux1!BBL.2514.3086157504.0: NLS:4: Cannot open message catalog LIBTUX_CAT, set 1, num 6275; check TUXDIR=/hom/oracle/tux10, LANG=C
020041.tux1!BBL.2514.3086157504.0: NLS:4: Cannot open message catalog LIBTUX_CAT, set 1, num 248; check TUXDIR=/hom/oracle/tux10, LANG=C
020041.tux1!BBL.2514.3086157504.0: NLS:4: Cannot open message catalog LIBTUX_CAT, set 1, num 268; check TUXDIR=/hom/oracle/tux10, LANG=C
020041.tux1!BBL.2514.3086157504.0: NLS:4: Cannot open message catalog LIBTUX_CAT, set 1, num 6207; check TUXDIR=/hom/oracle/tux10, LANG=C
020041.tux1!tmboot.2513.3086685888.-2: 11-04-2009: Tuxedo Version 10.0, 32-bit
020041.tux1!tmboot.2513.3086685888.-2: CMDTUX_CAT:825: ERROR: Process BBL at simple failed with /T tperrno (TPESYSTEM - internal system error)
020041.tux1!tmboot.2513.3086685888.-2: WARN: No BBL available on site simple.
Will not attempt to boot server processes on that site.
ubbconfig:
# (c) 2003 BEA Systems, Inc. All Rights Reserved.
#ident "@(#) samples/atmi/simpapp/ubbsimple $Revision: 1.5 $"
#Skeleton UBBCONFIG file for the TUXEDO Simple Application.
#Replace the <bracketed> items with the appropriate values.
*RESOURCES
#IPCKEY <Replace with a valid IPC Key>
#ident "@(#) samples/atmi/simpapp/ubbsimple $Revision: 1.5 $"
#Skeleton UBBCONFIG file for the TUXEDO Simple Application.
#Replace the <bracketed> items with the appropriate values.
*RESOURCES
#IPCKEY <Replace with a valid IPC Key>
#Example:
IPCKEY 123456
DOMAINID simpapp
MASTER simple
MAXACCESSERS 10
MAXSERVERS 5
MAXSERVICES 10
MODEL SHM
LDBAL N
*MACHINES
DEFAULT:
APPDIR="/home/oracle/simpapp"
TUXCONFIG="/home/oracle/simpapp/tuxconfig"
TUXDIR="/hom/oracle/tux10"
#Example:
# APPDIR="/home/me/simpapp"
# TUXCONFIG="/home/me/simpapp/tuxconfig"
# TUXDIR="/usr/tuxedo"
tux1 LMID=simple
#Example:
#beatux LMID=simple
*GROUPS
GROUP1
LMID=simple GRPNO=1 OPENINFO=NONE
*SERVERS
DEFAULT:
CLOPT="-A"
simpserv SRVGRP=GROUP1 SRVID=1
WSL SRVGRP=GROUP1 SRVID=5
CLOPT="-A -- -n //192.168.0.66:8050 -m 1 -M 10 "
*SERVICES
TOUPPER
我在网上找了很多资料,都说要修改参数,但我不会,下面列出sysctl.conf:
# Kernel sysctl configuration file for Red Hat Linux
#
# For binary values, 0 is disabled, 1 is enabled. See sysctl(8) and
# sysctl.conf(5) for more details.
# Controls IP packet forwarding
net.ipv4.ip_forward = 0
# Controls source route verification
net.ipv4.conf.default.rp_filter = 1
# Do not accept source routing
net.ipv4.conf.default.accept_source_route = 0
# Controls the System Request debugging functionality of the kernel
kernel.sysrq = 0
# Controls whether core dumps will append the PID to the core filename
# Useful for debugging multi-threaded applications
kernel.core_uses_pid = 1
# Controls the use of TCP syncookies
net.ipv4.tcp_syncookies = 1
# Controls the maximum size of a message, in bytes
kernel.msgmnb = 65536
# Controls the default maxmimum size of a mesage queue
kernel.msgmax = 65536
# Controls the maximum shared segment size, in bytes
kernel.shmmax = 4294967295
# Controls the maximum number of shared memory segments, in pages
kernel.shmall = 268435456
请多指教!
问题已解决:
问题解决有点奇怪:把tux.env的tuxdir拷贝到ubbsimple 的tuxdir 就ok了!(刚开始时tux.env和ubbsimple文件检查过好几边,没有发现什么不一样,为什么需要拷贝才行,还是不懂)