Action.c(42): Error -27791:
Action.c(42): Error -27791: Server "192.168.1.11" has shut down the connection prematurely这个是服务器过早地关闭,是什么意思,是我场景的问题还是服务器的问题?
该如何解决呢 急需解决在线等sdlkfj9 Action.c(8): Error -26377: No match found for the requested parameter "WCSParam_Diff1". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 256 bytes, use web_set_max_html_param_len to increase the parameter size Action.c(8): Error -26374: The above "not found" error(s) may be explained by header and body byte counts being 0 and 0, respectively. 这三个问题存在内在关系不? 1个用户,在Run-time settings中Run-logic中设置为100时间设置了5出现了下面的问题:
Action.c(8): Error -27796: Failed to connect to server "www.seekcall.com:8443": Connection refused
Action.c(8): Error -27791: Server "192.168.1.11" has shut down the connection prematurely
Action.c(8): Error -27780: connect to host "www.seekcall.com" failed: Connection reset by peer
Action.c(8): Error -26377: No match found for the requested parameter "WCSParam_Diff1". Check whether requestedboundaries exist in the response data. Also, if the data you want to save exceeds 256 bytes, use web_set_max_html_param_len to increase the parameter size
Action.c(8): Error -26374: The above "not found" error(s) may be explained by header and body byte counts being 453 and 0, respectively.
我究竟是怎么了啊sdlkfj9 我知道Error -27796表示连接超时设置时间太低,但我看了一下在option中是120,这也低吗? 怎么没人呢啊sdlkfj9 我设计的场景是50个用户同时并发;设置的时间为20分钟;迭代为1;Pacing选的是第一项;思考时间是第二项里面的第一个;
出现了如下的错误:
Action.c(8): Error -27796: Failed to connect to server "192.168.1.11:8080": Connection refused
Action.c(8): Error -27791: Server "192.168.1.11" has shut down the connection prematurely
Action.c(77): Error -27195: "web_find" failed. 0 occurrence(s) of "07" found (RightOf="20", LeftOf="")
Action.c(8): Error -26377: No match found for the requested parameter "WCSParam_Diff1". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 256 bytes, use web_set_max_html_param_len to increase the parameter size
补充一下:脚本回放没有问题;关联用lr_output_message("WCSParam_Diff1 %s",lr_eval_string("{WCSParam_Diff1}"));这个已经验证没有问题;不用测试工具正常登陆也没有问题;运行时的连接超时时间设置为120.
回复 #6 han_xue1230 的帖子
不知出现错误提示时是在第一次运行时还是在第二次或之后的迭代中出现的?连接被拒绝或连接重置总是有很多因素在里面,有时不能确定是哪个原因,一个个排除吧。[ 本帖最后由 guxingyun 于 2007-6-1 00:28 编辑 ] 今天也晕到这样问题,,,版主你解决了吗 我也遇到了 不知道怎么解决啊 呵呵 帮顶下 不懂,帮顶下 同样问题,超过一次的迭代就只有一个可以了,谁能帮忙解决下 Error -27791 connection prematurely错误解答
运行Controller时遇到这个error:
Action.c(7): Error -27791: Server "10.10.0.88" has shut down the connection prematurely
解决方案如下:
1、应用服务器死掉。小用户时程序上的问题,程序上处理数据库的问题
2、应用服务没有死。应用服务参数设置问题。例如:在许多客户端weblogic应用服务器被拒绝,而在服务器端没有错误显示,则有可能是weblogic中的server元素的acceptbacklog属性值设得过低。如果连接时收到connection refused消息,说明应提高该值,每次增加25%。
3、数据库的连接
在应用服务的性能参数可能太小了
数据库启动的最大连接数(跟硬件的内存有关)
4、有时关闭卡巴斯基也会解决如上问题 类似的问题都有解决了吗? 版主的问题是怎么解决的啊?我现在也有类似的问题哎 我也刚遇到了,网上直说是什么原因,却没有解决方法 楼主解决了吗?怎么解决的,分享一下啊!
页:
[1]
2