erlanggaelfallujah / JMeter-jPOS-components

Adds a jPOS sampler to JMeter to communicate with banking services
2 stars 11 forks source link

Conflict Jmeter Library #2

Closed DhonyImamS closed 8 years ago

DhonyImamS commented 8 years ago

Hi,.. I'm trying to combine your JPOS-Component with JMETER

When I've already copy and paste all your dependencies library,

then JMeter can't start up anymore

here is the exception

2016/10/27 13:16:01 INFO - jmeter.gui.action.LookAndFeelCommand: Using look and feel: javax.swing.plaf.metal.MetalLookAndFeel [Metal, CrossPlatform] 2016/10/27 13:16:01 INFO - jmeter.JMeter: Loaded icon properties from org/apache/jmeter/images/icon.properties 2016/10/27 13:16:02 INFO - jmeter.engine.util.CompoundVariable: Note: Function class names must contain the string: '.functions.' 2016/10/27 13:16:02 INFO - jmeter.engine.util.CompoundVariable: Note: Function class names must not contain the string: '.gui.' 2016/10/27 13:16:06 INFO - org.jmeterplugins.repository.PluginManager: Plugins Status: [jpgc-graphs-basic=2.0, jpgc-sense=2.3, jpgc-functions=2.0, jpgc-casutg=2.1, jpgc-dummy=0.1, jmeter-ftp=3.0, jpgc-ffw=2.0, jmeter-http=3.0, jpgc-fifo=0.2, jmeter-jdbc=3.0, jmeter-jms=3.0, jmeter-monitors=3.0, jmeter-core=3.0, jmeter-junit=3.0, jmeter-java=3.0, jmeter-ldap=3.0, jmeter-mail=3.0, jmeter-mongodb=3.0, jmeter-native=3.0, jpgc-perfmon=2.1, jpgc-plugins-manager=0.10, jmeter-tcp=3.0, jpgc-tst=2.0, jmeter-components=3.0, jpgc-standard=2.0] 2016/10/27 13:16:07 FATAL - jmeter.JMeter: An error occurred: java.lang.NoSuchMethodError: org.fife.ui.rtextarea.RTextScrollPane.(Lorg/fife/ui/rtextarea/RTextArea;)V at org.apache.jmeter.gui.util.JTextScrollPane.(JTextScrollPane.java:69) at org.apache.jmeter.gui.util.JTextScrollPane.getInstance(JTextScrollPane.java:52) at org.apache.jmeter.gui.LoggerPanel.init(LoggerPanel.java:81) at org.apache.jmeter.gui.LoggerPanel.(LoggerPanel.java:62) at org.apache.jmeter.gui.MainFrame.createLoggerPanel(MainFrame.java:620) at org.apache.jmeter.gui.MainFrame.init(MainFrame.java:514) at org.apache.jmeter.gui.MainFrame.(MainFrame.java:241) at org.apache.jmeter.JMeter.startGui(JMeter.java:327) at org.apache.jmeter.JMeter.start(JMeter.java:480) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.apache.jmeter.NewDriver.main(NewDriver.java:259)