You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by "OnePieceJoker (via GitHub)" <gi...@apache.org> on 2023/06/09 02:32:02 UTC

[GitHub] [jmeter] OnePieceJoker opened a new issue, #5977: The main window is blank after opening jmeter

OnePieceJoker opened a new issue, #5977:
URL: https://github.com/apache/jmeter/issues/5977

   ### 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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@jmeter.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] The main window is blank after opening jmeter [jmeter]

Posted by "OnePieceJoker (via GitHub)" <gi...@apache.org>.
OnePieceJoker closed issue #5977: The main window is blank after opening jmeter
URL: https://github.com/apache/jmeter/issues/5977


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] The main window is blank after opening jmeter [jmeter]

Posted by "nikatar (via GitHub)" <gi...@apache.org>.
nikatar commented on issue #5977:
URL: https://github.com/apache/jmeter/issues/5977#issuecomment-1781787066

   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
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [jmeter] OnePieceJoker commented on issue #5977: The main window is blank after opening jmeter

Posted by "OnePieceJoker (via GitHub)" <gi...@apache.org>.
OnePieceJoker commented on issue #5977:
URL: https://github.com/apache/jmeter/issues/5977#issuecomment-1583857182

   Log
   ```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
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org