You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get these errors when I look into the logfiles (the marketplace is running but I'm not sure what causes this problem):
18-09-2024 15:43:23.451 [http-nio-8080-exec-13] DEBUG e.s.m.s.s.query.SearchQueryPhrase.getQueryCriteria - Original query false:
18-09-2024 15:43:24.011 [http-nio-8080-exec-14] ERROR e.s.m.c.MarketplaceExceptionHandler.handleServerException - Server Exception
org.springframework.web.context.request.async.AsyncRequestNotUsableException: ServletOutputStream failed to write: java.io.IOException: Broken pipe
at org.springframework.web.context.request.async.StandardServletAsyncWebRequest$LifecycleHttpServletResponse.handleIOException(StandardServletAsyncWebRequest.java:320)
at org.springframework.web.context.request.async.StandardServletAsyncWebRequest$LifecycleServletOutputStream.write(StandardServletAsyncWebRequest.java:378)
at org.springframework.util.StreamUtils$NonClosingOutputStream.write(StreamUtils.java:261)
at com.fasterxml.jackson.core.json.UTF8JsonGenerator._flushBuffer(UTF8JsonGenerator.java:2203)
...
I think the communication with some external service (from the point of view of the backend) was not possible (e.g. the external service stopped, most probably Solr I think). Are you able to provide more logs (pre and post what you already provided)?
We try to get a new log collection system (signoz) running at the moment. Here a CSV that contains some borken pipe errors. log_data.zip @tparkola, I think I can also grant you direct access to this service but it collects a lot of logs. Please contact me if you want to have access.
I get these errors when I look into the logfiles (the marketplace is running but I'm not sure what causes this problem):
@tparkola any ideas about this?
The text was updated successfully, but these errors were encountered: