What database are you using?
I am using SQL Express 2014 with latest service pack.
Looks like there is some problem with "database.insertPosition" query.
Is this something that I can fix?
I need to see the query first.
Is there anything I can send or post?
Your config.
... <entry key='database.insertPosition'> INSERT INTO positions (deviceId, protocol, serverTime, deviceTime, fixTime, valid, latitude, longitude, altitude, speed, course, address, attributes) VALUES (:deviceId, :protocol, :now, :deviceTime, :fixTime, :valid, :latitude, :longitude, :altitude, :speed, :course, :address, :attributes); </entry> ...
It looks fine to me. Are you absolutely sure that's the config that you are using?
Yes, this is definitely the running config.
I did some research and it looks like you have to update the JDBC driver that you are using.
I loaded the latest sqljdbc42.jar driver (sept 30, 2016 release) and no difference.
I would recommend to use JDBC version 4.1. I don't have any other ideas at the moment. I can take a look at your server if you provide connection details.
I will try this version out at the end of the day here and let know you what my results are.
Thanks again.
What does this warning mean? I see it constantly in the log files.