Hi all,
I've just started evaluating JMeter. Running v1.8.1 things were going OK
except for some problems with Counters I'll send a seperate message on but
then I saw the _StringFromFile function mentioned in the mail list archives
so I decided to give the nightly builds a try. With these I get a
NoSuchMethodError error displayed in the window that starts JMeter (nothing
in the jmeter.log) when I try to start a test run. I've tried builds from
the last three nights all with the same results. I started with a
moderately complex Test Plan but have simplified it down to a Thread Group
and an HTTP Sampler doing a simple get request on my home page and still get
the same error. The full text of the error is listed below.
Am I missing a jar or is this a problem that needs to be addressed by the
developers?
Thanks,
Steve
-------
java.lang.NoSuchMethodError:
org.apache.oro.text.perl.Perl5Util.split(Ljava/util/Collection;Ljava/lang/St
ring;Ljava/lang/String;)V
at
org.apache.jmeter.functions.CompoundFunction.setParameters(CompoundFunction.
java:227)
at
org.apache.jmeter.functions.ValueReplacer.getNewValue(ValueReplacer.java:75)
at
org.apache.jmeter.functions.ValueReplacer.replaceValues(ValueReplacer.java:5
7)
at org.apache.jmeter.engine.PreCompiler.addNode(PreCompiler.java:44)
at
org.apache.jorphan.collections.HashTree.traverse(HashTree.java:885)
at
org.apache.jmeter.engine.StandardJMeterEngine.compileTree(StandardJMeterEngi
ne.java:134)
at
org.apache.jmeter.engine.StandardJMeterEngine.runTest(StandardJMeterEngine.j
ava:146)
at org.apache.jmeter.gui.action.Start.startEngine(Start.java:141)
at org.apache.jmeter.gui.action.Start.doAction(Start.java:116)
at
org.apache.jmeter.gui.action.ActionRouter.actionPerformed(ActionRouter.java:
110)
at
javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1767)
at
javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButto
n.java:1820)
at
javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:4
19)
at
javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:257)
at javax.swing.AbstractButton.doClick(AbstractButton.java:289)
at
javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1092)
at
javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(Basic
MenuItemUI.java:932)
at java.awt.Component.processMouseEvent(Component.java:5021)
at java.awt.Component.processEvent(Component.java:4818)
at java.awt.Container.processEvent(Container.java:1525)
at java.awt.Component.dispatchEventImpl(Component.java:3526)
at java.awt.Container.dispatchEventImpl(Container.java:1582)
at java.awt.Component.dispatchEvent(Component.java:3367)
at
java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3359)
at
java.awt.LightweightDispatcher.processMouseEvent(Container.java:3074)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3004)
at java.awt.Container.dispatchEventImpl(Container.java:1568)
at java.awt.Window.dispatchEventImpl(Window.java:1581)
at java.awt.Component.dispatchEvent(Component.java:3367)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:445)
at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.ja
va:191)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java
:144)
at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:130)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:98)