标题: 帮助:关于 Error -27791: Server has shut down the connection prematurely [打印本页] 作者: lisa_1106 时间: 2007-7-25 14:42 标题: 帮助:关于 Error -27791: Server has shut down the connection prematurely 脚本:用户登陆服务器(公司自己产品),直接退出
场景一:192.168.*.78 为conroller ,直接发送request 到 server, 到120个左右的用户,有5-10个faild,error 信息为: Server has shut down the connection prematurely
场景二:通过agent,192.168.*.78 作为control也作为agent,通过另一台agent, 可到达用户200个左右,没有错误,到210个左右,想同错误又有出现
场景三 : 一台controller,通过三台agent,发送request,可到达用户240个左右,每台agent 80个左右的用户,到260个左右,Server has shut down the connection prematurely 和 Action.c(22): Error -27792: Failed to transmit data to network: [10054] Connection reset by peer
[ 本帖最后由 lisa_1106 于 2007-7-25 14:45 编辑 ]作者: lisa_1106 时间: 2007-7-25 15:22
help help!作者: JamesGosling 时间: 2007-7-25 16:53
学习了作者: javasos 时间: 2007-8-2 10:58
我也有同样的问题,我测的是搜狐博客,只设置了50个用户,全是failed transactions,不知道为什么作者: ft1986926 时间: 2007-8-2 11:55
我现在测的项目的设置的场景和lz的类似一台controller,3台agent作为负载生成器,一开始运行还不错,可到后面就开始有error,内容也是Error -27791: Server has shut down the connection prematurely 和 Error -27792: Failed to transmit data to network: [10054] Connection reset by peer作者: Zee 时间: 2007-8-2 12:05
把几种不同的结果对比分析一下。作者: you力 时间: 2007-9-20 16:06
原帖由 Zee 于 2007-8-2 12:05 发表
把几种不同的结果对比分析一下。
何解,怎么分析法,请赐教.作者: 四哥 时间: 2007-9-21 17:07
数据库用的是什么?作者: purezzj 时间: 2007-9-22 10:35
我想可能主要是服务器的原因,可能用户数过多,导致资源不能被下载。作者: you力 时间: 2007-9-25 12:05
我也估计是网络问题,假如单独一个shut down 时,可能就比较难说了,现在他和network一起,估计网络问题方面比较大。作者: tongfenglcz 时间: 2007-10-10 11:33
我使用IP Spoofer的时候也会出现楼主所描述的错误提示:
vuser_init.c(12): Error -27792: Failed to transmit data to network: [10054] Connection reset by peer
vuser_init.c(12): Error -27791: Server "10.*.*.9" has shut down the connection premature作者: serena_meledy 时间: 2007-10-12 11:47
up,up我也遇到了lz同样问题。
程序没有抱错,但是同样的用户量去压,服务器抱错了。我用的服务器resin,怀疑resin loadrunenr两者的超时设置问题。resin 的比loadrunenr的短的话。。。不过我不知道如何修改resin超时设置,所以无法继续排查。作者: hankliu520 时间: 2007-10-13 15:04
把集合点时间设置大点,默认是120s,改成更大一点,试下!作者: tongfenglcz 时间: 2007-10-16 09:16
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. 看看能不能解决问题
原先我用IP欺骗时候也出现过类似的错误提示,但后来执行的时候加了用这些Ip的生成器就没有问题了作者: serena_meledy 时间: 2007-10-17 11:42 标题: to:hankliu520 什么叫“把集合点时间设置大点,默认是120s,改成更大一点,试下!”作者: wyhwb 时间: 2008-3-25 08:49
我也遇到相同问题
在Virtual User Generator中调试通过,Agent也正常打开的,但是在Controller中的所有事件全部失败
报:vuser_init.c(12): Error -27792: Failed to transmit data to network: [10054] Connection reset by peer
vuser_init.c(12): Error -27791: Server "10.*.*.9" has shut down the connection premature
最后发现,可能是与“卡巴斯基”发生了冲突;关闭了“卡巴斯基”之后再运行,全部成功!作者: 数码宝贝 时间: 2008-4-3 14:51
vuser_end c(6):error -27792:faild to transmit data to network:[10054]
connection reset by peer