为什么我的服务没能调用成功,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之后又重启了一个?但是却调用失败呢?
Tperrno = 10是程序内部有严重错误coredump了,最好检查一下有没有语句错误,比如类型不匹配什么的
PS:lz是billing的?图书管理系统论文
可能是服务down掉了,可以在服务进程部署的目录查看是否有core文件:ls -l core,查看core是否是你的服务产生的:file core,然后gdb core 服务进程名,调试core,用where命令定位core产生的原因