Skip to content
Advertisement

Jmeter NullPointerException when running the GUI

I have installed Jmeter using

brew install Jmeter

when I run

jmeter

from command line i get this error:

JavaScript

I checked the jmeter.log file and this is what I get:

JavaScript

Java version:

JavaScript

anyone was able to fix this?

Advertisement

Answer

Can it be the case you’re using DisplayLink? If so, most probably you’re suffering from Java Apps crash on launch if connected to external DisplayLink device issue.

According to the 9 Easy Solutions for a JMeter Load Test “Out of Memory” Failure article:

Use Up-to-Date Software

Your test might fail if your software is out of date. Make sure you’re using the most recent versions of the following:

Java – use the latest 64-bit version of Java SE JDK or Server JRE where possible

So if you have to stay at Java 8 – consider upgrading to Java SE Development Kit 8u231 (or whatever is the latest stable patch level), otherwise obtain the latest version of Java Runtime Environment or SDK

If you cannot amend Java version – consider removing this DisplayLink device.

User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement