51Testing软件测试论坛

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

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 4522|回复: 4
打印 上一主题 下一主题

[求助] 请帮我看看什么错?

[复制链接]

该用户从未签到

跳转到指定楼层
1#
发表于 2007-5-11 12:46:34 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
我是新手,刚刚接触LoadRunner

请帮我看看出了什么错.
Virtual User Script started
Starting action vuser_init.
vuser_init.c(6): lrs_startup(257)
Ending action vuser_init.
Running Vuser...
Starting iteration 1.
Starting action Action.
Action.c(12): lrs_set_connect_timeout(10, 0)
Action.c(13): lrs_set_send_timeout(10, 0)
Action.c(14): lrs_set_recv_timeout(10, 0)
Action.c(16): lrs_create_socket(socket1, TCP, ...)
Action.c(16): Error : callConnect - Connection refused. Error code : 10061.
Action.c(16): Error : Timeout expired while trying to connect. Error code : 9017.

Abort was called from an action.
Ending Vuser...
Starting action vuser_end.
vuser_end.c(6): lrs_cleanup()
Ending action vuser_end.
Vuser Terminated.


是连接的TCP有问题吗?

[ 本帖最后由 大鸭梨 于 2007-5-11 12:47 编辑 ]
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏
回复

使用道具 举报

该用户从未签到

2#
发表于 2007-5-11 13:06:33 | 只看该作者
Problem Description: Error: "10061 - Connection refused" while running a scenario with Winsock Vusers

While running a scenario with Winsock Vusers, the user receives the error "10061 - Connection refused" while trying to connect to a socket.

This happens while trying to initialize a large number of Vusers at the same time.



--------------------------------------------------------------------------------

Solution: Troubleshooting connection refused problems

1. Make sure that you are connected to the correct port and destination host address. If you have a network analyzer available, you can check if the destination port number and host address are what you expect.

2. Check that the server application is running on the destination host.

3. Check that the server application is listening on the right port.

4. If the problem occurs during a load test, it could be that there is insufficient size for the socket queue on the server side. To resolve this, you can

Change the server's application to handle a larger number of concurrent requests.
Manually enter something similiar to the following into the script:
   while (lrs_create_socket("socket2", "TCP", "RemoteHost=LDNTAS42:671", LrsLastArg) == 10061) ;

This will reexecute the statement until the socket can be connected to.


http://kb-web.mercury.com/KBA/KB ... 3480&Product=LR
回复 支持 反对

使用道具 举报

该用户从未签到

3#
发表于 2007-5-11 13:24:12 | 只看该作者
楼上的回复经典。

多到MERCURY的官方网站看看。

不过好像楼上是有ID的,这个需要买了MERCURY的服务才能获得。

[ 本帖最后由 rickyzhu 于 2007-5-11 13:26 编辑 ]
回复 支持 反对

使用道具 举报

该用户从未签到

4#
 楼主| 发表于 2007-5-11 16:19:37 | 只看该作者
已经解决了 是IP换了 导致连不上 谢谢楼上的朋友们
回复 支持 反对

使用道具 举报

该用户从未签到

5#
发表于 2013-5-24 11:29:10 | 只看该作者
很着急,我也碰到了,不知道怎么解决
回复 支持 反对

使用道具 举报

本版积分规则

关闭

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

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

GMT+8, 2024-11-8 23:06 , Processed in 0.073399 second(s), 27 queries .

Powered by Discuz! X3.2

© 2001-2024 Comsenz Inc.

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