TUXEDO 81 在AIX5.3下could not load program 的问题_MQ, Tuxedo及OLTP讨论区_Weblogic技术|Tuxedo技术|中间件技术|Oracle论坛|JAVA论坛|Linux/Unix技术|hadoop论坛_联动北方技术论坛  
网站首页 | 关于我们 | 服务中心 | 经验交流 | 公司荣誉 | 成功案例 | 合作伙伴 | 联系我们 |
联动北方-国内领先的云技术服务提供商
»  游客             当前位置:  论坛首页 »  自由讨论区 »  MQ, Tuxedo及OLTP讨论区 »
总帖数
1
每页帖数
101/1页1
返回列表
0
发起投票  发起投票 发新帖子
查看: 2939 | 回复: 0   主题: TUXEDO 81 在AIX5.3下could not load program 的问题        下一篇 
xiaoyang
注册用户
等级:上士
经验:253
发帖:75
精华:0
注册:2011-10-19
状态:离线
发送短消息息给xiaoyang 加好友    发送短消息息给xiaoyang 发消息
发表于: IP:您无权察看 2014-10-16 11:46:00 | [全部帖] [楼主帖] 楼主

TUXEDO 8.1


用buildtms -r INFORMIX-OnLine -o TMSINF编译时,程序正常,没有报错,TMSINF 也放在指定目录(Server/bin/) ,文件有+X 的权限,用tmboot 时报错:

$ tmboot -y
Booting all admin and server processes in /home/slbps/Server/etc/tuxconfig
INFO: BEA Tuxedo, Version 8.1, 64-bit, Patch Level 203
INFO: Serial #: 454493271161-2333173607104, Expiration 2008-01-15, Maxusers 1000
INFO: Licensed to: BEA Internal Use Only
Booting admin processes ...
exec BBL -A :
------- process id=717456 ... Started.
Booting server processes ...
exec TMSINF -A :
------- Could not load program TMSINF:
CMDTUX_CAT:819: INFO: Process id=409612 Assume started (pipe).
exec TMSINF -A :
------- Could not load program TMSINF:
CMDTUX_CAT:819: INFO: Process id=610922 Assume started (pipe).
exec TMSINF -A :
------- Could not load program TMSINF:
CMDTUX_CAT:819: INFO: Process id=725526 Assume started (pipe).
exec TMSINF -A :
------- Could not load program TMSINF:
CMDTUX_CAT:819: INFO: Process id=135810 Assume started (pipe).
exec cbps_0004 -A :
------- Could not load program cbps_0004:
CMDTUX_CAT:819: INFO: Process id=701174 Assume started (pipe).
exec cntap_0301 -A :
------- Could not load program cntap_0301:
CMDTUX_CAT:819: INFO: Process id=401408 Assume started (pipe).
exec cntap_0301 -A :
------- Could not load program cntap_0301:
CMDTUX_CAT:819: INFO: Process id=701176 Assume started (pipe).


环境:

$ oslevel
5.3.0.0
$ onstat -
IBM Informix Dynamic Server Version 9.40.FC8X4   -- On-Line -- Up 02:05:58 -- 16
64992 Kbytes
$


困扰了好几天,无法解决.

经过与BEA 工程题,咨询,了解到是因为AIX 5.3 缺少一个补丁(IY83580: 64-BIT RTL ENABLED APPLICATIONS FAIL WITH ERROR 0509-036 )

解决过程:

1. 到IBM网站去搜索了一下.的确有这个补丁;

2.查看自已的系统是否打上补丁了:

# lslpp -l bos.mp64
Fileset                      Level  State      Description
----------------------------------------------------------------------------
Path: /usr/lib/objrepos
bos.mp64                  5.3.0.40  COMMITTED  Base Operating System 64-bit
Multiprocessor Runtime
Path: /etc/objrepos
bos.mp64                  5.3.0.40  COMMITTED  Base Operating System 64-bit
Multiprocessor Runtime
# instfix -ivqk IY83580


3.请用truss跟踪一下TMSINF的执行结果:

$ truss TMSINF
execve("/home/slbps/Server/bin/TMSINF", 0x2FF22128, 0x2FF22130)  argc: 1
execve("/usr/sbin/execerror", 0x0FFFFFFFFFFFEDE0, 0x0FFFFFFFFFFFEFC0)  argc: 2
Could not load program _getpgrpx(2)                                     = 23
TMSINF_getpgrpx(2)                                      = 6
:
_getpgrpx(2)                                    = 2
kgetsidx(1)                                     = 2
kgetsidx(2)                                     = 2
*** process killed ***
$


以上结果与IBM网站说描述一致.

4.到IBM  fix central 下载补丁.

附:IBM 网站相关链接:

http://www-1.ibm.com/support/docview.wss?rs=203&context=SSCRVP+SSEPC6+SSCPMMT+SSCPX3+SSEPDU+SSAQJD+SSRS7Z+SSAHPY+SSAHQR+SSEPCD+SSPLH8+SSQHWE+SSMJE3+SS2MRY+SSRTQH+SSLR2G+SSLQWS+SS6HAH+SS9UMX+SSDSNY+SSKTG6+SSEMCY+SS4NVZ+SS2TJZ+SSRTM7+SSMG4C+SSSGZS+SSMG4N+SSSH7C+SSCVR4F+SSCVQXQ+SSNW5W+SSCRLG+SS9UMF+SSRTHY+SSSGP4+SS5NC2+SSYUVL+SSCVR4H+SSCVQYE+SSCVR4J+SSCVQXF+SSCVQY6+SSEPGG+SSEPEK+SS6LXQ+SSEPD2+SSYUVE+SSEPDR+SSEPH2+SSGKNY+SSCVRDE+SSCVRDD+SSHMMC+SSGU8G+SSP6X2+SSVHPS+SSCVRDJ+SSGU5D+SSVT2J+SSGHZP+SSP6XJ+SSP6Y2+SSCVRDM+SSGU5Y+SSHPYE&dc=D600&uid=swg21231022&loc=en_US&cs=UTF-8&lang=en
http://www-1.ibm.com/support/docview.wss?uid=isg1IY83580
IY83580: 64-BIT RTL ENABLED APPLICATIONS FAIL WITH ERROR 0509-036 06/04/14 PTF PECHANGE
A fix is available
Obtain fix for this APAR
APAR status
Closed as program error.
Error description
After installing bos.mp64 at the 5.3.0.40 level, which is
included in the 5300-04 Technology Level, 64-bit executables
with runtime linking (RTL) enabled (built with the -brtl flag)
may fail to start with an error message similar to:
.
exec(): 0509-036 Cannot load program
.
This problem is known to affect DB2, Informix and SAP, but
could also affect other 64-bit RTL enabled applications.
Local fix
Problem summary
****************************************************************
* USERS AFFECTED:
* Users of 64-bit applications with runtime linking (RTL)
* enabled (built with the -brtl flag) with the bos.mp64 fileset
* at the 5.3.0.40 or 5.3.0.41 level.
****************************************************************
* PROBLEM DESCRIPTION:
* 64-bit executables with runtime linking enabled may fail to
* start with an error message similar to:
*
*   exec(): 0509-036 Cannot load program
*
* The conditions under which this occurs are:
* - 64-bit application
* - Runtime linking enabled
* - Loads a shared library, which is pre-allocated and has only
*   one symbol in it's loader symbol table
*
* This problem is known to affect DB2, Informix, and SAP, but
* could also affect other 64-bit RTL enabled applications.
****************************************************************
* RECOMMENDATION:
* Install APAR IY83580.
****************************************************************
Problem conclusion
Increased the usla heap size appropriately so
that usla does not run out of heap memory.
Temporary fix
*********
* HIPER *
*********
Comments
APAR information
APAR number
IY83580
Reported component name
AIX 5.3
Reported component ID
5765G0300
Reported release
530
Status
CLOSED PER
PE
YesPE
HIPER
YesHIPER
Submitted date
2006-04-03
Closed date
2006-04-05
Last modified date
2006-04-14
APAR is sysrouted FROM one or more of the following:
APAR is sysrouted TO one or more of the following:
U807459
Publications Referenced
Fix information
Fixed component name
AIX 5.3
Fixed component ID
5765G0300
Applicable component levels
R530 PSY U807459
UP06/04/14 I 1000


--转自 北京联动北方科技有限公司




赞(0)    操作        顶端 
总帖数
1
每页帖数
101/1页1
返回列表
发新帖子
请输入验证码: 点击刷新验证码
您需要登录后才可以回帖 登录 | 注册
技术讨论