jmeter icon indicating copy to clipboard operation
jmeter copied to clipboard

The main window is blank after opening jmeter

Open OnePieceJoker opened this issue 2 years ago • 2 comments

Expected behavior

Open jmeter gui to see the content of the main window

Actual behavior

The main window is blank after opening jmeter.I tried running sh jmeter.sh in the terminal, the actual result is the same

Steps to reproduce the problem

https://github.com/apache/jmeter/assets/25676220/a4de401c-0bfc-4b32-8753-8cfd509e054c

JMeter Version

5.5

Java Version

openjdk version "11.0.12" 2021-07-20

OS Version

Arch Linux x86_64 6.3.3-arch1-1

OnePieceJoker avatar Jun 09 '23 02:06 OnePieceJoker

Log

2023-06-09 09:52:41,912 INFO o.a.j.u.JMeterUtils: Setting Locale to en_EN
2023-06-09 09:52:42,043 INFO o.a.j.JMeter: Loading user properties from: /home/wai/tools/apache-jmeter-5.5/bin/user.properties
2023-06-09 09:52:42,043 INFO o.a.j.JMeter: Loading system properties from: /home/wai/tools/apache-jmeter-5.5/bin/system.properties
2023-06-09 09:52:42,052 INFO o.a.j.JMeter: Copyright (c) 1998-2022 The Apache Software Foundation
2023-06-09 09:52:42,052 INFO o.a.j.JMeter: Version 5.5
2023-06-09 09:52:42,052 INFO o.a.j.JMeter: java.version=11.0.12
2023-06-09 09:52:42,052 INFO o.a.j.JMeter: java.vm.name=OpenJDK 64-Bit Server VM
2023-06-09 09:52:42,052 INFO o.a.j.JMeter: os.name=Linux
2023-06-09 09:52:42,052 INFO o.a.j.JMeter: os.arch=amd64
2023-06-09 09:52:42,052 INFO o.a.j.JMeter: os.version=6.3.3-arch1-1
2023-06-09 09:52:42,053 INFO o.a.j.JMeter: file.encoding=UTF-8
2023-06-09 09:52:42,053 INFO o.a.j.JMeter: java.awt.headless=null
2023-06-09 09:52:42,053 INFO o.a.j.JMeter: Max memory     =1073741824
2023-06-09 09:52:42,053 INFO o.a.j.JMeter: Available Processors =8
2023-06-09 09:52:42,070 INFO o.a.j.JMeter: Default Locale=English (EN)
2023-06-09 09:52:42,071 INFO o.a.j.JMeter: JMeter  Locale=English (EN)
2023-06-09 09:52:42,071 INFO o.a.j.JMeter: JMeterHome=/home/wai/tools/apache-jmeter-5.5
2023-06-09 09:52:42,071 INFO o.a.j.JMeter: user.dir  =/home/wai
2023-06-09 09:52:42,071 INFO o.a.j.JMeter: PWD       =/home/wai
2023-06-09 09:52:42,071 INFO o.a.j.JMeter: IP: 127.0.1.1 Name: whoami FullName: whoami.localdomain
2023-06-09 09:52:42,081 INFO o.a.j.JMeter: Loaded icon properties from org/apache/jmeter/images/icon.properties
2023-06-09 09:52:42,675 INFO o.a.j.JMeterGuiLauncher: Setting LAF to: com.github.weisj.darklaf.DarkLaf:com.github.weisj.darklaf.theme.DarculaTheme
2023-06-09 09:57:15,563 INFO o.a.j.s.FileServer: Default base='/home/wai'
2023-06-09 09:57:18,468 INFO o.a.j.g.a.t.TemplateManager: Reading templates from: /home/wai/tools/apache-jmeter-5.5/bin/templates/templates.xml

OnePieceJoker avatar Jun 09 '23 02:06 OnePieceJoker

@OnePieceJoker

https://github.com/baskerville/bspwm/issues/28#issuecomment-23852767

If you're using OpenJDK, your can drop wmname and add the following:

export _JAVA_AWT_WM_NONREPARENTING=1

to /etc/profile.d/jre.sh

or

add this in envirnoment variables

nikatar avatar Oct 26 '23 19:10 nikatar

This is not fixed. I'm on Sonoma 14.2.1 and updated to jmeter 5.6.3. Screenshot 2024-05-07 at 11 43 05 AM

danni-beaulieu avatar May 07 '24 16:05 danni-beaulieu