TA的每日心情 | 开心 2014-12-26 13:34 |
---|
签到天数: 1 天 连续签到: 1 天 [LV.1]测试小兵
|
一个JAVA B/S系统。
回放时报错:
vuser_init.c(12): Error -26627: HTTP Status-Code=404 (/first/UntitledFrame-11) for "http://testserver:9016/first/UntitledFrame-11" [MsgId: MERR-26627]
代码:
vuser_init()
{
web_url("first", //此行就是第12行
"URL=http://testserver:9016/first",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t1.inf",
"Mode=HTML",
EXTRARES,
"Url=/first/jsp/images/costdb/top.swf", "Referer=http://testserver:9016/first/indexPage.struts", ENDITEM,
LAST);
return 0;
}
帮助信息:
Message Code 26627 HTTP Status-Code='%_1'_ld ('%2') for 'resource'
The specified resource has not found in server.
Troubleshooting - If the file is missing add it to the server.
- If the resource name has a spelling mistake, find the HTML page that contain the resource and correct it.
sdlkfj9 紧急求救……
|
|