|
我才开始学习用loadrunner测试软件。现在测试别人机器上的项目通过了,但是把项目考到自己机器上用myeclipse发布,然后录制的时候就报错了,录制的三个函数全为空。
错误如下:
[Network Analyzer ( 63c: 4c4)] ------------------------------------------------------------------------------------------
[Network Analyzer ( 63c: 4c4)] Load Network Traffic Analyzers:
[Network Analyzer ( 63c: 4c4)] Analyzer Module: WPLUS (value=)
[Network Analyzer ( 63c: 4c4)] Analyzer Module: WebBase (value=GetHttpProtocolAnalyzer:api_http_filter.dll)
[Network Analyzer ( 63c: 4c4)] + Network Analyzer: api_http_filter.dll @ GetHttpProtocolAnalyzer Loaded!
[Network Analyzer ( 63c: 4c4)] + Interception Auditors: WinInetWplusInterceptionAudit:api_http_filter.dll
[Network Analyzer ( 63c: 4c4)] Analyzer Module: QTWeb (value=)
[Network Analyzer ( 63c: 4c4)] Analyzer Module: local_server (value=)
[Network Analyzer ( 63c: 4c4)] ------------------------------------------------------------------------------------------
[Network Analyzer ( 63c: 5b0)] Address lookup for wh = 10.196.147.6
[Network Analyzer ( 63c: 7ac)] Address lookup for wh = 10.196.147.6
[Net An. Warning ( 63c: 7ac)] Request Connection: Remote Server @ 0.0.0.0:8080 (Service=?) Failed attempt #1. Unable to connect to remote server: rc = -1 , le = 0)
[Net An. Warning ( 63c: 7ac)] Request Connection: Remote Server @ 0.0.0.0:8080 (Service=?) Failed attempt #2. Unable to connect to remote server: rc = -1 , le = 0)
[Net An. Warning ( 63c: 7ac)] Request Connection: Remote Server @ 0.0.0.0:8080 (Service=?) Failed attempt #3. Unable to connect to remote server: rc = -1 , le = 0)
[Net An. Error ( 63c: 7ac)] Request Connection: Remote Server @ 0.0.0.0:8080 (Service=?) NOT PROXIED! (REASON: Unable to connect to remote server: rc = -1 , le = 0)
[WinInet Request ( 63c: 2c8)] GET "http://localhost:8080/test/index.jsp"
[WinInet Request ( 63c: 1c4)] GET "http://localhost:8080/favicon.ico" |
|