Yuliia Polishchuk created ARTEMIS-3111:
------------------------------------------
Summary: Doesn't work native log on TC after adding
activemq-all-5.6.0.jar file to jmeter/lib directory.
Key: ARTEMIS-3111
URL: https://issues.apache.org/jira/browse/ARTEMIS-3111
Project: ActiveMQ Artemis
Issue Type: Bug
Reporter: Yuliia Polishchuk
Attachments: to ticket.png
I need to run test for ActiveMQ on TC.
For that I added activemq-all-5.6.0.jar to apache-jmeter-5.4/lib directory. But
it causes warning on build logs for already existing jobs and broke it:
{quote}
SLF4J: Found binding in
[jar:[file:/sti/apache-jmeter-5.4/lib/activemq-all-5.16.1.jar!/org/slf4j/impl/StaticLoggerBinder.class|file://sti/apache-jmeter-5.4/lib/activemq-all-5.16.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
{quote}
I found the solving for this issue: When multiple bindings are available on the
class path, select one and only one binding you wish to use, and remove the
other bindings.
But I can't delete none of jar files, cause I need it for testing.
How it can be solved in a different way?
--
This message was sent by Atlassian Jira
(v8.3.4#803005)