Forward error

marco montresor6 years ago

Hello,

I have an error message when I attempt to forward the data:

2019-11-25 10:36:57  INFO: [d8070844: osmand > 151.62.249.198] HEX: 485454502f312e3120323030204f4b0d0a636f6e74656e742d6c656e6774683a20300d0a0d0a
2019-11-25 10:36:57  INFO: Query not provided: database.insertEvent
2019-11-25 10:36:57  INFO: Query not provided: database.updateDeviceExtended
2019-11-25 10:36:57  WARN: [d8070844] error - NullPointerException (... < WebDataHandler:109 < *:163 < BaseDataHandler:27 < ... < *:29 < ... < *:29 < ... < *:29 < ... < ExtendedObjectDecoder:64 < ...)
2019-11-25 10:36:57  INFO: [d8070844] disconnected
2019-11-25 10:37:03  INFO: [3a046406] disconnected

and I don't get any data forwarded.

This is my forward url:

    <entry key='forward.enable'>true</entry>
    <entry key='forward.url'>localhost:31272/?deviceId={deviceId}</entry>

I also tried with different URLs, but no way.
Traccar V.4_6

Anton Tananaev6 years ago

Looks like device is null.

marco montresor6 years ago

Hello Anton,
thanks for your prompt reply.
I resolved! ....it's not possible to have forward and a different database from h2... sorry I did not know.