white screen showing when open JMeter, can anybody help to resolve this error
Asked
Active
Viewed 140 times
-1
-
1Hi @Reena, Could you provide more details? 1. JMeter version 2. OS 3. JDS version 4. How did you start the JMeter 5. What do you see in the $JMETER_HOME/bin/jmeter.log 6. Have you done any changes to the JMeter? – Janesh Kodikara Sep 14 '21 at 09:56
1 Answers
0
I cannot reproduce the issue and have never seen this behaviour so I can only recommend checking jmeter.log file for any suspicious entries.
If by default it's not too informative you can increase JMeter logging verbosity by adding the next line to log4j2.xml file (lives in "bin" folder of your JMeter installation)
<Logger name="org.apache.jmeter" level="debug" />
or just launch JMeter as follows:
jmeter -LDEBUG
You might want to try a different version of Java SDK, the minimum version is Java 8

Dmitri T
- 159,985
- 5
- 83
- 133