fshutdown / JMeter-WebSocketSampler

JMeter - WebSocket Sampler
Apache License 2.0
309 stars 191 forks source link

SslContextFactory Error using Jmeter 2.13 #45

Open shirofuji opened 8 years ago

shirofuji commented 8 years ago

I get the following error during the test.

2015/12/02 16:31:26 ERROR - jmeter.threads.JMeterThread: Test failed! java.lang.NoClassDefFoundError: org/eclipse/jetty/util/ssl/SslContextFactory at JMeter.plugins.functional.samplers.websocket.WebSocketSampler.getConnectionSocket(WebSocketSampler.java:74) at JMeter.plugins.functional.samplers.websocket.WebSocketSampler.sample(WebSocketSampler.java:105) at org.apache.jmeter.threads.JMeterThread.process_sampler(JMeterThread.java:434) at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:261) at java.lang.Thread.run(Unknown Source)