|
本帖最后由 dhl0613 于 2012-8-1 17:57 编辑
回复 1# zhsh1203
除了IP和端口不一样外,脚本都是一样滴!为什么回放脚本时,报下面这些错?
vuser_init.c(26): Error -27796: Failed to connect to server "192.168.1.192:8005": [10061] Connection refused [MsgId: MERR-27796]
vuser_init.c(26): Warning -26000: Empty or no response for URL="http://192.168.1.192:8005/manager/status" [MsgId: MWAR-26000]
vuser_init.c(26): Error -26377: No match found for the requested parameter "JVMFreeMemory". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 256 bytes, use web_set_max_html_param_len to increase the parameter size [MsgId: MERR-26377]
vuser_init.c(26): Error -26377: No match found for the requested parameter "JVMFreeMemory". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 256 bytes, use web_set_max_html_param_len to increase the parameter size [MsgId: MERR-26377]
vuser_init.c(26): Error -26377: No match found for the requested parameter "JVMFreeMemory". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 256 bytes, use web_set_max_html_param_len to increase the parameter size [MsgId: MERR-26377]
vuser_init.c(26): Error -26374: The above "not found" error(s) may be explained by header and body byte counts being 0 and 0, respectively. [MsgId: MERR-26374]
vuser_init.c(26): web_url("status") highest severity level was "ERROR", 0 body bytes, 0 header bytes [MsgId: MMSG-26388]
vuser_init.c(26): Notify: Transaction "monitor tomcat" ended with "Fail" status (Duration: 1.9176 Wasted Time: 0.5290).
部分脚本如下:
web_set_user("admin","admin","192.168.1.192:8005");
web_url("status",
"URL=http://192.168.1.192:8005/manager/status",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t1.inf",
"Mode=HTTP",
LAST); |
|