LoadRunner 8.1并发测试26612错误什么问题?
服务器信息:Our Server Details Are:
1. Windows Server 2008
2. IIS 7
3. Active Perl 5.8.8 / Active Python 2.5
测试日志文件:(这是并发20时的信息并发10全部通过)
info2.log
Start auto log messages stack - Iteration 1.
Action.c(49): Resource "http://vistatech.21cms.eu/ckeditor/contents.css" is in the cache already and will not be downloaded again
Action.c(49): Resource "http://vistatech.21cms.eu/ckeditor/skins/kama/images/sprites_ie6.png" is in the cache already and will not be downloaded again
Action.c(49): Resource "http://vistatech.21cms.eu/ckeditor/plugins/styles/styles/default.js?t=B0VI4XQ" is in the cache already and will not be downloaded again
Action.c(49): Resource "http://vistatech.21cms.eu/ckeditor/skins/kama/icons.png" is in the cache already and will not be downloaded again
Action.c(49): Error -26612: HTTP Status-Code=500 (Internal Server Error) for "http://vistatech.21cms.eu/page_add.asp?ins=go"
End auto log messages stack.
info6.log
Start auto log messages stack.
vuser_init.c(28): Downloading resource "http://vistatech.21cms.eu/js/jquery.min.js" (specified by argument number 44)
vuser_init.c(28): Downloading resource "http://vistatech.21cms.eu/admin/images/tablebox_header_bg.gif" (specified by argument number 47)
vuser_init.c(28): Resource "http://vistatech.21cms.eu/images/footer_bg.gif" is in the cache already and will not be downloaded again
vuser_init.c(28): Downloading resource "http://vistatech.21cms.eu/js/highcharts.js" (specified by argument number 53)
vuser_init.c(28): Downloading resource "http://vistatech.21cms.eu/Temp/Report44.csv" (specified by argument number 56)
vuser_init.c(28): Error -26612: HTTP Status-Code=500 (Internal Server Error) for "http://vistatech.21cms.eu/default.asp"
End auto log messages stack.
info8.log
Start auto log messages stack - Iteration 1.
Action.c(49): Resource "http://vistatech.21cms.eu/ckeditor/contents.css" is in the cache already and will not be downloaded again
Action.c(49): Resource "http://vistatech.21cms.eu/ckeditor/skins/kama/images/sprites_ie6.png" is in the cache already and will not be downloaded again
Action.c(49): Resource "http://vistatech.21cms.eu/ckeditor/plugins/styles/styles/default.js?t=B0VI4XQ" is in the cache already and will not be downloaded again
Action.c(49): Resource "http://vistatech.21cms.eu/ckeditor/skins/kama/icons.png" is in the cache already and will not be downloaded again
Action.c(49): Error -26612: HTTP Status-Code=500 (Internal Server Error) for "http://vistatech.21cms.eu/page_add.asp?ins=go"
End auto log messages stack.
info19.log
Start auto log messages stack - Iteration 1.
Action.c(49): Resource "http://vistatech.21cms.eu/ckeditor/contents.css" is in the cache already and will not be downloaded again
Action.c(49): Resource "http://vistatech.21cms.eu/ckeditor/skins/kama/images/sprites_ie6.png" is in the cache already and will not be downloaded again
Action.c(49): Resource "http://vistatech.21cms.eu/ckeditor/plugins/styles/styles/default.js?t=B0VI4XQ" is in the cache already and will not be downloaded again
Action.c(49): Resource "http://vistatech.21cms.eu/ckeditor/skins/kama/icons.png" is in the cache already and will not be downloaded again
Action.c(49): Error -26612: HTTP Status-Code=500 (Internal Server Error) for "http://vistatech.21cms.eu/page_add.asp?ins=go"
End auto log messages stack.
info20.log
Start auto log messages stack - Iteration 1.
Action.c(49): Resource "http://vistatech.21cms.eu/ckeditor/contents.css" is in the cache already and will not be downloaded again
Action.c(49): Resource "http://vistatech.21cms.eu/ckeditor/skins/kama/images/sprites_ie6.png" is in the cache already and will not be downloaded again
Action.c(49): Resource "http://vistatech.21cms.eu/ckeditor/plugins/styles/styles/default.js?t=B0VI4XQ" is in the cache already and will not be downloaded again
Action.c(49): Resource "http://vistatech.21cms.eu/ckeditor/skins/kama/icons.png" is in the cache already and will not be downloaded again
Action.c(49): Error -26612: HTTP Status-Code=500 (Internal Server Error) for "http://vistatech.21cms.eu/page_add.asp?ins=go"
End auto log messages stack.
这些错误信息都比较类似,请问下这是什么问题?
如果是脚本问题的话,那并发10时不能全部通过吧? 下面附上测试脚本:
vuser_init()
{
lr_think_time(48);
web_url("login.asp",
"URL=http://vistatech.21cms.eu/login.asp",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t1.inf",
"Mode=HTML",
EXTRARES,
"Url=/css/admin-style-new.css", ENDITEM,
"Url=/images/bg.gif", ENDITEM,
"Url=/pie.htc", "Referer=", ENDITEM,
"Url=/images/footer_bg.gif", ENDITEM,
LAST);
return 0;
}
Action()
{
lr_think_time(48);
web_submit_data("login.asp_2",
"Action=http://vistatech.21cms.eu/login.asp",
"Method=POST",
"RecContentType=text/html",
"Referer=http://vistatech.21cms.eu/login.asp",
"Snapshot=t2.inf",
"Mode=HTML",
ITEMDATA,
"Name=username", "Value=demo", ENDITEM,
"Name=password", "Value=demo", ENDITEM,
"Name=Submit", "Value=Login", ENDITEM,
"Name=login", "Value=y", ENDITEM,
EXTRARES,
"Url=/css/admin-style-new.css", "Referer=http://vistatech.21cms.eu/default.asp", ENDITEM,
"Url=/css.css", "Referer=http://vistatech.21cms.eu/default.asp", ENDITEM,
"Url=/css/reset.css", "Referer=http://vistatech.21cms.eu/default.asp", ENDITEM,
"Url=/pie.htc", "Referer=", ENDITEM,
"Url=/images/bg.gif", "Referer=http://vistatech.21cms.eu/default.asp", ENDITEM,
"Url=/images/header_bg.gif", "Referer=http://vistatech.21cms.eu/default.asp", ENDITEM,
"Url=/images/btn_bg.png", "Referer=http://vistatech.21cms.eu/default.asp", ENDITEM,
"Url=/images/btn_l.png", "Referer=http://vistatech.21cms.eu/default.asp", ENDITEM,
"Url=/images/btn_r.png", "Referer=http://vistatech.21cms.eu/default.asp", ENDITEM,
"Url=/images/btn160.gif", "Referer=http://vistatech.21cms.eu/default.asp", ENDITEM,
"Url=/js/jquery.min.js", "Referer=http://vistatech.21cms.eu/default.asp", ENDITEM,
"Url=/admin/images/tablebox_header_bg.gif", "Referer=http://vistatech.21cms.eu/default.asp", ENDITEM,
"Url=/js/highcharts.js", "Referer=http://vistatech.21cms.eu/default.asp", ENDITEM,
"Url=/images/footer_bg.gif", "Referer=http://vistatech.21cms.eu/default.asp", ENDITEM,
"Url=/Temp/Report44.csv", "Referer=http://vistatech.21cms.eu/default.asp", ENDITEM,
LAST);
lr_think_time(25);
web_link("Add Page Test",
"Text=Add Page Test",
"Snapshot=t3.inf",
EXTRARES,
"Url=/css/reset.css", "Referer=http://vistatech.21cms.eu/page_view.asp?p=1043", ENDITEM,
"Url=/css/admin-style-new.css", "Referer=http://vistatech.21cms.eu/page_view.asp?p=1043", ENDITEM,
"Url=/pie.htc", "Referer=", ENDITEM,
"Url=/images/bg.gif", "Referer=http://vistatech.21cms.eu/page_view.asp?p=1043", ENDITEM,
"Url=/images/btn_l.png", "Referer=http://vistatech.21cms.eu/page_view.asp?p=1043", ENDITEM,
"Url=/images/btn_bg.png", "Referer=http://vistatech.21cms.eu/page_view.asp?p=1043", ENDITEM,
"Url=/images/btn_r.png", "Referer=http://vistatech.21cms.eu/page_view.asp?p=1043", ENDITEM,
"Url=/css/960.css", "Referer=http://vistatech.21cms.eu/page_view.asp?p=1043", ENDITEM,
"Url=/images/header_bg.gif", "Referer=http://vistatech.21cms.eu/page_view.asp?p=1043", ENDITEM,
"Url=/css/960_extraframework.css", "Referer=http://vistatech.21cms.eu/page_view.asp?p=1043", ENDITEM,
"Url=/css/960_stylesheet.css", "Referer=http://vistatech.21cms.eu/page_view.asp?p=1043", ENDITEM,
"Url=http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js", "Referer=http://vistatech.21cms.eu/page_view.asp?p=1043", ENDITEM,
"Url=/images/btn160.gif", "Referer=http://vistatech.21cms.eu/page_view.asp?p=1043", ENDITEM,
"Url=/admin/images/tablebox_header_bg.gif", "Referer=http://vistatech.21cms.eu/page_view.asp?p=1043", ENDITEM,
"Url=/im/help.gif", "Referer=http://vistatech.21cms.eu/page_view.asp?p=1043", ENDITEM,
"Url=/images/footer_bg.gif", "Referer=http://vistatech.21cms.eu/page_view.asp?p=1043", ENDITEM,
"Url=/im/g_small.gif", "Referer=", ENDITEM,
LAST); lr_think_time(48);
web_image("Add Sub Page",
"Alt=Add Sub Page",
"Snapshot=t4.inf",
EXTRARES,
"Url=/css/admin-style-new.css", "Referer=http://vistatech.21cms.eu/page_add.asp?add=go&p=1043", ENDITEM,
"Url=/css/reset.css", "Referer=http://vistatech.21cms.eu/page_add.asp?add=go&p=1043", ENDITEM,
"Url=/pie.htc", "Referer=", ENDITEM,
"Url=/images/bg.gif", "Referer=http://vistatech.21cms.eu/page_add.asp?add=go&p=1043", ENDITEM,
"Url=/images/header_bg.gif", "Referer=http://vistatech.21cms.eu/page_add.asp?add=go&p=1043", ENDITEM,
"Url=/images/btn_l.png", "Referer=http://vistatech.21cms.eu/page_add.asp?add=go&p=1043", ENDITEM,
"Url=/images/btn_bg.png", "Referer=http://vistatech.21cms.eu/page_add.asp?add=go&p=1043", ENDITEM,
"Url=/images/btn_r.png", "Referer=http://vistatech.21cms.eu/page_add.asp?add=go&p=1043", ENDITEM,
"Url=/images/btn160.gif", "Referer=http://vistatech.21cms.eu/page_add.asp?add=go&p=1043", ENDITEM,
"Url=http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js", "Referer=http://vistatech.21cms.eu/page_add.asp?add=go&p=1043", ENDITEM,
"Url=/ckeditor/images/spacer.gif", "Referer=http://vistatech.21cms.eu/page_add.asp?add=go&p=1043", ENDITEM,
"Url=/ckeditor/config.js?t=B0VI4XQ", "Referer=http://vistatech.21cms.eu/page_add.asp?add=go&p=1043", ENDITEM,
"Url=/im/help.gif", "Referer=http://vistatech.21cms.eu/page_add.asp?add=go&p=1043", ENDITEM,
"Url=/formwizard.js", "Referer=http://vistatech.21cms.eu/page_add.asp?add=go&p=1043", ENDITEM,
"Url=/lib/jquery-1.4.3.min.js", "Referer=http://vistatech.21cms.eu/page_add.asp?add=go&p=1043", ENDITEM,
"Url=/validation.js", "Referer=http://vistatech.21cms.eu/page_add.asp?add=go&p=1043", ENDITEM,
"Url=/jwysiwyg/jquery.wysiwyg.js", "Referer=http://vistatech.21cms.eu/page_add.asp?add=go&p=1043", ENDITEM,
"Url=/ckeditor/ckeditor.js?t=B0VI4XQ", "Referer=http://vistatech.21cms.eu/page_add.asp?add=go&p=1043", ENDITEM,
"Url=/images/footer_bg.gif", "Referer=http://vistatech.21cms.eu/page_add.asp?add=go&p=1043", ENDITEM,
"Url=/ckeditor/skins/kama/editor.css?t=B0VI4XQ", "Referer=http://vistatech.21cms.eu/page_add.asp?add=go&p=1043", ENDITEM,
"Url=/ckeditor/lang/zh-cn.js?t=B0VI4XQ", "Referer=http://vistatech.21cms.eu/page_add.asp?add=go&p=1043", ENDITEM,
"Url=/ckeditor/plugins/MediaEmbed/plugin.js?t=B0VI4XQ", "Referer=http://vistatech.21cms.eu/page_add.asp?add=go&p=1043", ENDITEM,
"Url=/images/admin/design/step_bg_dis.jpg", "Referer=http://vistatech.21cms.eu/page_add.asp?add=go&p=1043", ENDITEM,
"Url=/ckeditor/plugins/iframedialog/plugin.js?t=B0VI4XQ", "Referer=http://vistatech.21cms.eu/page_add.asp?add=go&p=1043", ENDITEM,
"Url=/images/admin/design/step_bg.jpg", "Referer=http://vistatech.21cms.eu/page_add.asp?add=go&p=1043", ENDITEM,
"Url=/ckeditor/plugins/MediaEmbed/images/icon.gif?t=B0VI4XQ", "Referer=http://vistatech.21cms.eu/page_add.asp?add=go&p=1043", ENDITEM,
"Url=/ckeditor/contents.css", "Referer=http://vistatech.21cms.eu/page_add.asp?add=go&p=1043", ENDITEM,
"Url=/ckeditor/skins/kama/images/sprites_ie6.png", "Referer=http://vistatech.21cms.eu/page_add.asp?add=go&p=1043", ENDITEM,
"Url=/ckeditor/skins/kama/icons.png", "Referer=http://vistatech.21cms.eu/page_add.asp?add=go&p=1043", ENDITEM,
"Url=/ckeditor/plugins/styles/styles/default.js?t=B0VI4XQ", "Referer=http://vistatech.21cms.eu/page_add.asp?add=go&p=1043", ENDITEM,
LAST);
lr_think_time(48);
web_submit_form("page_add.asp",
"Snapshot=t5.inf",
ITEMDATA,
"Name=page_label1", "Value=test_{Param_3}_{Param_2}", ENDITEM,
"Name=page_summary", "Value=test_{Param_3}_{Param_2}", ENDITEM,
"Name=page_viewable", "Value=Yes", ENDITEM,
"Name=PageFileName", "Value=test_{Param_3}_{Param_2}", ENDITEM,
"Name=page_metatitle", "Value=test_{Param_3}_{Param_2}", ENDITEM,
"Name=page_keys", "Value=test_{Param_3}_{Param_2}", ENDITEM,
"Name=page_metadesc", "Value=test_{Param_3}_{Param_2}", ENDITEM,
"Name=page_title_desktop", "Value=test_{Param_3}_{Param_2}", ENDITEM,
"Name=editor1", "Value=<p>\r\n\ttest_{Param_3}_{Param_2}</p>\r\n", ENDITEM,
"Name=page_title_mobile", "Value=test_{Param_3}_{Param_2}", ENDITEM,
"Name=editor2", "Value=<p>\r\n\ttest_{Param_3}_{Param_2}</p>\r\n", ENDITEM,
"Name=Button", "Value=Save Page & Exit", ENDITEM,
EXTRARES,
"Url=/css/reset.css", "Referer=http://vistatech.21cms.eu/page_view.asp?p=1043", ENDITEM,
"Url=/css/admin-style-new.css", "Referer=http://vistatech.21cms.eu/page_view.asp?p=1043", ENDITEM,
"Url=/pie.htc", "Referer=", ENDITEM,
"Url=/images/bg.gif", "Referer=http://vistatech.21cms.eu/page_view.asp?p=1043", ENDITEM,
"Url=/images/header_bg.gif", "Referer=http://vistatech.21cms.eu/page_view.asp?p=1043", ENDITEM,
"Url=/images/btn_l.png", "Referer=http://vistatech.21cms.eu/page_view.asp?p=1043", ENDITEM,
"Url=/images/btn_bg.png", "Referer=http://vistatech.21cms.eu/page_view.asp?p=1043", ENDITEM,
"Url=/images/btn_r.png", "Referer=http://vistatech.21cms.eu/page_view.asp?p=1043", ENDITEM,
"Url=/css/960.css", "Referer=http://vistatech.21cms.eu/page_view.asp?p=1043", ENDITEM,
"Url=/css/960_extraframework.css", "Referer=http://vistatech.21cms.eu/page_view.asp?p=1043", ENDITEM,
"Url=/css/960_stylesheet.css", "Referer=http://vistatech.21cms.eu/page_view.asp?p=1043", ENDITEM,
"Url=/admin/images/tablebox_header_bg.gif", "Referer=http://vistatech.21cms.eu/page_view.asp?p=1043", ENDITEM,
"Url=/images/footer_bg.gif", "Referer=http://vistatech.21cms.eu/page_view.asp?p=1043", ENDITEM,
"Url=/images/btn160.gif", "Referer=http://vistatech.21cms.eu/page_view.asp?p=1043", ENDITEM,
"Url=/im/help.gif", "Referer=http://vistatech.21cms.eu/page_view.asp?p=1043", ENDITEM,
"Url=/im/g_small_orange.gif", "Referer=http://vistatech.21cms.eu/page_view.asp?p=1043", ENDITEM,
LAST);
return 0;
} Action.c(49): Resource "http://vistatech.21cms.eu/ckeditor/contents.css" is in the cache already and will not be downloaded again
红色的地址脚本里没找到啊,关联了还是??
页:
[1]