Forum

Author Topic: recv: Connection reset by peer (54)  (Read 1365 times)

JacquesMDC

  • Newbie
  • *
  • Posts: 17
    • View Profile
recv: Connection reset by peer (54)
« on: September 05, 2023, 08:48:41 AM »
Hi, I work in a huge project with server/node on my mac. Sometimes I see this message : "recv: Connection reset by peer (54)" in a Network Monitor popup window. I find this message in the Server Terminal windows, and in the Nework Monitor history, written in red (see screenshot attached).
It doesn't stop the workflow.
Does someone have an idea what it means ?
Thanx
Jacques

JacquesMDC

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: recv: Connection reset by peer (54)
« Reply #1 on: September 07, 2023, 06:47:05 PM »
Hi, anybody has an idea of what happened ?
It comes another time :

2023-09-04 23:15:50 Binding control interface: 192.168.1.12:5840
2023-09-04 23:15:50 binding socket: family=AF_INET (IPv4) type=SOCK_STREAM protocol=IPPROTO_TCP
2023-09-04 23:15:50 waiting for incoming connections...
2023-09-04 23:15:52 [192.168.1.12:64614] node added (version 2.0.2.16261)
2023-09-04 23:21:46 [192.168.1.12:64614] finished #0 BuildDepthMaps
2023-09-04 23:21:49 [192.168.1.12:64614] finished #0 BuildPointCloud
2023-09-04 23:52:04 [192.168.1.12:64614] finished #0 BuildPointCloud.initialize (1/1)
2023-09-05 07:14:10 [192.168.1.12:64701] recv: Connection reset by peer (54)
2023-09-05 08:07:51 [192.168.1.12:64614] finished #0 BuildPointCloud.filterDepthMaps (1/100)
2023-09-05 11:16:02 [192.168.1.12:64614] finished #0 BuildPointCloud.filterDepthMaps (2/100)
2023-09-05 18:20:50 [192.168.1.12:64614] finished #0 BuildPointCloud.filterDepthMaps (3/100)
2023-09-06 00:19:53 [192.168.1.12:64614] finished #0 BuildPointCloud.filterDepthMaps (4/100)
2023-09-06 05:40:55 [192.168.1.12:64614] finished #0 BuildPointCloud.filterDepthMaps (5/100)
2023-09-06 09:27:56 [192.168.1.12:64614] finished #0 BuildPointCloud.filterDepthMaps (6/100)
2023-09-06 12:56:13 [192.168.1.12:64614] finished #0 BuildPointCloud.filterDepthMaps (7/100)
2023-09-06 16:12:37 [192.168.1.12:64614] finished #0 BuildPointCloud.filterDepthMaps (8/100)
2023-09-07 06:15:37 [192.168.1.12:50517] recv: Connection reset by peer (54)
2023-09-07 16:41:13 [192.168.1.12:64614] finished #0 BuildPointCloud.filterDepthMaps (9/100)

Thanx for your help.
Jacques

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14847
    • View Profile
Re: recv: Connection reset by peer (54)
« Reply #2 on: September 08, 2023, 03:40:18 PM »
Hello Jacques,

Such message usually is shown after unexpected termination of the connection between server and node or client.

For example, if client (Metashape app) that had network processing option enabled has been terminated unexpectedly or crashed (same for processing node or Network Monitor).  Did you have Metashape GUI or Network Monitor opened on 192.168.1.12?
Best regards,
Alexey Pasumansky,
Agisoft LLC

JacquesMDC

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: recv: Connection reset by peer (54)
« Reply #3 on: September 08, 2023, 07:44:11 PM »
hi, thanx for your answer.
Yes I have Network Monitor open on that ip adress 192.168.12, with is the ip adress of my mac.
Why this question ?