Hello, I have a traccar server installed on a VPS server, 60 Gb disk and 2 Gb RAM, 200 linked devices, once the service starts it is deactivated after an hour, after that the web interface stops responding, I check the logs and around minute 55 after the execution this appears in the logs every second.
WARN: An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception. - Demasiados archivos abiertos - IOException (...)
It should be noted that previously I had version 4.2 and I did not have this problem, I optimized my server according to the documentation and even then I still have this problem, some solution? grateful.
Double check that changes have actually taken effect.
Agree with Ernesto. You have to check that the limit was increased for your Traccar process.
Manage to solve the problem, lower the server timeout in the following way
<entry key='server.timeout'>900</entry>
Thanks for your time.
Hello, I have a traccar server installed on a VPS server, 60 Gb disk and 2 Gb RAM, 200 linked devices, once the service starts it is deactivated after an hour, after that the web interface stops responding, I check the logs and around minute 55 after the execution this appears in the logs every second.
It should be noted that previously I had version 4.2 and I did not have this problem, I optimized my server according to the documentation and even then I still have this problem, some solution? grateful.