以tuxedo组用户storm调用simpcl程序返回字符串失败:
$ simpcl ab
cTpinit failed
错误原因:
没有启动tuxedo服务程序:
$ tmadmin
tmadmin - Copyright (c) 1996-1999 BEA Systems, Inc.
Portions * Copyright 1986-1997 RSA Data Security, Inc.
All Rights Reserved.
Distributed under license by BEA Systems, Inc.
Tuxedo is a registered trademark.
pNo bulletin board exists. Entering boot mode.
> psr
TMADMIN_CAT:111: ERROR: No such command.
解决办法:
启动tuxedo服务程序并重新调用客户端服务:
$ tmboot -y
Booting all admin and server processes in /home/storm/simpapp/tuxconfig
INFO: BEA Tuxedo, Version 8.1, 64-bit, Patch Level 067
INFO: Serial #: 650522264138-1511336328750, Expiration NONE, Maxusers 5
INFO: Licensed to: China CNC
Booting admin processes ...
exec BBL -A :
process id=17626 ... Started.
Booting server processes ...
exec simpserv -A :
process id=17627 ... Started.
2 processes started.
$ simpcl abc
Returned string is: ABC
阅读(3220) | 评论(0) | 转发(1) |