You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to resolve the issue by manually downloading the SLF4J API JAR file from the Central Repository and placing it in the lib directory of the project. However, this information was not mentioned in the project's documentation. It would be immensely helpful to update the documentation or to include all necessary dependencies.
The text was updated successfully, but these errors were encountered:
@Moh-Snoussi
Hi, I am trying to use this plugin in Jmeter for resource monitoring. For that I am trying to start this Agent but it is not recognizing SLF4J. It shows this error : SLF4J: No SLF4J providers were found.
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details.
Specs :
Server-Agent Version : 2.2.3
Operating System : Windows
Java version : java version "1.8.0_401"
Java(TM) SE Runtime Environment (build 1.8.0_401-b10)
Java HotSpot(TM) 64-Bit Server VM (build 25.401-b10, mixed mode)
Do you know of any other step that I am missing ? Is there any pre-requisite or something that needs to be done in order to use SLF4J ?
Description
First of all, thank you for your work on this project.
I encountered an error when running
./startAgent.sh
,The error was caused by a missing SLF4J dependency:Perfmon-Server-Agent version: 2.2.3
Operating System: Ubuntu 20.04.6 LTS
Java version: openjdk 11.0.20 2023-07-18
I was able to resolve the issue by manually downloading the SLF4J API JAR file from the Central Repository and placing it in the lib directory of the project. However, this information was not mentioned in the project's documentation. It would be immensely helpful to update the documentation or to include all necessary dependencies.
The text was updated successfully, but these errors were encountered: