启动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端口是否被其它进程占用!

猜你喜欢

转载自www.cnblogs.com/zz-yy/p/8986422.html