Questions tagged [connection-reset]
159 questions
1
vote
1 answer
Occasional ERR_CONNECTION_RESET error when hitting Node.js Site
I recently deployed a node.js based site into load balanced servers(windows).
(Not sure if Node.js or load balancer matters in the case, but want to share the information)
When I hit the url in Chrome, I sometimes get ERR_Connection_Reset error:
For…

user1491987
- 751
- 1
- 14
- 34
1
vote
0 answers
Android socket exception (Connection reset by peer)
I am trying to use Android's VpnService to forward packets to their original destination after i receive them. After writing data to the socket with the correct destination address, I am trying to get the response like this:
Socket socket =…

TychoTheTaco
- 664
- 1
- 7
- 28
1
vote
1 answer
Randomly gor error Connection reset by peer - Zend Opcache Php 5.4.7
My setup:
Windows 2008 R2 Server
PHP Version 5.4.7
Zend Opcache 7.0.3 (i just upgraded to 7.0.5 still the same)
Sometimes I will get Connection reset by peer when browsing the site using Chrome.
I enabled "use_cwd" settings as suggested by other…

user3162662
- 743
- 1
- 7
- 20
1
vote
0 answers
Ajax autocomplete using Post leads to "The connection was reset" error and "net::ERR_EMPTY_RESPONSE" console error
Hello and thank you for taking the time to read my question.
My website is hosted on Godaddy and I have the "Deluxe Linux Hosting package".
My webpage helps users to find markets using a simple form, which uses JQuery, Ajax, PHP and MySQL to show…

Aidan
- 21
- 3
1
vote
2 answers
What can cause reset connection when running PHP script?
I've developed a web application with CodeIgniter that works perfectly on my local machines (one with windows and one with Linux). When I moved it to my hosting server, connection gets reset when running one particular PHP script that does a few…

marcin_koss
- 5,763
- 10
- 46
- 65
1
vote
3 answers
Connection Reset on MySQL query
OK, I'm flummoxed.
I'm trying to execute a query on a database (locally) and I keep getting a connection reset error. I've been using the method below in a generic DAO class to build a query string and pass to Zend_Db API.
public function…

sunwukung
- 2,815
- 3
- 41
- 56
1
vote
1 answer
Tomcat 7 throwing frequent java.net.SocketException: Connection reset
I am using Tomcat 7 and am getting frequent connection reset errors,
org.apache.coyote.http11.Http11Processor - Error parsing HTTP request header
java.net.SocketException: Connection reset
at…

Victor
- 1,207
- 2
- 13
- 21
1
vote
1 answer
HttpClient: Connection reset after 5 minutes idle, keep-alive possible?
I'm using a HttpClient to send a SOAP request to an webservice to query some data. For some webservice parameters the execution of the webservice takes longer than 5 minutes and after 5 minutes I get an java.net.SocketException: Connection reset.
I…

das Keks
- 3,723
- 5
- 35
- 57
1
vote
1 answer
"The connection was reset" showing up on old code
I have a form with about 25 inputs and the code to process it. The last time the code was edited in any way was 3 weeks ago. I randomly started getting reset connection issues. To investigate, I began cutting out sections of the code to find the…

Lee Blake
- 341
- 1
- 2
- 15
1
vote
0 answers
java.net.SocketException: Connection reset with Tomcat
I am encountering this following exception on our production setup. Below is the trace,
Caused by: java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(SocketInputStream.java:189)
at…

Victor
- 1,207
- 2
- 13
- 21
1
vote
3 answers
Connection Reset due to large file upload but configs should permit upload
I am having errors attempting to upload a file larger than 4 megs in my MVC project. The upload works fine for smaller files. Looking online, I saw that I should add
to my web config,…

Lawton
- 143
- 2
- 14
1
vote
2 answers
TCP recover connection after hardware disconnect
I've got a program that continuously writes to a TCP socket. I want to make sure that if the connection between the client and server is disconnected for any amount of time, the connection can be restablished.
Right now, I can disconnect the wire,…

Nikki
- 261
- 1
- 4
- 10
0
votes
1 answer
Apache resets connection when PHP tells it to 404
Given the following PHP 5.1.6 code being served through Apache 2.2.9:

dirtside
- 8,144
- 10
- 42
- 54
0
votes
1 answer
Apache fails to load resource files to internal requests but serves fine to external requests
Our development webserver has started giving 'connection reset' errors to browsers for the same files in pages but only if we use the internal network to request from. If I connect from home then the requests are served fine.
The apache logs show…

Ben Duffin
- 1,066
- 10
- 16
0
votes
0 answers
High Client and target reset count in AWS Network Load Balancer when using Route53 Healthchecks
We are using AWS' Elastic Kubernetes Service (EKS) with an nginx-ingress and an NLB (network load balancer). When activating Route53 healthchecks, which monitor targets in the EKS-Cluster, the client and target reset count in the monitoring stats of…