Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't Add the threadgroup after build and install instructions #27

Open
dandgelb opened this issue Jul 17, 2017 · 2 comments
Open

Can't Add the threadgroup after build and install instructions #27

dandgelb opened this issue Jul 17, 2017 · 2 comments

Comments

@dandgelb
Copy link

dandgelb commented Jul 17, 2017

After using the build instruction, right click to add thread group not working in JMeter UI:
PF below the console logs:

Environment:

  • Ubuntu 16.04 LTS
  • apache-jmeter-3.1

Uncaught Exception java.lang.ExceptionInInitializerError. See log file for details.
Uncaught Exception java.lang.NoClassDefFoundError: Could not initialize class org.apache.jmeter.gui.util.MenuFactory. See log file for details.
Uncaught Exception java.lang.NoClassDefFoundError: Could not initialize class org.apache.jmeter.gui.util.MenuFactory. See log file for details.
Uncaught Exception java.lang.NoClassDefFoundError: Could not initialize class org.apache.jmeter.gui.util.MenuFactory. See log file for details.
Uncaught Exception java.lang.NoClassDefFoundError: Could not initialize class org.apache.jmeter.gui.util.MenuFactory. See log file for details.

@erlanggaelfallujah
Copy link
Owner

Thx @dandgelb , I think its because conflicting jar with different implementation present. Try to delete old version library (in lib directory) on the same name, so remains only new version.

cheers

@PokerBot
Copy link

PokerBot commented Aug 7, 2017

I had the same issue using Apache jMeter 3.2 and the conflicting jar was the two groovy jars (groovy-all-2.4.6.jar and groovy-all-2.4.10.jar).

So I removed the 2.4.6 jar and I no longer receive the errors above, but I do not see any of the jpos sampler in jMeter and when I try to open one of the test-jmeter-jpos.jmx I get the following errors in the attached image:
jmeterjpos

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants