Every time I run a report the server stops and I have that in the log :
INFO|5412/0|Service traccar|17-05-30 12:00:34|Missing wrapper ping within timeout of 30000
WARNING|5412/0|Service traccar|17-05-30 12:00:40|ping between java application and wrapper timed out. if this this is due to server overload consider increasing wrapper.ping.timeout
INFO|wrapper|Service traccar|17-05-30 12:00:56|calling onStop
INFO|wrapper|Service traccar|17-05-30 12:01:05|Win service stop - timeout: 30000
INFO|wrapper|Service traccar|17-05-30 12:01:05|Win service wrapper.control -> stopping application
INFO|wrapper|Service traccar|17-05-30 12:01:05|Win service stop - after shutdown
INFO|wrapper|Service traccar|17-05-30 12:01:05|Win service stop - before notify
INFO|wrapper|Service traccar|17-05-30 12:01:05|Win service terminated
INFO|5412/0|Service traccar|17-05-30 12:01:13|wrapper manager received stop command
any idea ?
Your server timed out which usually means that you don't have enough resources.
yes i know, just there is no way to manage this exception (to not shutdown the traccar server)
How can you not shut down if you don't have enough resources to run the server? It doesn't make sense. What do you mean by "manage"?
Every time I run a report the server stops and I have that in the log :
any idea ?