This error:
appears every time I run testcript in Jmeter. But everything works ...
It is this error that appears every time in the log after the actual script is executed.
Can this error be ignored? Or will it affect my test?
Jmeter: 2.13Java: 1.8.0.45Plugin Jmeter: 1.3 (standard, optional, ExtraLibs, Webdriver)
Your problem is related to the absence of a jar that contains:
You can download it with its dependency:
jmeter/lib.
. :
<properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> </properties>
1,7 1,8
Source: https://habr.com/ru/post/1599089/More articles:Spring Boot Webapp: compression not applied - javaPretty way to display an array and an array of objects in kiban - jsonDeep associations in mango sails using the fill method? - node.jshttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1599087/passing-python-functions-to-gnuplot&usg=ALkJrhjchW9Y5ScBiwqEQOdjjljZ2yyvcQkibana visualization and array of objects - kibanaD3.js SVG on OpenLayers3 interactive map - d3.jsBigDecimal Class in Java - the reason for constant values ββ- javaC ++ templated function overload rules - c ++Angular formatting currency with a comma - angularjsTravis does not accumulate exit codes for construction - travis-ciAll Articles