You need to figure out what the original error is. As you can probably see, your error is coming from your proxy.
This is the error log in the log file
2024-03-13 22:38:04 ERROR: An I/O error has occurred while writing a response message entity to the container output stream. -
org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException
at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67)
as I have read, this kind of error usually happens servlet is writing data back on the stream and connection closed from client side
It probably indicates a timeout.
Hello everyone
I have the following problem when requesting a trip report from the previous month
https://ibb.co/RYV26dq
I have already configured the following in the XML file
This helped me with other problems in the reports for trips longer than 1 day.
But it did not solve the problem with the previous month's trip report.
Is there any successful configuration for the XML file for the described case? or is it a problem of the vps hosting Traccar?