请教一个关于TUXEDO的TPESYSTEM错误

发布于 2022-07-18 09:09:25 字数 2223 浏览 9 评论 0

安装php-tuxedo_0_4_1后,可以访问TUXEDO服务,但是时间长了就在tux_tpcall出现TPESYSTEM错误,等待一段时间或apachectl restart以后又正常了,不知道是什么原因,有说法是WSNADDR的问题,但是我每次都利用API确认过的,服务是TUXEDO的SAMPLE服务TOUPPER,我的主要访问流程:

  1. tux_tuxputenv("WSNADDR",$srv)
  2. $in_buff=tux_tpalloc(TUX_STRING,"",strlen($txt)+1);
  3. tux_put_buf($in_buff,$my_text);
  4. tux_tpcall("TOUPPER",$in_buff,$out_buff,0);
  5. tux_tpfree($in_buff);
  6. tux_tpclose();

复制代码
以上只是部分主要代码,大部分时间能够成功,只是不稳定,出现TPESYSTEM后重启APACHE就立马恢复,否则也只有等一段时间,实在郁闷。
出错后的ULOG:

  1. 140855.d390!?proc.5672.1.0: LIBWSC_CAT:1055: ERROR: Unable to establish WSL connection
  2. 140855.d390!?proc.5672.1.0: LIBWSC_CAT:1027: ERROR: Unable to connect to WSH
  3. 140855.d390!?proc.5672.1.0: LIBWSC_CAT:1020: ERROR: Unable to obtain authentication level
  4. 140855.d390!?proc.5672.1.-2: GP_CAT:1569: ERROR: Unable to lock network mutex -1 at 3556
  5. 140855.d390!?proc.5672.1.-2: LIBWSC_CAT:1011: ERROR: tpcall() message send failure
  6. 140855.d390!?proc.5672.1.-2: GP_CAT:1569: ERROR: Unable to lock network mutex -1 at 3556
  7. 140855.d390!?proc.5672.1.-2: LIBWSC_CAT:1025: ERROR: Unable to send tpterm() request
  8. 140916.d390!?proc.5675.1.0: LIBWSC_CAT:1055: ERROR: Unable to establish WSL connection
  9. 140916.d390!?proc.5675.1.0: LIBWSC_CAT:1027: ERROR: Unable to connect to WSH
  10. 140916.d390!?proc.5675.1.0: LIBWSC_CAT:1020: ERROR: Unable to obtain authentication level
  11. 140916.d390!?proc.5675.1.-2: GP_CAT:1569: ERROR: Unable to lock network mutex -1 at 3556
  12. 140916.d390!?proc.5675.1.-2: LIBWSC_CAT:1011: ERROR: tpcall() message send failure
  13. 140916.d390!?proc.5675.1.-2: GP_CAT:1569: ERROR: Unable to lock network mutex -1 at 3556
  14. 140916.d390!?proc.5675.1.-2: LIBWSC_CAT:1025: ERROR: Unable to send tpterm() request

复制代码
看起来象服务端的问题,事实上其他客户端可以连接,如果是WSNADDR的问题,tux_tuxgetenv("WSNADDR")的返回也是正确。

OS:HPUX 11.00 Tuxedo Version 8.1,APACHE 1.3.33+PHP 5.1.2+PHP-Tuxedo Version  0.4.0

[ 本帖最后由 3sane 于 2006-4-19 14:15 编辑 ]

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文