https://bz.apache.org/bugzilla/show_bug.cgi?id=60682
--- Comment #21 from UbikLoadPack support <[email protected]> --- (In reply to Amar from comment #20) > It shows me this when i started it with jmeter.sh . Something related to > loading class > > > MacBook-Pro-2:bin Amar$ ./jmeter.sh > SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". > SLF4J: Defaulting to no-operation (NOP) logger implementation > SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further > details. > ============================================================================= > === > Don't use GUI mode for load testing, only for Test creation and Test > debugging ! > For load testing, use NON GUI Mode: > jmeter -n -t [jmx file] -l [results file] -e -o [Path to output folder]) > & adapt Java Heap to your test requirements: > Modify HEAP="-Xms512m -Xmx512m" in the JMeter batch file > ========================================== There a packaging issue in nightly build. Following jars are missing: log4j-1.2-api-2.7.jar log4j-core-2.7.jar log4j-slf4j-impl-2.7.jar Can you download them and add them to lib folder: https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-1.2-api/2.7/ https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-core/2.7/ https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-slf4j-impl/2.7/ Team will fix issue for next nightly. Thanks -- You are receiving this mail because: You are the assignee for the bug.
