51Testing软件测试论坛

标题: Error -27796: Failed to connect to server [打印本页]

作者: wwb    时间: 2008-5-25 12:02
标题: Error -27796: Failed to connect to server
执行场景时,发生以下错误,找不出原因,哪位能给我指点指点,谢谢
Action.c(5): Error -27796: Failed to connect to server "localhost:80": [10061] Connection refused
脚本如下:
#include "web_api.h"

Action()

{
        web_url("MercuryWebTours",
                "URL=http://localhost/MercuryWebTours/",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=",
                "Snapshot=t1.inf",
                "Mode=HTML",
                LAST);
        lr_rendezvous("登陆");
        lr_start_transaction("登陆");
        web_submit_form("login.pl",
                "Snapshot=t2.inf",
                ITEMDATA,
                "Name=username", "Value=wwb", ENDITEM,
                "Name=password", "Value=123456", ENDITEM,
                "Name=login.x", "Value=45", ENDITEM,
                "Name=login.y", "Value=15", ENDITEM,
                LAST);
        lr_end_transaction("登陆", LR_AUTO);

        web_find("web_find",
                "What=wwb",
                LAST);

    web_image("SignOff Button",
                "Alt=SignOff Button",
                "Snapshot=t3.inf",
                LAST);
        return 0;
}
作者: flying-kite    时间: 2008-5-25 22:43
你本地的web应用服务器吃不消了,拒绝服务,需要调整一下最大连接参数

[ 本帖最后由 flying-kite 于 2008-5-25 22:50 编辑 ]
作者: wwb    时间: 2008-5-26 09:08
谢谢指点,呵呵
作者: doudou1016    时间: 2009-1-13 13:53
标题: 回复 2# 的帖子
如何设置最大连接数 在那儿设置啊 我也遇到相同问题 不知道怎么解决
作者: BBnight    时间: 2009-1-13 16:14
我也碰到这情况,用LR自带的WEB Server录制、回放都没问题,但录制登录Baidu网页时,回放出错。
提示信息:
Action.c(6): Error -27796: Failed to connect to server "www.baidu.com:80": [10060] Connection timed out             [MsgId: MERR-27796]
Action.c(6): Warning -26000: Empty or no response for URL="http://www.baidu.com/"  [MsgId: MWAR-26000]
Action.c(6): Warning -26200: At least one of the resources specified by EXTRARES has not been downloaded
             due to the above error(s)  [MsgId: MWAR-26200]
Action.c(6): web_url("www.baidu.com") highest severity level was "ERROR", 0 body bytes, 0 header bytes             [MsgId: MMSG-26388]

这是怎么回事呢??期待高手ing。。。。
作者: 金小言    时间: 2013-7-5 16:30
最大连接数该怎样调整
作者: 闫娜    时间: 2015-7-1 15:49
金小言 发表于 2013-7-5 16:30
最大连接数该怎样调整

查询linux系统最大连接数:
ulimit -n

设置最大连接数(根据自己需求设置)
ulimit -n 4096

作者: 闫娜    时间: 2015-7-1 15:49
doudou1016 发表于 2009-1-13 13:53
如何设置最大连接数 在那儿设置啊 我也遇到相同问题 不知道怎么解决

查询linux系统最大连接数:
ulimit -n

设置最大连接数(根据自己需求设置)
ulimit -n 4096





欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2