啦啦啦啦哈 发表于 2017-7-17 16:20:01

LoadRunner 回放出错

神奇错误

<font size="4">Warning: Failed to get NV emulation handle.
Virtual User Script started at : 2016/8/18 9:29:57
Starting action vuser_init.
Web Turbo Replay of LoadRunner 12.53.0 for Windows 7; build 1203 (八月 18 2016 19:13:20)      
Run mode: HTML      
Replay user agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)   
Run-Time Settings file: "A:\NetWork\HP loadrunner word\WebHttpHtml2\\default.cfg"   
Starting to download the proxy automatic configuration script, URL="http://127.0.0.1:8086/proxy.pac"   

1. *Error -27792*

: Failed to connect to server "127.0.0.1:8086": Connection refused      

2. *Fatal Error -27098*

: Could not download the proxy automatic configuration script (URL="http://127.0.0.1:8086/proxy.pac"). See previous messages.Refer to the 'Run-time settings/Internet Protocol/Proxy'   

3. *Fatal Error -27072*

: The URL of the proxy automatic configuration script was explicitly specified in "Run-time settings/Internet Protocol/Proxy".Aborting    </font>错误分析:
第一个错误是无法链接到服务器,这个非常荒谬,因为录制的时候我已经把服务开启了,我又没关闭服务,为什么回放的时候就连不上了。
不能下载代理自动配置脚本。我什么时候开启代理了?录制都是默认的设置没有代理。
在“运行时间设置/互联网协议/代理”中显式指定了代理自动配置脚本的地址。这一句让我反应过来,原来回放的时候设置了代理!!!!!!
坑爹的hp居然给回放设置了默认代理导致出错,如下图所示:


hp loadrunner在runtime setting设置了use custom proxy
所以如果你录制的时候使用了代理,就修改为你使用的代理,如果你没有使用代理,就像 我一样什么都没做,就把代理关闭了,选择no proxy

jingzizx 发表于 2017-7-17 16:47:41

:victory:
页: [1]
查看完整版本: LoadRunner 回放出错