NovatecConsulting / JMeter-InfluxDB-Writer

Plugin for JMeter that allows to write load test data on-the-fly to influxDB.
Apache License 2.0
78 stars 76 forks source link

Unexpected status line Error while running JMeter with BackendListener #24

Closed gopi-nath closed 6 years ago

gopi-nath commented 6 years ago

Hi, I'm getting the following error while running the jmeter test plan with the backend listener. screenshot from 2018-07-25 14-37-32

Following is the BackendListener conf in JMeter: screenshot from 2018-07-25 14-29-08

Steps were followed from https://grafana.com/dashboards/1152 This error is occuring only in my staging environment. In my local, it is all working fine. Also without the BackendListener part, the test plan is working fine.
I've made sure connection between the servers where jmeter and influxdb is running are whitelisted. (For port 8086)

gopi-nath commented 6 years ago

@AlexanderWert Any help on this ?

gopi-nath commented 6 years ago

this is fixed.

jkdihenkar commented 6 years ago

It was an SSL Error and HTTPS scheme was not implemented.

Fix is added here - https://github.com/NovatecConsulting/JMeter-InfluxDB-Writer/pull/27