WARN: Unable to release Session - Data truncation: Data too long for column 'map' at row 1

dennis mureithi4 months ago

I've just had the same error. It seems to be coming from the map column in JettySessions table. It's currently set as blob type. I'll change it to medium blob and see if it fixes the issue and report back here

Antonio Junior4 months ago

change this parameter in the default.xml file <entry key='web.persistSession'>false</entry> and restart traccar

dennis mureithi4 months ago

I changed the datatype to medium blob and the error no longer appears in the logs. Useful if you still want to persist user sessions. If not, then disabling it as you say is the best option.