anthonygauthier/jmeter-elasticsearch-backend-listener

Issue # 75 : Follow Up

debajyotichanda opened this issue · 1 comments

Thanks Anthony !!

The suggestion you provided to remove the old plugin kind of worked. I am not getting the error as earlier. But getting the below error.

_9:56:15,135 INFO o.a.j.e.StandardJMeterEngine: Running the test!
2020-02-20 09:56:15,135 INFO o.a.j.s.SampleEvent: List of sample_variables: []
2020-02-20 09:56:15,140 INFO o.a.j.v.b.BackendListener: Backend Listener: Starting worker with class: class io.github.delirius325.jmeter.backendlistener.elasticsearch.ElasticsearchBackendClient and queue capacity: 5000
2020-02-20 09:56:15,140 INFO o.a.j.v.b.BackendListener: Backend Listener: Started worker with class: class io.github.delirius325.jmeter.backendlistener.elasticsearch.ElasticsearchBackendClient
2020-02-20 09:56:15,260 ERROR i.g.d.j.b.e.ElasticsearchBackendClient: Error with node: [host=https://elasticsearch.lcbo.com:443]
2020-02-20 09:56:15,260 INFO i.g.d.j.b.e.ElasticSearchMetricSender: Index already exists!
2020-02-20 09:56:15,334 ERROR i.g.d.j.b.e.ElasticsearchBackendClient: Error with node: [host=https://elasticsearch.lcbo.com:443]
2020-02-20 09:56:15,334 ERROR i.g.d.j.b.e.ElasticSearchMetricSender: Exceptionjavax.net.ssl.SSLHandshakeException: General SSLEngine problem
2020-02-20 09:56:15,335 ERROR i.g.d.j.b.e.ElasticSearchMetricSender: ElasticSearch Backend Listener was unable to perform request to the ElasticSearch engine. Check your JMeter console for more info.
2020-02-20 09:56:15,335 INFO o.a.j.g.u.JMeterMenuBar: setRunning(true, local)
2020-02-20 09:56:15,624 INFO o.a.j.e.StandardJMeterEngine: Starting ThreadGroup: 1 : Thread Group
2020-02-20 09:56:15,624 INFO o.a.j.e.StandardJMeterEngine: Starting 1 threads for group Thread
Group.
2020-02-20 09:56:15,625 INFO o.a.j.e.StandardJMeterEngine: Thread will continue on error
2020-02-20 09:56:15,625 INFO o.a.j.t.ThreadGroup: Starting thread group... number=1 threads=1 ramp-up=1 perThread=1000.0 delayedStart=false
2020-02-20 09:56:15,626 INFO o.a.j.t.ThreadGroup: Started thread group number 1
2020-02-20 09:56:15,626 INFO o.a.j.e.StandardJMeterEngine: All thread groups have been started
2020-02-20 09:56:15,629 INFO o.a.j.t.JMeterThread: Thread started: Thread Group 1-1
2020-02-20 09:56:32,937 INFO o.a.j.t.JMeterThread: Thread is done: Thread Group 1-1
2020-02-20 09:56:32,937 INFO o.a.j.t.JMeterThread: Thread finished: Thread Group 1-1
2020-02-20 09:56:32,938 INFO o.a.j.e.StandardJMeterEngine: Notifying test listeners of end of test
2020-02-20 09:56:32,943 INFO o.a.j.v.b.BackendListener: Worker ended
2020-02-20 09:56:33,036 ERROR i.g.d.j.b.e.ElasticsearchBackendClient: Error with node: [host=https://elasticsearch.lcbo.com:443]
2020-02-20 09:56:33,036 ERROR i.g.d.j.b.e.ElasticSearchMetricSender: Exceptionjavax.net.ssl.SSLHandshakeException: General SSLEngine problem
2020-02-20 09:56:33,036 ERROR i.g.d.j.b.e.ElasticSearchMetricSender: Elastic Search Request End Point: /test/SampleResult/bulk
2020-02-20 09:56:33,036 ERROR i.g.d.j.b.e.ElasticSearchMetricSender: ElasticSearch Backend Listener was unable to perform request to the ElasticSearch engine. Check your JMeter console for more info.
2020-02-20 09:56:33,038 INFO o.a.j.g.u.JMeterMenuBar: setRunning(false, local)

Here is my JMeter configuration snapshot:
image

This means that JMeter wasn't able to contact your ES instance.

Also, you're able to comment on closed issue - please don't create new ones for follow ups, just keep posting in the closed issue.