tuxedo错误_MQ, Tuxedo及OLTP讨论区_Weblogic技术|Tuxedo技术|中间件技术|Oracle论坛|JAVA论坛|Linux/Unix技术|hadoop论坛_联动北方技术论坛  
网站首页 | 关于我们 | 服务中心 | 经验交流 | 公司荣誉 | 成功案例 | 合作伙伴 | 联系我们 |
联动北方-国内领先的云技术服务提供商
»  游客             当前位置:  论坛首页 »  自由讨论区 »  MQ, Tuxedo及OLTP讨论区 »
总帖数
3
每页帖数
101/1页1
返回列表
0
发起投票  发起投票 发新帖子
查看: 3161 | 回复: 2   主题: tuxedo错误        下一篇 
tjzhou
注册用户
等级:上尉
经验:686
发帖:54
精华:0
注册:2012-6-18
状态:离线
发送短消息息给tjzhou 加好友    发送短消息息给tjzhou 发消息
发表于: IP:您无权察看 2014-9-28 14:51:57 | [全部帖] [楼主帖] 楼主

为什么我的服务没能调用成功,Can't send request to service TOUPPER

Tperrno = 10


而我的log中显示为

Standard main starting
232106.web2!R1354.1155110.1.0: LIBTUX_CAT:476: WARN: Server 150/9200: client process 1241306: lost message
232106.web2!R1354.1155110.1.0: LIBTUX_CAT:477: WARN: SERVICE=s1354Query    MSG_ID=0    REASON=server died
232106.web2!R1354.1155110.1.0: LIBTUX_CAT:525: INFO: Default tpsvrinit() function used
232106.web2!restartsrv.585728.1.-2: 02-27-2009: Tuxedo Version 8.1, 64-bit
232106.web2!restartsrv.585728.1.-2: server ALL_HKBSS/9200: CMDTUX_CAT:580: INFO: A server process has restarted: 1155110


为什么died之后又重启了一个?但是却调用失败呢?




赞(0)    操作        顶端 
koei123
注册用户
等级:大校
经验:4196
发帖:16
精华:0
注册:2011-7-21
状态:离线
发送短消息息给koei123 加好友    发送短消息息给koei123 发消息
发表于: IP:您无权察看 2014-9-29 14:35:03 | [全部帖] [楼主帖] 2  楼

看下Tuxedo对于错误号的定义:

/*

* tperrno values - error codes

* The man pages explain the context in which the following error codes

* can return.

*/

#define TPMINVAL    0    /* minimum error message */

#define TPEABORT    1

#define TPEBADDESC    2

#define TPEBLOCK    3

#define TPEINVAL    4

#define TPELIMIT    5

#define TPENOENT    6

#define TPEOS        7

#define TPEPERM        8

#define TPEPROTO    9

#define TPESVCERR    10

#define TPESVCFAIL    11

#define TPESYSTEM    12

#define TPETIME        13

#define TPETRAN        14

#define TPGOTSIG    15

#define TPERMERR    16

#define TPEITYPE    17

#define TPEOTYPE    18

#define TPERELEASE    19

#define TPEHAZARD    20

#define TPEHEURISTIC    21

#define TPEEVENT    22

#define    TPEMATCH    23

#define TPEDIAGNOSTIC    24

#define TPEMIB        25

#define TPMAXVAL    26    /* maximum error message */

/*

*  WARNING:  when adding new error messages above, remember to:

*    - increase TPMAXVAL

*    - add a string for the message to LIBTUX.text

*    - add an array entry in _tmemsgs[]

*/



赞(0)    操作        顶端 
koei123
注册用户
等级:大校
经验:4196
发帖:16
精华:0
注册:2011-7-21
状态:离线
发送短消息息给koei123 加好友    发送短消息息给koei123 发消息
发表于: IP:您无权察看 2014-9-29 14:37:22 | [全部帖] [楼主帖] 3  楼

这个10号错对应的就是服务错误,一般就是服务core dump出去了:

232106.web2!R1354.1155110.1.0: LIBTUX_CAT:477: WARN: SERVICE=s1354Query MSG_ID=0 REASON=server died


而之所以重启,估计是ubb里面配了RESTART=Y,且MAXGEN没用完;
自动重启能处理下一笔交易,当前引起core的这个,是失败的。



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