Package Details: jmeter 5.6.2-1

Git Clone URL: https://aur.archlinux.org/jmeter.git (read-only, click to copy)
Package Base: jmeter
Description: Java application designed to load test functional behavior and measure performance
Upstream URL: http://jmeter.apache.org/
Keywords: jmeter
Licenses: Apache
Submitter: falconindy
Maintainer: Witko (stick)
Last Packager: stick
Votes: 44
Popularity: 0.139777
First Submitted: 2013-08-15 13:56 (UTC)
Last Updated: 2023-08-20 04:38 (UTC)

Dependencies (1)

Required by (1)

Sources (2)

Latest Comments

1 2 3 4 5 Next › Last »

Severus commented on 2023-06-07 07:05 (UTC)

the plugins must be installed by root or user directory, not global by user, it could lead to trap other user run unexpected plugins.

ciros commented on 2023-06-05 12:37 (UTC) (edited on 2023-06-05 12:38 (UTC) by ciros)

in order to allow the plugins installation (eg with https://aur.archlinux.org/packages/jmeter-plugins-manager ) the 'ext' dir should be chowned by $USER

stick commented on 2022-05-19 15:01 (UTC)

@puzzle looks like a problem with your theme: https://stackoverflow.com/questions/67615212/why-am-i-not-able-to-click-on-open-icon-in-jmeter

puzzle commented on 2022-05-16 05:24 (UTC)

Click save save test plan as open There is no file selector and an error is displayed in the log

2022-05-16 13:22:47,405 ERROR o.a.j.JMeter: Uncaught exception in thread Thread[AWT-EventQueue-0,6,main]
java.lang.IllegalAccessError: class com.github.weisj.darklaf.ui.filechooser.DarkFilePaneUIBridge$DetailsTableModel (in unnamed module @0x61322f9d) cannot access class sun.awt.shell.ShellFolder (in module java.desktop) because module java.desktop does not export sun.awt.shell to unnamed module @0x61322f9d
    at com.github.weisj.darklaf.ui.filechooser.DarkFilePaneUIBridge$DetailsTableModel.updateColumnInfo(DarkFilePaneUIBridge.java:1128) ~[darklaf-core-2.5.4.jar:2.5.4]
    at com.github.weisj.darklaf.ui.filechooser.DarkFilePaneUIBridge$DetailsTableModel.<init>(DarkFilePaneUIBridge.java:1115) ~[darklaf-core-2.5.4.jar:2.5.4]
    at com.github.weisj.darklaf.ui.filechooser.DarkFilePaneUIBridge.getDetailsTableModel(DarkFilePaneUIBridge.java:576) ~[darklaf-core-2.5.4.jar:2.5.4]
    at com.github.weisj.darklaf.ui.filechooser.DarkFilePaneUIBridge$SortableListModel.<init>(DarkFilePaneUIBridge.java:1079) ~[darklaf-core-2.5.4.jar:2.5.4]
    at com.github.weisj.darklaf.ui.filechooser.DarkFilePane.createList(DarkFilePane.java:137) ~[darklaf-core-2.5.4.jar:2.5.4]
    at com.github.weisj.darklaf.ui.filechooser.DarkFileChooserUIBridge.createList(DarkFileChooserUIBridge.java:585) ~[darklaf-core-2.5.4.jar:2.5.4]
    at com.github.weisj.darklaf.ui.filechooser.DarkFileChooserUIBridge$MetalFileChooserUIAccessor.createList(DarkFileChooserUIBridge.java:750) ~[darklaf-core-2.5.4.jar:2.5.4]
    at com.github.weisj.darklaf.ui.filechooser.DarkFilePaneUIBridge.setViewType(DarkFilePaneUIBridge.java:376) ~[darklaf-core-2.5.4.jar:2.5.4]
    at com.github.weisj.darklaf.ui.filechooser.DarkFilePaneUIBridge.propertyChange(DarkFilePaneUIBridge.java:890) ~[darklaf-core-2.5.4.jar:2.5.4]
    at java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:343) ~[?:?]
    at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:335) ~[?:?]
    at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:268) ~[?:?]
    at java.awt.Component.firePropertyChange(Component.java:8712) ~[?:?]
    at javax.swing.JComponent.setUI(JComponent.java:743) ~[?:?]
    at javax.swing.JFileChooser.updateUI(JFileChooser.java:1840) ~[?:?]
    at javax.swing.JFileChooser.setup(JFileChooser.java:397) ~[?:?]
    at javax.swing.JFileChooser.<init>(JFileChooser.java:363) ~[?:?]
    at javax.swing.JFileChooser.<init>(JFileChooser.java:310) ~[?:?]
    at org.apache.jmeter.gui.util.FileDialoger.<clinit>(FileDialoger.java:42) ~[ApacheJMeter_core.jar:5.4.3]
    at org.apache.jmeter.gui.action.Save.computeFileName(Save.java:201) ~[ApacheJMeter_core.jar:5.4.3]
    at org.apache.jmeter.gui.action.Save.doAction(Save.java:163) ~[ApacheJMeter_core.jar:5.4.3]
    at org.apache.jmeter.gui.action.ActionRouter.performAction(ActionRouter.java:87) ~[ApacheJMeter_core.jar:5.4.3]
    at org.apache.jmeter.gui.action.ActionRouter.lambda$actionPerformed$0(ActionRouter.java:69) ~[ApacheJMeter_core.jar:5.4.3]
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:318) ~[?:?]
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:773) ~[?:?]
    at java.awt.EventQueue$4.run(EventQueue.java:720) ~[?:?]
    at java.awt.EventQueue$4.run(EventQueue.java:714) ~[?:?]
    at java.security.AccessController.doPrivileged(AccessController.java:399) ~[?:?]
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86) ~[?:?]
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:742) ~[?:?]
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203) [?:?]
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124) [?:?]
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113) [?:?]
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109) [?:?]
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) [?:?]
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:90) [?:?]

koffiezwart commented on 2021-12-20 20:31 (UTC)

@stick np, thanks for fixing it so quickly!

stick commented on 2021-12-20 13:07 (UTC)

@koffiezwart thanks

ijara commented on 2020-11-24 15:13 (UTC)

@stewbeef thanks for the fix :D

stewbeef commented on 2020-08-19 02:38 (UTC)

I had some trouble with GPG keys on version 5.3-1:

:: Importing keys with gpg...
gpg: keyserver receive failed: General error
problem importing keys

I was able to fix it by importing the keys manually:

wget https://downloads.apache.org/jmeter/KEYS
gpg --import KEYS

Hope this helps someone else.

stick commented on 2019-06-15 14:14 (UTC)

@fikrimi StartupWMClass changed to jmeter in latest update (5.1.1).

fikrimi commented on 2019-06-13 08:30 (UTC)

Can you change the StartupWMClass? its the same with vscode (https://aur.archlinux.org/cgit/aur.git/tree/visual-studio-code.desktop?h=visual-studio-code-bin)