I need to forward the raw data from server A to server B
The following is the configuration of the traccar.xml file
<entry key='forward.enable'>true</entry>
<entry key='server.forward'>example.com</entry>
The version I use is 4.15 and I haven't changed anything since it started working properly
At first it worked fine, But now there's a problem
The only problem I can see in the log is this: WARN: /api/socket - NullPointerException (AsyncSocketServlet:34 < ...)
Best regards,
Does it work after a restart?
Still can't work
I can't find the reason for the problem
I tried to reboot it a bunch of times
Maybe I'm wrong, but isn't server.forward introduced in 5.7?
Oh yeah, I missed the point about the version. It's definitely not available on 4.x versions.
Thank you very much. Maybe I read the log message wrong
I need to forward the raw data from server A to server B
The following is the configuration of the traccar.xml file
<entry key='forward.enable'>true</entry> <entry key='server.forward'>example.com</entry>
The version I use is 4.15 and I haven't changed anything since it started working properly
At first it worked fine, But now there's a problem
The only problem I can see in the log is this:
WARN: /api/socket - NullPointerException (AsyncSocketServlet:34 < ...)
Best regards,