Unable to Start JMeter Performance Test with Green Arrow

Dear all,

 

I am using Appian-provided JMeter to run performance test and the Samples had been created. However, when I tried to start the performance Test, the following Error prompted:

 

018-02-21 21:55:13,185 INFO o.a.j.e.StandardJMeterEngine: Running the test!
2018-02-21 21:55:13,185 INFO o.a.j.s.SampleEvent: List of sample_variables: []
2018-02-21 21:55:13,191 ERROR o.a.j.JMeter: Uncaught exception:
java.lang.NoClassDefFoundError: org/apache/commons/httpclient/cookie/MalformedCookieException
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_152]
at java.lang.Class.forName(Class.java:264) ~[?:1.8.0_152]
at org.apache.jorphan.reflect.ClassTools.construct(ClassTools.java:86) ~[jorphan.jar:3.3 r1808647]
at org.apache.jmeter.protocol.http.control.CookieManager.testStarted(CookieManager.java:417) ~[ApacheJMeter_http.jar:3.1-SNAPSHOT.20160603]
at org.apache.jmeter.engine.StandardJMeterEngine.notifyTestListenersOfStart(StandardJMeterEngine.java:218) ~[ApacheJMeter_core.jar:3.3 r1808647]
at org.apache.jmeter.engine.StandardJMeterEngine.run(StandardJMeterEngine.java:388) ~[ApacheJMeter_core.jar:3.3 r1808647]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
Caused by: java.lang.ClassNotFoundException: org.apache.commons.httpclient.cookie.MalformedCookieException
at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[?:1.8.0_152]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_152]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_152]
... 7 more

 

May I know what is going on?

 

Thanks in advance

  Discussion posts and replies are publicly visible

Parents
  • I resolved this issue by changing the HTTP Cookie manager from HC3CookieHandler to HC4CookieHandler, do you know what is the difference between them?

     

    Plus, do any one of you know that when I was running Appian JMeter but it seems that test cases like [123 /suite/rest/a/task/latest/168437443/form] was considered as Error andError% display 100%

    Was there any way to exclude these cases (other than adding the exclude paths .*/auth.* in the recorder)? My Ultimate goal is to capture real connection problems such as webAPI failure in Appian

Reply
  • I resolved this issue by changing the HTTP Cookie manager from HC3CookieHandler to HC4CookieHandler, do you know what is the difference between them?

     

    Plus, do any one of you know that when I was running Appian JMeter but it seems that test cases like [123 /suite/rest/a/task/latest/168437443/form] was considered as Error andError% display 100%

    Was there any way to exclude these cases (other than adding the exclude paths .*/auth.* in the recorder)? My Ultimate goal is to capture real connection problems such as webAPI failure in Appian

Children
No Data