question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

NoHttpResponseException while making consecutive request within interval of less than 3 seconds.

See original GitHub issue

application.yml :

zuul:
  debug:
    request: true
  routes:
    test-set:
      path: /test/set
      url: https://{{pcf_domain_name}}
    test-get:
      path: /test/get
      url: https://{{pcf_domain_name}}

pom.xml

<dependency>
	<groupId>org.springframework.cloud</groupId>
	<artifactId>spring-cloud-starter-zuul</artifactId>
</dependency>
<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>org.springframework.cloud</groupId>
            <artifactId>spring-cloud-dependencies</artifactId>
            <version>Dalston.SR4</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

Exception : org.apache.http.NoHttpResponseException: {{pcf_domain_name}}:443 failed to respond org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141) org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
artgoncommented, Jan 15, 2018

This is not the spring cloud issue tracker.

0reactions
leslieycommented, Mar 21, 2022

你好,我已收到你的邮件。

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to fix "NoHttpResponseException" when running ...
Apache HttpClient suffers from NoHttpResponseException from time to time. This is a very old problem. Anyway, I guess in your case the ...
Read more >
HTTPClient - Timeout & duplicate requests - Appeon Community
However, in the IIS logs we are seeing up to 3 requests initiated from the client system -- spaced 15 seconds a part....
Read more >
Jmeter throws "org.apache.http.NoHttpResponseException"
When I have just one time instead three time it works well, But when I configure the script to do for three times...
Read more >
Troubleshoot Bad Gateway errors - Azure Application Gateway
This is the time interval between two consecutive probes. Time-out, Probe time-out in seconds. If a valid response isn't received within this ...
Read more >
Eclipse Scout Technical Guide
With bean meta data as shown in listing Listing 3. Listing 5. ... Technical subject under which received client notifications are executed.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found