Hi ,
We are facing this following Error in our Load Runner Scenario - LR Version is 12.53.
After Running the Scenario for 40 MInues we are encoutring the error. Scenario total duration will be run for 1 Hr.
HomePagewithCache.c(20): Error: C interpreter run time error: HomePagewithCache.c (20): Error -- memory violation : Exception ACCESS_VIOLATION received.
And Following is the Transaction Executed.
HomePagewithCache()
{
lr_start_transaction("HomePagewithCache");
web_add_cookie("theme=ap4saas-default-theme; DOMAIN=15.154.118.121");
web_add_cookie("JSESSIONID=s%3ARcYILiByWJ2RnuFG1Q8ku0KF.ildEQclaZOtuF1I5T07UkEAXEw1hftvhMBS2cXogLoQ; DOMAIN=15.154.118.121");
web_url("15.154.118.121:3000",
"URL=http://15.154.118.121:3000/",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t1.inf",
"Mode=HTML",
EXTRARES,
"Url=/isConnected", ENDITEM,
"Url=/isPrivate?route=%2F", ENDITEM,
LAST);
lr_end_transaction("HomePagewithCache", LR_AUTO);
lr_think_time(2);
return 0;
}
Does Anybody face this Error , If so any solution is avialable ? Please help us if any one has a solution for this Problem.
Regards,
Sridhar.