Hey all
Should the fix provided also be used in StandardJmeterEngine. I was getting
multiple null pointer exceptions with muliple servers. I just copied the code
workaround from ClientJmeterEngine to the run() method in StandardJmeterEngine and it
seems to have solved the problem.
try {
getTestTree().traverse(testPlan);
}
catch(IndexOutOfBoundsException e)
{
log.warn("Error replacing sample listeners",e);
}
Was this the correct thing to do?
Regards
Michael Freeman
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]