apache / jmeter

Apache JMeter open-source load testing tool for analyzing and measuring the performance of a variety of services
https://jmeter.apache.org/
Apache License 2.0
8.43k stars 2.11k forks source link

JMeter quits unexpectedly on MacOS (Apple Silicon) #6243

Open nikki603 opened 9 months ago

nikki603 commented 9 months ago

Expected behavior

jmeter GUI opens

Actual behavior

image

Was not fixed with https://github.com/apache/jmeter/issues/6083

Steps to reproduce the problem

  1. brew install jmeter
  2. Run in iTerm jmeter

jmeter crash report.txt

JMeter Version

5.6.3

Java Version

java version "21.0.2" 2024-01-16 LTS Java(TM) SE Runtime Environment (build 21.0.2+13-LTS-58) Java HotSpot(TM) 64-Bit Server VM (build 21.0.2+13-LTS-58, mixed mode, sharing)

OS Version

MacOS 14.1 (23B2073)

linvaux commented 3 months ago

try to add

export JAVA_HOME=your java home

in bin/jmeter

paulpacaud commented 3 months ago

i had the same issue. I fixed the issue uninstalling the package using brew uninstall jmeter, and then installing manually jmeter following this youtube tutorial: https://www.youtube.com/watch?v=tPKe6eYnlUk