在Controller中运行报 Error -27492: "HttpSendRequest" failed
在Controller中运行报 Error -27492: "HttpSendRequest" failed, Windows error code=12029 (cannot connect) and retry limit (0) exceeded for URL="http://61.174.8.254:8080/xhrt/androidUserRegisterCheck.html?type=14&phone=15253677745",是什么原因导致的?怎么解决?以下两种方法不能解决问题:
1.把runtime setting中的preferences-->options-->http-request connect timeout(sec)的值设为1000.
2.Run-Time Settings -> Preferences -> Advanced. 确定此选项未被选中:"WinInet replay instead of Sockets (Windows only)"
Windows error code=12029 (cannot connect)表示链接服务失败,查看服务是否正常 jingzizx 发表于 2015-9-1 09:22
Windows error code=12029 (cannot connect)表示链接服务失败,查看服务是否正常
服务器是正常的,现在出现了Windows error code=12152 先确认脚本调试无误. 然后用VUGen多迭代循环几遍,以确保脚本在参数化时没有问题.然后再通过controller进行场景运行.
另外像你列出的几种错误:"HTTPResqustError",Timeout,都是无法得到服务器响应或根本没有向服务器端发出正确请求报错, 你用IE能打开是不是本身有缓存保存着这些页面才能访问. 把缓存清空再试试.
1、把runtime setting中的preferences-->options-->http-request connect timeout(sec)的值设为999
2、Runtime Setting -> Preferences -> Advanced区域中设置:"WinInet replay instead of Sockets (Windows only)"选项
看一下是服务器硬件资源不足,看数据连接池的最大连接数是否太小(尤其是大并发量下报错,小并发量下不报错的情况),看中间接线程数问题。 fangty 发表于 2015-9-1 14:34
1、把runtime setting中的preferences-->options-->http-request connect timeout(sec)的值设为999
2、Run ...
你的这两种方法我早已经试过了的,都没能解决问题啊 你之前是不选中,值是1000,现在变成999,选中那个
页:
[1]