Jmeter - Non HTTP response code: org.apache.http.client.ClientProtocolException

Surya T

I am getting this error in a sub request while navigating to a site.The sub-request is not captured in the script but I am able to see in Results Tree. Please refer below image for details: enter image description here

Could someone please help me resolve this issue?

Dmitri T

You are not load testing fonts.googleapis.com host, are you?

I suggest adding the following entry to "URSs must match" section of your HTTP Request sampler (or better for HTTP Request Defaults)

^((?!googleapis).)*$

This will filter out the calls to googleapis host so you could focus on your application solely.

See Excluding Domains From The Load Test article for more detailed explanation and example on how to exclude several domains.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Getting an error "Response code: Non HTTP response code: org.apache.http.conn.HttpHostConnectException" in jmeter

From Dev

org.apache.http.client.ClientProtocolException appears when HttpClient executes

From Dev

Getting Response code: Non HTTP response code: java.net.ConnectException for some of the samples in Jmeter

From Dev

Jmeter Regex http response

From Dev

How to get an Http response code in a soap client?

From Dev

Setting a HTTP response code in PHP (under Apache)

From Dev

Change jmeter http client

From Dev

Difference in response time between HTTPclient 3.1 and HTTP client 4 in jmeter

From Dev

Getting HTTP response code using Android Asynchronous Http Client (Loopj)

From Dev

package org.apache.http.client does not exist

From Dev

Non-standard HTTP response codes: recommended client behaviour

From Dev

Non-standard HTTP response codes: recommended client behaviour

From Dev

Apache HTTP client timeout

From Dev

Node ACS 404 Not found response code to Java http client

From Dev

HTTP Response Code on javascript

From Dev

Servlet response filter for non 2xx http code

From Dev

RestTemplate vs Apache Http Client for production code in spring project

From Dev

What code do I need to fix Apache HTTP Client removal?

From Dev

JMeter getting non HTTP Response Message "Remote host closed connection during handshake"

From Dev

Apache Http Client and Load Balancers

From Dev

apache http client request redirect

From Dev

jmeter to issue http request based on response

From Dev

Will JMeter wait for the HTTP response of a HTTP sample before running the next one?

From Dev

What is the difference between `removeQuery()` and `clearParameters()` in org.apache.http.client.utils.URIBuilder of HttpClient 4.3.1?

From Dev

Eclipse Marketplace error - Unexpected exception: org/apache/http/client/fluent/Executor

From Dev

java.lang.NoClassDefFoundError: org.apache.http.client.CredentialsProvider error with HTMLUnit

From Dev

java.lang.NoSuchMethodError org.apache.http.client.utils.URLEncodedUtils.encPath

From Dev

No appenders could be found for logger (org.apache.http.client.protocol.RequestAddCookies)

From Dev

The import org.apache.http.client cannot be resolved error when I update sdk to M

Related Related

  1. 1

    Getting an error "Response code: Non HTTP response code: org.apache.http.conn.HttpHostConnectException" in jmeter

  2. 2

    org.apache.http.client.ClientProtocolException appears when HttpClient executes

  3. 3

    Getting Response code: Non HTTP response code: java.net.ConnectException for some of the samples in Jmeter

  4. 4

    Jmeter Regex http response

  5. 5

    How to get an Http response code in a soap client?

  6. 6

    Setting a HTTP response code in PHP (under Apache)

  7. 7

    Change jmeter http client

  8. 8

    Difference in response time between HTTPclient 3.1 and HTTP client 4 in jmeter

  9. 9

    Getting HTTP response code using Android Asynchronous Http Client (Loopj)

  10. 10

    package org.apache.http.client does not exist

  11. 11

    Non-standard HTTP response codes: recommended client behaviour

  12. 12

    Non-standard HTTP response codes: recommended client behaviour

  13. 13

    Apache HTTP client timeout

  14. 14

    Node ACS 404 Not found response code to Java http client

  15. 15

    HTTP Response Code on javascript

  16. 16

    Servlet response filter for non 2xx http code

  17. 17

    RestTemplate vs Apache Http Client for production code in spring project

  18. 18

    What code do I need to fix Apache HTTP Client removal?

  19. 19

    JMeter getting non HTTP Response Message "Remote host closed connection during handshake"

  20. 20

    Apache Http Client and Load Balancers

  21. 21

    apache http client request redirect

  22. 22

    jmeter to issue http request based on response

  23. 23

    Will JMeter wait for the HTTP response of a HTTP sample before running the next one?

  24. 24

    What is the difference between `removeQuery()` and `clearParameters()` in org.apache.http.client.utils.URIBuilder of HttpClient 4.3.1?

  25. 25

    Eclipse Marketplace error - Unexpected exception: org/apache/http/client/fluent/Executor

  26. 26

    java.lang.NoClassDefFoundError: org.apache.http.client.CredentialsProvider error with HTMLUnit

  27. 27

    java.lang.NoSuchMethodError org.apache.http.client.utils.URLEncodedUtils.encPath

  28. 28

    No appenders could be found for logger (org.apache.http.client.protocol.RequestAddCookies)

  29. 29

    The import org.apache.http.client cannot be resolved error when I update sdk to M

HotTag

Archive