5
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

エラーメッセージ errorConnection reset by peer とは?

Last updated at Posted at 2019-01-07

エラーメッセージ errorConnection reset by peer とは?

Googling

Why do we get the error "Connection reset by peer" during a web service call? - IBM Developer Answers

  • サーバー側のメモリが溢れてlimitを超えて?
  • プロセスが殺され?
  • トラフィックの問題でなんだかんだ?
  • resource limitations on the server side like out of memory server
  • process killed
  • overload on the server due to a high amount of traffic

どゆこと?

  • Webサービスのクライントが SOAP レスポンスを待つが? (SOAPって何?)
  • リモートのWebサービスプロバイダとコネクションが早くして切断される?

The error message "Connection reset by peer" appears, if the web services client was waiting for a SOAP response from the remote web services provider and the connection was closed prematurely.

理由はタイムアウト問題?

一般的な理由はFireWallがコネクションを切断したケースが多い?

One of the most common causes for this error is a firewall in the middle closing the connection. In this case you could increase the connection timeout in the firewall.


チャットメンバー募集

何か質問、悩み事、相談などあればLINEオープンチャットもご利用ください。

Twitter

5
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?