https://bz.apache.org/bugzilla/show_bug.cgi?id=64484
Felix Schumacher <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All Status|NEW |NEEDINFO --- Comment #1 from Felix Schumacher <[email protected]> --- After a bit of research (typing "Anomaly meaningless rex prefix used") I found this link http://www.os2museum.com/wp/anomaly-meaningless-rex-prefix-used/ The message seems to be related to some of your installed libraries not related to JMeter as such. The problem will likely occur with every Java program that tries to initialize a GUI on your system. To workaround the issues, you could try to use either Java 11 (which includes --add-opens switch, that your Java installations stumbles upon), or disable the Java detection in jmeter.bat lines 104-113 by adding set JAVAVER=1.8.0_121 in line 98 of jmeter.bat Question for you: what is printed at the console, when you run "java -version"? -- You are receiving this mail because: You are the assignee for the bug.
