51Testing软件测试论坛

 找回密码
 (注-册)加入51Testing

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 5111|回复: 3
打印 上一主题 下一主题

[求助] lr并发1000错误

[复制链接]

该用户从未签到

跳转到指定楼层
1#
发表于 2009-3-11 14:48:04 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
请问下;我使用lr并发1000用户;测试WEB
   我录制场景:  首页点击注册;注册成功返回首页;退出;
                 我在代码中插入了3个事务和3个集合点;
                 在注册和邮箱;设置了属性:1000个不同的数据;
                  在属性中设置:  选择下一行:  Unique  当超出值时:Continue With Last Value
                自动分配块大小;
                 Vuser  数  1000
          开始执行场景;  在运行不到半分钟;出错如下错误:
           1.   错误-27792:将数据传输到网络失败:【10054】 Connection reset 不要 peer
          2.   错误-27791:服务器“192.168.1.2”已过早关闭连接
          3.  错误 -27740: 将请求的传输重叠到 URL“http://192.168.1.2:8080/boeshop/index.html”的“192.168.1.2”时失败: WSA_IO_PENDING
         4   错误 -26631: 对于“http://192.168.1.2:8080/bshopop/index.html”,HTTP 状态代码=400 (No Host matches server name 192.168.1.2)
         5    错误 -26631: 对于“http://192.168.1.2:8080/bshopop/index.html”,HTTP 状态代码=400 (No Host matches server name 192.168.1.2)

前面三次出现在Action(15),后面出现在Action(153)

  Action(15)脚本为:
        web_url("index.html",
                "URL=http://192.168.1.2:8080/boeshop/index.html",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=",
                "Snapshot=t5.inf",
                "Mode=HTML",
                EXTRARES,
                "Url=imgs/menu.gif", ENDITEM,
                "Url=imgs/menu_line.gif", ENDITEM,
                "Url=imgs/serach.gif", ENDITEM,
                "Url=imgs/serach-menu.gif", ENDITEM,
                "Url=css/bcastr.swf?bcastr_xml_url=bcastr_xml.jsp", ENDITEM,
                "Url=imgs/banner_bj.gif", ENDITEM,
                "Url=imgs/icon1.gif", ENDITEM,
                "Url=imgs/icon2.gif", ENDITEM,
                "Url=imgs/icon4.gif", ENDITEM,
                "Url=imgs/icon3.gif", ENDITEM,
                "Url=imgs/pcenter_icon_bj.gif", ENDITEM,
                "Url=imgs/pright_bj1.gif", ENDITEM,
                "Url=imgs/pc1_bj.gif", ENDITEM,
                "Url=imgs/pright_bj.gif", ENDITEM,
                "Url=imgs/NO.png", ENDITEM,
                LAST);
Action(153)脚本为:
                      web_submit_data("addMember",
                "Action=http://192.168.1.2:8080/boeshop/appController/addMember",
                "Method=POST",
                "RecContentType=text/html",
                "Referer=http://192.168.1.2:8080/boeshop/member/register.html?backurl=/boeshop/index.html",
                "Snapshot=t15.inf",
                "Mode=HTML",
                ITEMDATA,
                "Name=backurl", "Value=/boeshop/index.html", ENDITEM,
                "Name=account", "Value={Test_name}", ENDITEM,
                "Name=pwd", "Value=123", ENDITEM,
                "Name=pwd2", "Value=123", ENDITEM,
                "Name=email", "Value={Test_Email}", ENDITEM,
                "Name=licence", "Value=1111", ENDITEM,
                "Name=name", "Value=", ENDITEM,
                "Name=province", "Value=", ENDITEM,
                "Name=postcode", "Value=", ENDITEM,
                "Name=address", "Value=", ENDITEM,
                "Name=tel", "Value=", ENDITEM,
                "Name=mobile", "Value=", ENDITEM,
                "Name=imageField.x", "Value=67", ENDITEM,
                "Name=imageField.y", "Value=16", ENDITEM,
                EXTRARES,
                "Url=../imgs/icon5.gif", "Referer=http://192.168.1.2:8080/boeshop/index.html", ENDITEM,
                LAST);


请问下;错误到底出现在那里呀。。谢谢高手指点;
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏
回复

使用道具 举报

  • TA的每日心情
    开心
    2014-10-24 09:36
  • 签到天数: 1 天

    连续签到: 1 天

    [LV.1]测试小兵

    2#
    发表于 2009-3-11 18:34:22 | 只看该作者
    记得在论坛上看过类似的问题,大概是说,客户机发包过快,服务器响应时,会重置连接,会引起类似的问题
    关注下
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    3#
     楼主| 发表于 2009-3-12 09:30:51 | 只看该作者

    能否更详细一点说名谢谢

    我今天测试:还是有这样的错误;我录制的场景是:首页点击商品到商品详细,商品详细中加入购物车;返回主页;  还是有错;执行30分钟;每5分钟加载200用户;在执行前5分钟内就有错误;
       下面是执行20分钟后的错误:
      1.Action.c(13): 错误 -27792: 将数据传输到网络失败: [10054] Connection reset by peer  (错误数量:15 Vuser:4)
      2.Action.c(13): 错误 -27791: 服务器“192.168.1.2”已过早关闭连接                          (错误数量:2025 Vuser:714)
      3. Action.c(13): 错误 -27740: 将请求的传输重叠到 URL“http://192.168.1.2:8080/boeshop/index.html”的“192.168.1.2”时失败: WSA_IO_PENDING                                                                         (错误数量:12 Vuser:5)

      4.Action.c(170): 错误 -26611: 对于“http://192.168.1.2:8080/boeshop/ ... t/detail-20344.html”,HTTP 状态代码=501 (Method pid=20344&attribute=&backurl=%2Fboeshop%2Fproduct%2Fdetail-20344.htmlPOST is not defined in RFC 2068 and is not supported by the Servlet API)
                                                                                          (错误数量:20 Vuser:20)
    请问下;这些错误如何去分析和查找呀。。。
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    4#
    发表于 2013-3-6 14:57:17 | 只看该作者
    Message Code 27791
    Server 'server name' has shut down the connection prematurely

    The server shut down the connection unexpectedly, possibly in the middle of a response.

    Troubleshooting
    Ping the remote host to which you were connected. If it does not respond, it may be offline or there may be a network problem. Try again later.
    Ping a local host to verify that your local network is still functioning.
    Ping your local router address.
    Ping a host on the same subnet as the remote host to which you were connected (if you know of one). This will verify that the destination network is functional.
    Send a "traceroute" command to the remote host. This will not reveal the problem unless you know the router addresses at the remote end, but it may help you determine if the problem is somewhere along the network path.
    回复 支持 反对

    使用道具 举报

    本版积分规则

    关闭

    站长推荐上一条 /1 下一条

    小黑屋|手机版|Archiver|51Testing软件测试网 ( 沪ICP备05003035号 关于我们

    GMT+8, 2024-11-26 10:47 , Processed in 0.076571 second(s), 29 queries .

    Powered by Discuz! X3.2

    © 2001-2024 Comsenz Inc.

    快速回复 返回顶部 返回列表