TA的每日心情 | 开心 2014-12-26 13:34 |
---|
签到天数: 1 天 连续签到: 1 天 [LV.1]测试小兵
|
用LoadRunner测试MI自带的网站MercuryWebTours,
发现加载10个用户(未关联)的时候就开始报错:
vuser_init.c(12): 错误 -27792: 将数据传输到网络失败: [10054] Connection reset by peer
vuser_init.c(12): 错误 -27791: 服务器“testserver”已过早关闭连接
关联后的错误:
vuser_init.c(21): Error -26374: The above "not found" error(s) may be explained by header and body byte counts being 0 and 0, respectively.
每次都是有8个用户通过,2个用户在vuser_init就失败了。
请指教sdlkfj2
2007-7-17,14:27:
我又安装了英文和中文对比,都有错误:
vuser_init.c(26): 错误 -27792: 将数据传输到网络失败: [10054] Connection reset by peer
vuser_init.c(26): 错误 -27791: 服务器“testserver”已过早关闭连接
vuser_init.c(26): 错误 -26377: 找不到请求的参数“CSRule_2_UID2”的匹配项。检查请求的边界是否存在于响应数据中。此外,如果要保存的数据超过 8196 个字节,请使用 web_set_max_html_param_len 增加参数大小
vuser_init.c(26): 错误 -26374: 以上“找不到”错误可由分别为 0 和 0 的标头和正文字节计数来解释。
vuser_init.c(26): Error -27792: Failed to transmit data to network: [10054] Connection reset by peer
vuser_init.c(26): Error -27740: Overlapped transmission of request to "testserver" for URL "http://testserver:1080/mercurywebtours/" failed: WSA_IO_PENDING
vuser_init.c(26): Error -26377: No match found for the requested parameter "CSRule_1_UID2". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 1024 bytes, use web_set_max_html_param_len to increase the parameter size
vuser_init.c(26): Error -26374: The above "not found" error(s) may be explained by header and body byte counts being 0 and 0, respectively.
说明:在vuser_init中仅打开登录页面,录制脚本时自动生成了关联.
[ 本帖最后由 higkoo 于 2007-7-17 14:34 编辑 ] |
|