NoHttpResponseException while making consecutive request within interval of less than 3 seconds.
See original GitHub issueapplication.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:
- Created 6 years ago
- Comments:7 (1 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This is not the spring cloud issue tracker.
你好,我已收到你的邮件。