Top "Connection-reset" questions

What's causing my java.net.SocketException: Connection reset?

We are seeing frequent but intermittent java.net.SocketException: Connection reset errors in our logs. We are unsure as to …

java sockets socketexception connection-reset
SQLRecoverableException: I/O Exception: Connection reset

Yesterday evening I left the office with a running Java program written by me. It should insert a lot of …

java oracle ioexception connection-reset
ClientAbortException: java.net.SocketException: Connection reset by peer: socket write error

I am getting the following error frequently while retrieving file object from database column. How can I resolve this problem? …

java tomcat socketexception connection-reset
Javascript Sockets (failed: Error during WebSocket handshake: net::ERR_CONNECTION_RESET)

I am trying to create a simple program to send a message to a socket in plain text. The sender …

javascript websocket connection-reset
Handling "Connection reset by peer" error in an FTP client

I have a Java program that calculates some stats daily and uploads the file on a server through FTP. However, …

java ftp connection-reset
Connection Reset when port forwarding with Vagrant

I have Vagrant/VirtualBox running an Ubuntu 12.04 LTS OS. I have configured Vagrant to forward the guest port 8000 to my …

django ubuntu-12.04 vagrant portforwarding connection-reset
How to resolve this channel issue from WMQ?

Below is the related part from a QMGR log file about a WMQ channel issue: ------------------------------------------------------------------------------- 2012-7-23 10:35:25 - Process(340.1) …

ibm-mq mq connection-reset
RegExp in preg_match function returning browser error

The following function breaks with the regexp I've provided in the $pattern variable. If I change the regexp I'm fine, …

php regex apache wamp connection-reset
javax.mail.MessagingException: Connection reset while trying to access gmail using java mail API

I was trying to read through the mails in my gmail account using java mail API. This is the code: …

jakarta-mail connection-reset
java.net.SocketException: Connection reset (SSL)

I am referring to these questions: java.net.SocketException: Connection reset - [SSL] SSL Connection Reset I used solution from …

java ssl connection-reset