51Testing软件测试论坛

标题: 错误 -27796的问题 [打印本页]

作者: kings348752885    时间: 2008-4-18 10:00
标题: 错误 -27796的问题
使用VU录制在线播放系统,在回放过程中出现了一下错误。请高手指教:

Action.c(12): 错误 -27796: 连接服务器“402-1:1680”失败: [10061] Connection refused, Snapshot Info [MSH 0 4]          [MsgId: MERR-27796]
Action.c(12): web_custom_request("402-121104040.xms") 最高严重级别为“ERROR”,0 个正文字节,0 个标头字节          [MsgId: MMSG-26388]
从操作调用了中止。


代码如下:



        web_url("play.asp",
                "URL=http://202.192.72.65/play.asp?vid=",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=",
                "Snapshot=t14.inf",
                "Mode=HTML",
                LAST);

        web_custom_request("402-121104040.xms",
                "URL=http://402-1:1680/XMMS/402-121104040.xms",
                "Method=POST",
                "Resource=0",
                "RecContentType=video/*",
                "Referer=",
                "Snapshot=t15.inf",
                "Mode=HTML",
                "EncType=",
                LAST);

        web_custom_request("402-121104040.xms_2",
                "URL=http://402-1:1680/XMMS/402-121104040.xms",
                "Method=POST",
                "Resource=0",
                "RecContentType=video/*",
                "Referer=",
                "Snapshot=t16.inf",
                "Mode=HTML",
                "EncType=",
                LAST);

        web_custom_request("402-121104040.xms_3",
                "URL=http://402-1:1680/XMMS/402-121104040.xms",
                "Method=POST",
                "Resource=0",
                "RecContentType=video/*",
                "Referer=",
                "Snapshot=t17.inf",
                "Mode=HTML",
                "EncType=",
                LAST);

        web_custom_request("402-121104040.xms_4",
                "URL=http://402-1:1680/XMMS/402-121104040.xms",
                "Method=POST",
                "Resource=0",
                "RecContentType=video/*",
                "Referer=",
                "Snapshot=t18.inf",
                "Mode=HTML",
                "EncType=",
                LAST);


谢谢!
作者: rickyzhu    时间: 2008-4-18 13:23
不用看代码,错误很明显,服务器拒绝连接:

连接服务器“402-1:1680”失败: [10061] Connection refused
                                                                       连接被拒

找找服务器的原因先
作者: kings348752885    时间: 2008-4-21 17:03
原因查找中,谢谢版主先
作者: s114747867    时间: 2009-2-10 16:09
dsaf
作者: 刘顺    时间: 2009-9-21 11:15
可能与数据库断链有关系




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