You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2020/06/02 14:39:17 UTC

[Bug 64484] 尝试了所有版本,仍无法启动jmeter

https://bz.apache.org/bugzilla/show_bug.cgi?id=64484

Felix Schumacher <fe...@internetallee.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All
             Status|NEW                         |NEEDINFO

--- Comment #1 from Felix Schumacher <fe...@internetallee.de> ---
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.