IOException: Broken pipe

hello, can you tell me how to solve this error? After starting hippo 15, he himself falls and stops working, he answers bad gateway

18.08.2023 11:48:56 [INFO] [talledLocalContainer] org.apache.catalina.connector.ClientAbortException: java.io.IOException: Broken pipe

[talledLocalContainer] 18.08.2023 11:48:55 ERROR http-nio-8080-exec-5 [SwallowExceptionMapper.mapUnexpectedExceptions:35] Unexpected error occurred

18.08.2023 11:48:55 [INFO] [talledLocalContainer] org.apache.wicket.WicketRuntimeException: Cannot replace a component which has not been added: id=‘updater-editor’, component=[UpdaterRegistryEditor [Component id = updater-editor]]:

18.08.2023 11:48:55 [INFO] [talledLocalContainer] [UpdaterPanel [Component id = systemPanel]]

Hi,
I am also facing same issue.

Problem with writing the data, class org.onehippo.forge.webservices.jaxrs.jcr.model.JcrNode, ContentType: application/json
[HstDelegateeFilterBean.doFilter:644] ContainerException for ‘Request{ method=‘GET’, scheme=‘http’, host=‘localhost’, requestURI=’/cms/ws/rest/api/nodes/content/documents/myapp/sites/x/lingual/en/dashboard/dashboard’, queryString=‘depth=10’}': org.apache.catalina.connector.ClientAbortException: java.io.IOException: Broken pipe.

Due to above, I get 502 frequently. Let me know if anyone can help on this.

Thanks,

the message means the client aborts the connection before the server finish streaming the content, but we need more log details to investigate more.