zoukankan      html  css  js  c++  java
  • 启动loadrunner agent process报 two_way_comm_create_acceptor failed问题解决

    刚刚接触LoadRunner,难免遇到很多问题,不是查看联机丛书就是上网搜索。原本想写个错误大全错误汇总之类,却觉现只遇到个把错误,未免太戴高帽了,还是低调点。我会采取拿来主义,不断网上搜集资料,更新这篇日志,希望对你有些许帮助。

    Error -27492: "HttpSendRequest" failed, Windows error code=12017 (cannot connect) and retry limit (0) exceeded for URL="https://HOSTNAME:6634/services/Imaging

    解决方案:

        Run-Time Settings -> Preferences -> Advanced. 确定此选项未被选中:"WinInet replay instead of Sockets (Windows only)" 。

    Action.c(4): 错误: C interpreter run time error: Action.c (4):  Error -- Unresolved symbol : LrsCreateSocket.

    解决方案:

        协议选择错误,新建单协议脚本时,请选择 Windows Sockets,新建多协议脚本时,添加上Windows Sockets。

    中文:
    16/06/2008 15:23:55 错误: 通信错误: 绑定套接字失败。此计算机上的某进程已绑定到同一地址。 [MsgId: MERR-10344]
    16/06/2008 15:23:55 错误: 通信错误: 为 HTTP 通道服务器创建 TCP 服务器失败。 [MsgId: MERR-10344]
    16/06/2008 15:23:55 错误: 双向通信错误: 函数 two_way_comm_create_acceptor 失败。 [MsgId: MERR-60999]
    16/06/2008 15:23:55 警告: 创建“router”服务器失败。 [MsgId: MWAR-29974]

    English
    16/06/2008 15:19:59 Error: Communication error: Failed to bind socket. A process on the machine is already bound to the same address. [MsgId: MERR-10344]
    16/06/2008 15:19:59 Error: Communication error: Failed to create a TCP server for the HTTP channel's server. [MsgId: MERR-10344]
    16/06/2008 15:19:59 Error: Two Way Communication Error: Function two_way_comm_create_acceptor failed. [MsgId: MERR-60999]
    16/06/2008 15:19:59 Warning: Failed to create "router" server. [MsgId: MWAR-29974]

    解决方案:
          检查50500、54345、5001、5002、5003、443端口是否被其它进程占用!

  • 相关阅读:
    SCCM 补丁更新 失误排错一例
    Oracle 远程连接 DB配置 连接命令
    反向代理服务器
    用JMF播放音频 例子
    HTML css兼容
    Java国际化
    JBPM 之介绍,使用
    Nginx内核优化引用
    Nginx 学习
    局域网访问VMware虚拟机中的Ubuntu
  • 原文地址:https://www.cnblogs.com/zz-yy/p/8986422.html
Copyright © 2011-2022 走看看