emiergril 发表于 2014-12-16 16:05:32

LR Error -27492: "HttpSendRequest" failed求大神解答!!

本帖最后由 emiergril 于 2014-12-16 16:21 编辑

Action.c(22): Error -27492: "HttpSendRequest" failed, Windows error code=12002 and retry limit (0) exceeded for URL="https://testwb.95105813.cn/ 这个问题要怎样解决,求大神解答!!
回放脚本没有错,就是在跑场景的时候出错。

emiergril 发表于 2014-12-16 16:06:32

Action.c(14): Error -26374: The above "not found" error(s) may be explained by header and body byte counts being 0 and 0, respectively. 还有这个 :( 不懂啊,求解答!

小眼睛姑凉 发表于 2015-8-7 09:59:36

楼主27492的问题解决了吗

emiergril 发表于 2016-1-20 15:58:54

隔了好久又看回自己的贴子,

Action.c(10): Error -26374: The above "not found" error(s) may be explained by header and body byte counts being 0 and 0, respectively.

解决办法:

我们服务器设置的线程数不够,Tomcat的conf/server.xml中的maxThreads、connectionTimeout参数进行配置,maxThreads最大是500

结论:当最大线程数较少、超时时间较短时,出现这个错误的次数就越多;随着最大线程数逐步接近并发用户数,该错误逐渐减少。另外,延长超时时间也能够减少错误的出现,但这时由于请求在处于排队状态,因此会增加响应时间。

10.        Action.c(44): Error -27492: "HttpSendRequest" failed, Windows error code=12002 and retry limit (0) exceeded for URL=
http://www.jXXx.com.cn/contract/contractAction!indexProcess.action

修改 HTTP-request connect timeout,HTTP-request receieve timeout,Step download timeout,分别建议修改为600、600、5000;run time setting设置完了后记住还需要在control组件的option的run time setting中设置相应的参数;

页: [1]
查看完整版本: LR Error -27492: "HttpSendRequest" failed求大神解答!!