2

I generated .jtl from JMeter and created auto generated report from blaze meter and it was working fine with HTTP status code 200.

Now I am trying same with non-GUI mode and doing remote testing, trying to create test report from online blaze meter but I am getting non-HTTP response code from auto generated report of blaze meter while getting 200 on JMeter.

Error is org.apache.http.NoHttpResponse Exception

1

1 Answer 1

0

Usually, when a sample returns a 200 OK and failed status, it means a failed embedded resource sample or a failed assertion.

On your sampler dashboard did you tick the checkbox that states: Retrieve Embedded Resources? If so, you do use embedded resources. When you enable the View Results in Tree listener, you should see the top-level sample/response, sub-samples. One of them should be red (while the others are green).

For details, you could see this.

Sign up to request clarification or add additional context in comments.

13 Comments

I have already added a listener View Results in Tree and all http status codes are green with 200 and I have not added any assertion. As I am new to jmeter can you please tell me what is Retrieve Embedded Resources and what is sampler dashboard? Thanks.
You will find "Retrieve Embedded Resources" checkbox at the bottom of your HTTP Request tab (Http sampler dashboard). This checkbox is used to simulate a browser retrieving embedded resources (such as gifs, css, js etc).
So I think, you don't see any sub-samples because you haven't checked the "Retrieve Embedded Resources" option. This is used to make JMeter behaviour more like a real browser.
Nothing happened. May be I have not configured remote setting correctly. I tried jmeter gui after remote configuration to start test but gui was freezed and after some time it throws error engine is busy so tried this from non-gui mode right now from gui it is throwing this error java.rmi.connect exception connection refused to host. What should i do now? your help will highy appreciated.
All the machines (both master and slaves) must be in the same subnet. Your master seems local.
|

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.