EVOLUTION-MANAGER
Edit File: tracker-server.log.20210722
2021-07-12 17:34:54 INFO: HikariPool-1 - Starting... 2021-07-12 17:34:55 INFO: HikariPool-1 - Start completed. 2021-07-12 17:34:55 INFO: Clearing database change log checksums 2021-07-12 17:34:55 INFO: Successfully acquired change log lock 2021-07-12 17:34:56 INFO: Creating database history table with name: traccar.DATABASECHANGELOG 2021-07-12 17:34:56 INFO: Successfully released change log lock 2021-07-12 17:34:56 INFO: Successfully acquired change log lock 2021-07-12 17:34:56 INFO: Cannot load service: liquibase.parser.ChangeLogParser: liquibase.parser.core.json.JsonChangeLogParser Unable to get public no-arg constructor 2021-07-12 17:34:56 INFO: Cannot load service: liquibase.parser.ChangeLogParser: liquibase.parser.core.yaml.YamlChangeLogParser Unable to get public no-arg constructor 2021-07-12 17:34:58 INFO: Reading from traccar.DATABASECHANGELOG 2021-07-12 17:34:59 INFO: Cannot load service: liquibase.hub.HubService: Provider liquibase.hub.core.StandardHubService could not be instantiated 2021-07-12 17:34:59 INFO: Table tc_attributes created 2021-07-12 17:34:59 INFO: Table tc_calendars created 2021-07-12 17:34:59 INFO: Table tc_commands created 2021-07-12 17:34:59 INFO: Table tc_device_attribute created 2021-07-12 17:34:59 INFO: Table tc_device_command created 2021-07-12 17:34:59 INFO: Table tc_device_driver created 2021-07-12 17:34:59 INFO: Table tc_device_geofence created 2021-07-12 17:34:59 INFO: Table tc_device_maintenance created 2021-07-12 17:34:59 INFO: Table tc_device_notification created 2021-07-12 17:35:00 INFO: Table tc_devices created 2021-07-12 17:35:00 INFO: Table tc_drivers created 2021-07-12 17:35:00 INFO: Table tc_events created 2021-07-12 17:35:00 INFO: Table tc_geofences created 2021-07-12 17:35:00 INFO: Table tc_group_attribute created 2021-07-12 17:35:00 INFO: Table tc_group_command created 2021-07-12 17:35:00 INFO: Table tc_group_driver created 2021-07-12 17:35:00 INFO: Table tc_group_geofence created 2021-07-12 17:35:00 INFO: Table tc_group_maintenance created 2021-07-12 17:35:00 INFO: Table tc_group_notification created 2021-07-12 17:35:00 INFO: Table tc_groups created 2021-07-12 17:35:00 INFO: Table tc_maintenances created 2021-07-12 17:35:00 INFO: Table tc_notifications created 2021-07-12 17:35:01 INFO: Table tc_positions created 2021-07-12 17:35:01 INFO: Table tc_servers created 2021-07-12 17:35:01 INFO: Table tc_statistics created 2021-07-12 17:35:01 INFO: Table tc_user_attribute created 2021-07-12 17:35:01 INFO: Table tc_user_calendar created 2021-07-12 17:35:01 INFO: Table tc_user_command created 2021-07-12 17:35:01 INFO: Table tc_user_device created 2021-07-12 17:35:01 INFO: Table tc_user_driver created 2021-07-12 17:35:01 INFO: Table tc_user_geofence created 2021-07-12 17:35:01 INFO: Table tc_user_group created 2021-07-12 17:35:01 INFO: Table tc_user_maintenance created 2021-07-12 17:35:01 INFO: Table tc_user_notification created 2021-07-12 17:35:01 INFO: Table tc_user_user created 2021-07-12 17:35:01 INFO: Table tc_users created 2021-07-12 17:35:01 INFO: Foreign key constraint added to tc_device_command (commandid) 2021-07-12 17:35:01 INFO: Foreign key constraint added to tc_device_command (deviceid) 2021-07-12 17:35:02 INFO: Foreign key constraint added to tc_device_driver (deviceid) 2021-07-12 17:35:02 INFO: Foreign key constraint added to tc_device_driver (driverid) 2021-07-12 17:35:02 INFO: Foreign key constraint added to tc_device_geofence (deviceid) 2021-07-12 17:35:02 INFO: Foreign key constraint added to tc_device_geofence (geofenceid) 2021-07-12 17:35:02 INFO: Foreign key constraint added to tc_device_maintenance (deviceid) 2021-07-12 17:35:02 INFO: Foreign key constraint added to tc_device_maintenance (maintenanceid) 2021-07-12 17:35:02 INFO: Foreign key constraint added to tc_device_notification (deviceid) 2021-07-12 17:35:02 INFO: Foreign key constraint added to tc_device_notification (notificationid) 2021-07-12 17:35:03 INFO: Foreign key constraint added to tc_devices (groupid) 2021-07-12 17:35:03 INFO: Foreign key constraint added to tc_events (deviceid) 2021-07-12 17:35:03 INFO: Foreign key constraint added to tc_geofences (calendarid) 2021-07-12 17:35:03 INFO: Foreign key constraint added to tc_group_attribute (attributeid) 2021-07-12 17:35:03 INFO: Foreign key constraint added to tc_group_attribute (groupid) 2021-07-12 17:35:03 INFO: Foreign key constraint added to tc_group_command (commandid) 2021-07-12 17:35:03 INFO: Foreign key constraint added to tc_group_command (groupid) 2021-07-12 17:35:03 INFO: Foreign key constraint added to tc_group_driver (driverid) 2021-07-12 17:35:03 INFO: Foreign key constraint added to tc_group_driver (groupid) 2021-07-12 17:35:03 INFO: Foreign key constraint added to tc_group_geofence (geofenceid) 2021-07-12 17:35:03 INFO: Foreign key constraint added to tc_group_geofence (groupid) 2021-07-12 17:35:03 INFO: Foreign key constraint added to tc_group_maintenance (groupid) 2021-07-12 17:35:04 INFO: Foreign key constraint added to tc_group_maintenance (maintenanceid) 2021-07-12 17:35:04 INFO: Foreign key constraint added to tc_group_notification (groupid) 2021-07-12 17:35:04 INFO: Foreign key constraint added to tc_group_notification (notificationid) 2021-07-12 17:35:04 INFO: Foreign key constraint added to tc_notifications (calendarid) 2021-07-12 17:35:04 INFO: Foreign key constraint added to tc_positions (deviceid) 2021-07-12 17:35:04 INFO: Foreign key constraint added to tc_user_attribute (attributeid) 2021-07-12 17:35:04 INFO: Foreign key constraint added to tc_user_attribute (userid) 2021-07-12 17:35:04 INFO: Foreign key constraint added to tc_user_calendar (calendarid) 2021-07-12 17:35:04 INFO: Foreign key constraint added to tc_user_calendar (userid) 2021-07-12 17:35:04 INFO: Foreign key constraint added to tc_user_command (commandid) 2021-07-12 17:35:04 INFO: Foreign key constraint added to tc_user_command (userid) 2021-07-12 17:35:04 INFO: Foreign key constraint added to tc_device_attribute (attributeid) 2021-07-12 17:35:05 INFO: Foreign key constraint added to tc_device_attribute (deviceid) 2021-07-12 17:35:05 INFO: Foreign key constraint added to tc_user_device (deviceid) 2021-07-12 17:35:05 INFO: Foreign key constraint added to tc_user_device (userid) 2021-07-12 17:35:05 INFO: Foreign key constraint added to tc_user_driver (driverid) 2021-07-12 17:35:05 INFO: Foreign key constraint added to tc_user_driver (userid) 2021-07-12 17:35:05 INFO: Foreign key constraint added to tc_user_geofence (geofenceid) 2021-07-12 17:35:05 INFO: Foreign key constraint added to tc_user_geofence (userid) 2021-07-12 17:35:05 INFO: Foreign key constraint added to tc_user_group (groupid) 2021-07-12 17:35:05 INFO: Foreign key constraint added to tc_user_group (userid) 2021-07-12 17:35:05 INFO: Foreign key constraint added to tc_user_maintenance (maintenanceid) 2021-07-12 17:35:05 INFO: Foreign key constraint added to tc_user_maintenance (userid) 2021-07-12 17:35:05 INFO: Foreign key constraint added to tc_user_notification (notificationid) 2021-07-12 17:35:05 INFO: Foreign key constraint added to tc_user_notification (userid) 2021-07-12 17:35:06 INFO: Foreign key constraint added to tc_user_user (userid) 2021-07-12 17:35:06 INFO: New row inserted into tc_servers 2021-07-12 17:35:06 INFO: New row inserted into tc_users 2021-07-12 17:35:06 INFO: ChangeSet changelog-4.0-clean::changelog-4.0-clean::author ran successfully in 6430ms 2021-07-12 17:35:06 INFO: Foreign key constraint added to tc_groups (groupid) 2021-07-12 17:35:06 INFO: Foreign key constraint added to tc_user_user (manageduserid) 2021-07-12 17:35:06 INFO: ChangeSet changelog-4.0-clean::changelog-4.0-clean-common::author ran successfully in 201ms 2021-07-12 17:35:06 INFO: Marking ChangeSet: changelog-3.3::changelog-3.3::author ran despite precondition failure due to onFail='MARK_RAN': ./schema/changelog-master.xml : Not precondition failed 2021-07-12 17:35:06 INFO: Marking ChangeSet: changelog-3.5::changelog-3.5::author ran despite precondition failure due to onFail='MARK_RAN': ./schema/changelog-master.xml : Not precondition failed 2021-07-12 17:35:06 INFO: Marking ChangeSet: changelog-3.6::changelog-3.6::author ran despite precondition failure due to onFail='MARK_RAN': ./schema/changelog-master.xml : Not precondition failed 2021-07-12 17:35:06 INFO: Marking ChangeSet: changelog-3.7::changelog-3.7::author ran despite precondition failure due to onFail='MARK_RAN': ./schema/changelog-master.xml : Not precondition failed 2021-07-12 17:35:06 INFO: Marking ChangeSet: changelog-3.7::changelog-3.7-notmssql::author ran despite precondition failure due to onFail='MARK_RAN': ./schema/changelog-master.xml : Not precondition failed 2021-07-12 17:35:06 INFO: Marking ChangeSet: changelog-3.8::changelog-3.8::author ran despite precondition failure due to onFail='MARK_RAN': ./schema/changelog-master.xml : Not precondition failed 2021-07-12 17:35:06 INFO: Marking ChangeSet: changelog-3.9::changelog-3.9::author ran despite precondition failure due to onFail='MARK_RAN': ./schema/changelog-master.xml : Not precondition failed 2021-07-12 17:35:06 INFO: Marking ChangeSet: changelog-3.10::changelog-3.10::author ran despite precondition failure due to onFail='MARK_RAN': ./schema/changelog-master.xml : Not precondition failed 2021-07-12 17:35:06 INFO: Marking ChangeSet: changelog-3.10::changelog-3.10-notmssql::author ran despite precondition failure due to onFail='MARK_RAN': ./schema/changelog-master.xml : Not precondition failed 2021-07-12 17:35:06 INFO: Marking ChangeSet: changelog-3.10::changelog-3.10-mssql::author ran despite precondition failure due to onFail='MARK_RAN': ./schema/changelog-master.xml : Not precondition failed 2021-07-12 17:35:06 INFO: Marking ChangeSet: changelog-3.10::changelog-3.7-mssql::author ran despite precondition failure due to onFail='MARK_RAN': ./schema/changelog-master.xml : Not precondition failed 2021-07-12 17:35:06 INFO: Marking ChangeSet: changelog-3.11::changelog-3.11::author ran despite precondition failure due to onFail='MARK_RAN': ./schema/changelog-master.xml : Not precondition failed 2021-07-12 17:35:06 INFO: Marking ChangeSet: changelog-3.12::changelog-3.12::author ran despite precondition failure due to onFail='MARK_RAN': ./schema/changelog-master.xml : Not precondition failed 2021-07-12 17:35:07 INFO: Marking ChangeSet: changelog-3.12::changelog-3.12-notmssql::author ran despite precondition failure due to onFail='MARK_RAN': ./schema/changelog-master.xml : Not precondition failed 2021-07-12 17:35:07 INFO: Marking ChangeSet: changelog-3.12::changelog-3.12-pgsql::author ran despite precondition failure due to onFail='MARK_RAN': ./schema/changelog-master.xml : Not precondition failed 2021-07-12 17:35:07 INFO: Marking ChangeSet: changelog-3.14::changelog-3.14::author ran despite precondition failure due to onFail='MARK_RAN': ./schema/changelog-master.xml : Not precondition failed 2021-07-12 17:35:07 INFO: Marking ChangeSet: changelog-3.15::changelog-3.15::author ran despite precondition failure due to onFail='MARK_RAN': ./schema/changelog-master.xml : Not precondition failed 2021-07-12 17:35:07 INFO: Marking ChangeSet: changelog-3.16::changelog-3.16::author ran despite precondition failure due to onFail='MARK_RAN': ./schema/changelog-master.xml : Not precondition failed 2021-07-12 17:35:07 INFO: Marking ChangeSet: changelog-3.17::changelog-3.3-admin::author ran despite precondition failure due to onFail='MARK_RAN': ./schema/changelog-master.xml : Not precondition failed 2021-07-12 17:35:07 INFO: Marking ChangeSet: changelog-3.17::changelog-3.17::author ran despite precondition failure due to onFail='MARK_RAN': ./schema/changelog-master.xml : Not precondition failed 2021-07-12 17:35:07 INFO: Marking ChangeSet: changelog-4.0::changelog-4.0-pre::author ran despite precondition failure due to onFail='MARK_RAN': ./schema/changelog-master.xml : Not precondition failed 2021-07-12 17:35:07 INFO: Marking ChangeSet: changelog-4.0::changelog-4.0-common::author ran despite precondition failure due to onFail='MARK_RAN': ./schema/changelog-master.xml : Not precondition failed 2021-07-12 17:35:07 INFO: Marking ChangeSet: changelog-4.0::changelog-4.0-pg::author ran despite precondition failure due to onFail='MARK_RAN': ./schema/changelog-master.xml : Not precondition failed 2021-07-12 17:35:07 INFO: Marking ChangeSet: changelog-4.0::changelog-4.0::author ran despite precondition failure due to onFail='MARK_RAN': ./schema/changelog-master.xml : Not precondition failed 2021-07-12 17:35:07 INFO: Marking ChangeSet: changelog-4.0::changelog-4.0-renaming::author ran despite precondition failure due to onFail='MARK_RAN': ./schema/changelog-master.xml : Not precondition failed 2021-07-12 17:35:07 INFO: Marking ChangeSet: changelog-4.1::changelog-4.1-mssql::author ran despite precondition failure due to onFail='MARK_RAN': ./schema/changelog-master.xml : DBMS Precondition failed: expected mssql, got mariadb 2021-07-12 17:35:07 INFO: Index user_device_user_id created 2021-07-12 17:35:07 INFO: Index position_deviceid_fixtime created 2021-07-12 17:35:07 INFO: ChangeSet changelog-4.7::changelog-4.7::author ran successfully in 202ms 2021-07-12 17:35:07 INFO: Index event_deviceid_servertime created 2021-07-12 17:35:07 INFO: ChangeSet changelog-4.9::changelog-4.9::author ran successfully in 20ms 2021-07-12 17:35:07 INFO: Columns protocols(VARCHAR(4096)) added to tc_statistics 2021-07-12 17:35:07 INFO: ChangeSet changelog-4.10::changelog-4.10::author ran successfully in 5ms 2021-07-12 17:35:07 INFO: Columns announcement(VARCHAR(4000)) added to tc_servers 2021-07-12 17:35:07 INFO: ChangeSet changelog-4.11::changelog-4.11::author ran successfully in 23ms 2021-07-12 17:35:07 INFO: Column tc_events.servertime renamed to eventtime 2021-07-12 17:35:07 INFO: ChangeSet changelog-4.13::changelog-4.13::author ran successfully in 15ms 2021-07-12 17:35:07 INFO: Successfully released change log lock 2021-07-12 17:35:08 INFO: Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability. 2021-07-12 17:35:09 INFO: Operating system name: Linux version: 3.10.0-957.12.2.el7.x86_64 architecture: amd64 2021-07-12 17:35:09 INFO: Java runtime name: OpenJDK 64-Bit Server VM vendor: ojdkbuild version: 11.0.8+10-LTS 2021-07-12 17:35:10 INFO: Memory limit heap: 1908mb non-heap: 0mb 2021-07-12 17:35:10 INFO: Character encoding: UTF-8 charset: UTF-8 2021-07-12 17:35:10 INFO: Version: 4.13 2021-07-12 17:35:10 INFO: Starting server... 2021-07-12 17:35:10 INFO: jetty-10.0.3; built: 2021-05-20T21:15:05.272Z; git: 60d766fc285ea66840ebc5be4598d43ec325055d; jvm 11.0.8+10-LTS 2021-07-12 17:35:11 INFO: Started o.t.w.@5563bb40{/,null,AVAILABLE} 2021-07-12 17:35:11 INFO: Session workerName=node0 2021-07-12 17:35:13 INFO: Started o.e.j.s.ServletContextHandler@3c116f26{/,null,AVAILABLE} 2021-07-12 17:35:13 INFO: Started ServerConnector@7fb29ca9{HTTP/1.1, (http/1.1)}{0.0.0.0:8082} 2021-07-12 17:35:13 INFO: Started Server@1753475d{STARTING}[10.0.3,sto=0] @20697ms 2021-07-12 17:35:27 INFO: user: 1, action: login 2021-07-12 17:37:44 INFO: [f46d64b2] connected 2021-07-12 17:37:47 INFO: [f46d64b2] disconnected 2021-07-12 17:37:57 INFO: [9bd73fc6] connected 2021-07-12 17:37:57 INFO: [9bd73fc6: osmand < 186.178.67.7] HEX: 504f5354202f3f69643d3734343031392674696d657374616d703d31363236313236303233266c61743d2d312e30333539353837266c6f6e3d2d38302e343632353434372673706565643d302e302662656172696e673d302e3026616c7469747564653d35332e3233323333303237363539373139362661636375726163793d31342e33323239393939353432323336333326626174743d37342e3020485454502f312e310d0a436f6e74656e742d547970653a206170706c69636174696f6e2f782d7777772d666f726d2d75726c656e636f6465640d0a557365722d4167656e743a2044616c76696b2f322e312e3020284c696e75783b20553b20416e64726f69642031313b204d323030374a32304347204275696c642f524b51312e3230303832362e303032290d0a486f73743a207777772e677275706f666d6f2e636f6d3a353035350d0a436f6e6e656374696f6e3a204b6565702d416c6976650d0a4163636570742d456e636f64696e673a20677a69700d0a436f6e74656e742d4c656e6774683a20300d0a0d0a 2021-07-12 17:37:57 WARN: Unknown device - 744019 (186.178.67.7) 2021-07-12 17:37:57 INFO: [9bd73fc6: osmand > 186.178.67.7] HEX: 485454502f312e31203430302042616420526571756573740d0a636f6e74656e742d6c656e6774683a20300d0a0d0a 2021-07-12 17:38:28 INFO: [9bd73fc6: osmand < 186.178.67.7] HEX: 504f5354202f3f69643d3734343031392674696d657374616d703d31363236313236303233266c61743d2d312e30333539353837266c6f6e3d2d38302e343632353434372673706565643d302e302662656172696e673d302e3026616c7469747564653d35332e3233323333303237363539373139362661636375726163793d31342e33323239393939353432323336333326626174743d37342e3020485454502f312e310d0a436f6e74656e742d547970653a206170706c69636174696f6e2f782d7777772d666f726d2d75726c656e636f6465640d0a557365722d4167656e743a2044616c76696b2f322e312e3020284c696e75783b20553b20416e64726f69642031313b204d323030374a32304347204275696c642f524b51312e3230303832362e303032290d0a486f73743a207777772e677275706f666d6f2e636f6d3a353035350d0a436f6e6e656374696f6e3a204b6565702d416c6976650d0a4163636570742d456e636f64696e673a20677a69700d0a436f6e74656e742d4c656e6774683a20300d0a0d0a 2021-07-12 17:38:28 WARN: Unknown device - 744019 (186.178.67.7) 2021-07-12 17:38:28 INFO: [9bd73fc6: osmand > 186.178.67.7] HEX: 485454502f312e31203430302042616420526571756573740d0a636f6e74656e742d6c656e6774683a20300d0a0d0a 2021-07-12 17:38:44 INFO: user: 1, action: create, object: device, id: 1 2021-07-12 17:38:44 INFO: user: 1, action: link, owner: user, id: 1, property: device, id: 1 2021-07-12 17:38:52 INFO: [3c3840da] connected 2021-07-12 17:38:52 INFO: [3c3840da: osmand < 200.85.83.38] HEX: 504f5354202f3f69643d3734343031392674696d657374616d703d31363236313236303233266c61743d2d312e30333539353837266c6f6e3d2d38302e343632353434372673706565643d302e302662656172696e673d302e3026616c7469747564653d35332e3233323333303237363539373139362661636375726163793d31342e33323239393939353432323336333326626174743d37342e3020485454502f312e310d0a436f6e74656e742d547970653a206170706c69636174696f6e2f782d7777772d666f726d2d75726c656e636f6465640d0a557365722d4167656e743a2044616c76696b2f322e312e3020284c696e75783b20553b20416e64726f69642031313b204d323030374a32304347204275696c642f524b51312e3230303832362e303032290d0a486f73743a207777772e677275706f666d6f2e636f6d3a353035350d0a436f6e6e656374696f6e3a204b6565702d416c6976650d0a4163636570742d456e636f64696e673a20677a69700d0a436f6e74656e742d4c656e6774683a20300d0a0d0a 2021-07-12 17:38:52 INFO: [3c3840da: osmand > 200.85.83.38] HEX: 485454502f312e3120323030204f4b0d0a636f6e74656e742d6c656e6774683a20300d0a0d0a 2021-07-12 17:38:52 INFO: [3c3840da] id: 744019, time: 2021-07-12 17:40:23, lat: -1.03596, lon: -80.46254, course: 0.0, accuracy: 14.3 2021-07-12 17:43:52 INFO: [3c3840da] disconnected 2021-07-12 17:46:58 INFO: [cc6b9d8f] connected 2021-07-12 17:46:58 INFO: [cc6b9d8f: osmand < 200.85.83.38] HEX: 504f5354202f3f69643d3734343031392674696d657374616d703d31363236313236353633266c61743d2d312e30333234343334266c6f6e3d2d38302e343634333734392673706565643d302e302662656172696e673d302e3026616c7469747564653d35352e34303433333434373334363139342661636375726163793d32372e303234303030313637383436363826626174743d37332e3020485454502f312e310d0a436f6e74656e742d547970653a206170706c69636174696f6e2f782d7777772d666f726d2d75726c656e636f6465640d0a557365722d4167656e743a2044616c76696b2f322e312e3020284c696e75783b20553b20416e64726f69642031313b204d323030374a32304347204275696c642f524b51312e3230303832362e303032290d0a486f73743a207777772e677275706f666d6f2e636f6d3a353035350d0a436f6e6e656374696f6e3a204b6565702d416c6976650d0a4163636570742d456e636f64696e673a20677a69700d0a436f6e74656e742d4c656e6774683a20300d0a0d0a 2021-07-12 17:46:58 INFO: [cc6b9d8f: osmand > 200.85.83.38] HEX: 485454502f312e3120323030204f4b0d0a636f6e74656e742d6c656e6774683a20300d0a0d0a 2021-07-12 17:46:58 INFO: [cc6b9d8f] id: 744019, time: 2021-07-12 17:49:23, lat: -1.03244, lon: -80.46437, course: 0.0, accuracy: 27.0 2021-07-12 17:51:58 INFO: [cc6b9d8f] disconnected 2021-07-12 17:53:32 INFO: [7989c0f8] connected 2021-07-12 17:53:34 INFO: [7989c0f8: startek < 92.118.161.49] HEX: 3c3f786d6c2076657273696f6e3d27312e30273f3e3c73747265616d3a73747265616d20786d6c6e733a73747265616d3d27687474703a2f2f6574686572782e6a61626265722e6f72672f73747265616d732720786d6c6e733d276a61626265723a636c69656e742720786d6c3a6c616e673d27656e2d55532720746f3d272e272076657273696f6e3d27312e30273e 2021-07-12 17:54:05 WARN: [7989c0f8] error - Conexión reinicializada por la máquina remota - IOException (...) 2021-07-12 17:54:05 INFO: [7989c0f8] disconnected 2021-07-12 17:55:02 INFO: [8c99c1f5] connected 2021-07-12 17:55:02 INFO: [8c99c1f5: osmand < 200.85.83.38] HEX: 504f5354202f3f69643d3734343031392674696d657374616d703d31363236313237303437266c61743d2d312e30343039373138266c6f6e3d2d38302e343633323733382673706565643d302e302662656172696e673d302e3026616c7469747564653d35352e31363534313135373732363430372661636375726163793d33382e333533303030363430383639313426626174743d37322e3020485454502f312e310d0a436f6e74656e742d547970653a206170706c69636174696f6e2f782d7777772d666f726d2d75726c656e636f6465640d0a557365722d4167656e743a2044616c76696b2f322e312e3020284c696e75783b20553b20416e64726f69642031313b204d323030374a32304347204275696c642f524b51312e3230303832362e303032290d0a486f73743a207777772e677275706f666d6f2e636f6d3a353035350d0a436f6e6e656374696f6e3a204b6565702d416c6976650d0a4163636570742d456e636f64696e673a20677a69700d0a436f6e74656e742d4c656e6774683a20300d0a0d0a 2021-07-12 17:55:02 INFO: [8c99c1f5: osmand > 200.85.83.38] HEX: 485454502f312e3120323030204f4b0d0a636f6e74656e742d6c656e6774683a20300d0a0d0a 2021-07-12 17:55:02 INFO: [8c99c1f5] id: 744019, time: 2021-07-12 17:57:27, lat: -1.04097, lon: -80.46327, course: 0.0, accuracy: 38.4 2021-07-12 18:00:02 INFO: [8c99c1f5] disconnected 2021-07-12 18:03:13 INFO: [3c3398d4] connected 2021-07-12 18:03:14 INFO: [3c3398d4: osmand < 200.85.83.38] HEX: 504f5354202f3f69643d3734343031392674696d657374616d703d31363236313237353338266c61743d2d312e30333630343831266c6f6e3d2d38302e343632363630382673706565643d302e302662656172696e673d302e3026616c7469747564653d35352e33313539393934383839333037312661636375726163793d32332e30373239393939353432323336333326626174743d37322e3020485454502f312e310d0a436f6e74656e742d547970653a206170706c69636174696f6e2f782d7777772d666f726d2d75726c656e636f6465640d0a557365722d4167656e743a2044616c76696b2f322e312e3020284c696e75783b20553b20416e64726f69642031313b204d323030374a32304347204275696c642f524b51312e3230303832362e303032290d0a486f73743a207777772e677275706f666d6f2e636f6d3a353035350d0a436f6e6e656374696f6e3a204b6565702d416c6976650d0a4163636570742d456e636f64696e673a20677a69700d0a436f6e74656e742d4c656e6774683a20300d0a0d0a 2021-07-12 18:03:14 INFO: [3c3398d4: osmand > 200.85.83.38] HEX: 485454502f312e3120323030204f4b0d0a636f6e74656e742d6c656e6774683a20300d0a0d0a 2021-07-12 18:03:14 INFO: [3c3398d4] id: 744019, time: 2021-07-12 18:05:38, lat: -1.03605, lon: -80.46266, course: 0.0, accuracy: 23.1 2021-07-12 18:08:14 INFO: [3c3398d4] disconnected 2021-07-12 18:10:49 INFO: Shutting down server... 2021-07-22 23:00:01 INFO: HikariPool-1 - Starting... 2021-07-22 23:00:04 ERROR: HikariPool-1 - Exception during pool initialization. - Access denied for user 'usertracar'@'localhost' (using password: YES) - SQLException (... < DataManager:126 < *:85 < Context:290 < Main:120 < ...) 2021-07-22 23:00:04 ERROR: Main method error - Access denied for user 'usertracar'@'localhost' (using password: YES) - SQLException (... < DataManager:126 < *:85 < Context:290 < Main:120 < ...) 2021-07-22 23:00:16 INFO: HikariPool-1 - Starting... 2021-07-22 23:00:18 ERROR: HikariPool-1 - Exception during pool initialization. - Access denied for user 'usertracar'@'localhost' (using password: YES) - SQLException (... < DataManager:126 < *:85 < Context:290 < Main:120 < ...) 2021-07-22 23:00:18 ERROR: Main method error - Access denied for user 'usertracar'@'localhost' (using password: YES) - SQLException (... < DataManager:126 < *:85 < Context:290 < Main:120 < ...) 2021-07-22 23:00:29 INFO: HikariPool-1 - Starting... 2021-07-22 23:00:31 ERROR: HikariPool-1 - Exception during pool initialization. - Access denied for user 'usertracar'@'localhost' (using password: YES) - SQLException (... < DataManager:126 < *:85 < Context:290 < Main:120 < ...) 2021-07-22 23:00:31 ERROR: Main method error - Access denied for user 'usertracar'@'localhost' (using password: YES) - SQLException (... < DataManager:126 < *:85 < Context:290 < Main:120 < ...) 2021-07-22 23:00:42 INFO: HikariPool-1 - Starting... 2021-07-22 23:00:44 ERROR: HikariPool-1 - Exception during pool initialization. - Access denied for user 'usertracar'@'localhost' (using password: YES) - SQLException (... < DataManager:126 < *:85 < Context:290 < Main:120 < ...) 2021-07-22 23:00:44 ERROR: Main method error - Access denied for user 'usertracar'@'localhost' (using password: YES) - SQLException (... < DataManager:126 < *:85 < Context:290 < Main:120 < ...) 2021-07-22 23:00:56 INFO: HikariPool-1 - Starting... 2021-07-22 23:00:57 ERROR: HikariPool-1 - Exception during pool initialization. - Access denied for user 'usertracar'@'localhost' (using password: YES) - SQLException (... < DataManager:126 < *:85 < Context:290 < Main:120 < ...) 2021-07-22 23:00:57 ERROR: Main method error - Access denied for user 'usertracar'@'localhost' (using password: YES) - SQLException (... < DataManager:126 < *:85 < Context:290 < Main:120 < ...) 2021-07-22 23:01:09 INFO: HikariPool-1 - Starting... 2021-07-22 23:01:11 ERROR: HikariPool-1 - Exception during pool initialization. - Access denied for user 'usertracar'@'localhost' (using password: YES) - SQLException (... < DataManager:126 < *:85 < Context:290 < Main:120 < ...) 2021-07-22 23:01:11 ERROR: Main method error - Access denied for user 'usertracar'@'localhost' (using password: YES) - SQLException (... < DataManager:126 < *:85 < Context:290 < Main:120 < ...) 2021-07-22 23:01:22 INFO: HikariPool-1 - Starting... 2021-07-22 23:01:24 ERROR: HikariPool-1 - Exception during pool initialization. - Access denied for user 'usertracar'@'localhost' (using password: YES) - SQLException (... < DataManager:126 < *:85 < Context:290 < Main:120 < ...) 2021-07-22 23:01:24 ERROR: Main method error - Access denied for user 'usertracar'@'localhost' (using password: YES) - SQLException (... < DataManager:126 < *:85 < Context:290 < Main:120 < ...) 2021-07-22 23:01:35 INFO: HikariPool-1 - Starting... 2021-07-22 23:01:37 ERROR: HikariPool-1 - Exception during pool initialization. - Access denied for user 'usertracar'@'localhost' (using password: YES) - SQLException (... < DataManager:126 < *:85 < Context:290 < Main:120 < ...) 2021-07-22 23:01:37 ERROR: Main method error - Access denied for user 'usertracar'@'localhost' (using password: YES) - SQLException (... < DataManager:126 < *:85 < Context:290 < Main:120 < ...) 2021-07-22 23:01:49 INFO: HikariPool-1 - Starting... 2021-07-22 23:01:50 ERROR: HikariPool-1 - Exception during pool initialization. - Access denied for user 'usertracar'@'localhost' (using password: YES) - SQLException (... < DataManager:126 < *:85 < Context:290 < Main:120 < ...) 2021-07-22 23:01:50 ERROR: Main method error - Access denied for user 'usertracar'@'localhost' (using password: YES) - SQLException (... < DataManager:126 < *:85 < Context:290 < Main:120 < ...) 2021-07-22 23:02:02 INFO: HikariPool-1 - Starting... 2021-07-22 23:02:04 ERROR: HikariPool-1 - Exception during pool initialization. - Access denied for user 'usertracar'@'localhost' (using password: YES) - SQLException (... < DataManager:126 < *:85 < Context:290 < Main:120 < ...) 2021-07-22 23:02:04 ERROR: Main method error - Access denied for user 'usertracar'@'localhost' (using password: YES) - SQLException (... < DataManager:126 < *:85 < Context:290 < Main:120 < ...) 2021-07-22 23:02:16 INFO: HikariPool-1 - Starting... 2021-07-22 23:02:17 ERROR: HikariPool-1 - Exception during pool initialization. - Access denied for user 'usertracar'@'localhost' (using password: YES) - SQLException (... < DataManager:126 < *:85 < Context:290 < Main:120 < ...) 2021-07-22 23:02:17 ERROR: Main method error - Access denied for user 'usertracar'@'localhost' (using password: YES) - SQLException (... < DataManager:126 < *:85 < Context:290 < Main:120 < ...) 2021-07-22 23:02:29 INFO: HikariPool-1 - Starting... 2021-07-22 23:02:32 INFO: HikariPool-1 - Starting... 2021-07-22 23:02:34 ERROR: HikariPool-1 - Exception during pool initialization. - Access denied for user 'usertracar'@'170.83.216.250' (using password: YES) - SQLException (... < DataManager:126 < *:85 < Context:290 < Main:120 < ...) 2021-07-22 23:02:34 ERROR: Main method error - Access denied for user 'usertracar'@'170.83.216.250' (using password: YES) - SQLException (... < DataManager:126 < *:85 < Context:290 < Main:120 < ...) 2021-07-22 23:02:46 INFO: HikariPool-1 - Starting... 2021-07-22 23:02:48 ERROR: HikariPool-1 - Exception during pool initialization. - Access denied for user 'usertracar'@'170.83.216.250' (using password: YES) - SQLException (... < DataManager:126 < *:85 < Context:290 < Main:120 < ...) 2021-07-22 23:02:48 ERROR: Main method error - Access denied for user 'usertracar'@'170.83.216.250' (using password: YES) - SQLException (... < DataManager:126 < *:85 < Context:290 < Main:120 < ...) 2021-07-22 23:02:59 INFO: HikariPool-1 - Starting... 2021-07-22 23:03:01 ERROR: HikariPool-1 - Exception during pool initialization. - Access denied for user 'usertracar'@'170.83.216.250' (using password: YES) - SQLException (... < DataManager:126 < *:85 < Context:290 < Main:120 < ...) 2021-07-22 23:03:01 ERROR: Main method error - Access denied for user 'usertracar'@'170.83.216.250' (using password: YES) - SQLException (... < DataManager:126 < *:85 < Context:290 < Main:120 < ...) 2021-07-22 23:03:13 INFO: HikariPool-1 - Starting... 2021-07-22 23:03:15 ERROR: HikariPool-1 - Exception during pool initialization. - Access denied for user 'usertracar'@'170.83.216.250' (using password: YES) - SQLException (... < DataManager:126 < *:85 < Context:290 < Main:120 < ...) 2021-07-22 23:03:15 ERROR: Main method error - Access denied for user 'usertracar'@'170.83.216.250' (using password: YES) - SQLException (... < DataManager:126 < *:85 < Context:290 < Main:120 < ...) 2021-07-22 23:03:27 INFO: HikariPool-1 - Starting... 2021-07-22 23:03:29 ERROR: HikariPool-1 - Exception during pool initialization. - Access denied for user 'usertracar'@'170.83.216.250' (using password: YES) - SQLException (... < DataManager:126 < *:85 < Context:290 < Main:120 < ...) 2021-07-22 23:03:29 ERROR: Main method error - Access denied for user 'usertracar'@'170.83.216.250' (using password: YES) - SQLException (... < DataManager:126 < *:85 < Context:290 < Main:120 < ...) 2021-07-22 23:03:38 INFO: HikariPool-1 - Starting... 2021-07-22 23:03:40 INFO: HikariPool-1 - Starting... 2021-07-22 23:03:40 ERROR: HikariPool-1 - Exception during pool initialization. - Access denied for user 'usertracar'@'170.83.216.250' (using password: YES) - SQLException (... < DataManager:126 < *:85 < Context:290 < Main:120 < ...) 2021-07-22 23:03:40 ERROR: Main method error - Access denied for user 'usertracar'@'170.83.216.250' (using password: YES) - SQLException (... < DataManager:126 < *:85 < Context:290 < Main:120 < ...) 2021-07-22 23:03:42 ERROR: HikariPool-1 - Exception during pool initialization. - Access denied for user 'usertracar'@'170.83.216.250' (using password: YES) - SQLException (... < DataManager:126 < *:85 < Context:290 < Main:120 < ...) 2021-07-22 23:03:42 ERROR: Main method error - Access denied for user 'usertracar'@'170.83.216.250' (using password: YES) - SQLException (... < DataManager:126 < *:85 < Context:290 < Main:120 < ...) 2021-07-22 23:03:54 INFO: HikariPool-1 - Starting... 2021-07-22 23:03:56 ERROR: HikariPool-1 - Exception during pool initialization. - Access denied for user 'usertracar'@'170.83.216.250' (using password: YES) - SQLException (... < DataManager:126 < *:85 < Context:290 < Main:120 < ...) 2021-07-22 23:03:56 ERROR: Main method error - Access denied for user 'usertracar'@'170.83.216.250' (using password: YES) - SQLException (... < DataManager:126 < *:85 < Context:290 < Main:120 < ...) 2021-07-22 23:04:07 INFO: HikariPool-1 - Starting... 2021-07-22 23:04:10 INFO: HikariPool-1 - Starting... 2021-07-22 23:04:12 INFO: HikariPool-1 - Start completed. 2021-07-22 23:04:13 INFO: Clearing database change log checksums 2021-07-22 23:04:15 INFO: Successfully acquired change log lock 2021-07-22 23:04:17 INFO: Successfully released change log lock 2021-07-22 23:04:17 INFO: Successfully acquired change log lock 2021-07-22 23:04:18 INFO: Cannot load service: liquibase.parser.ChangeLogParser: liquibase.parser.core.json.JsonChangeLogParser Unable to get public no-arg constructor 2021-07-22 23:04:18 INFO: Cannot load service: liquibase.parser.ChangeLogParser: liquibase.parser.core.yaml.YamlChangeLogParser Unable to get public no-arg constructor 2021-07-22 23:04:22 INFO: Reading from traccar.DATABASECHANGELOG 2021-07-22 23:04:29 INFO: Reading from traccar.DATABASECHANGELOG 2021-07-22 23:04:29 INFO: Cannot load service: liquibase.hub.HubService: Provider liquibase.hub.core.StandardHubService could not be instantiated 2021-07-22 23:04:29 INFO: Successfully released change log lock 2021-07-22 23:04:34 INFO: Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability. 2021-07-22 23:04:38 INFO: Operating system name: Linux version: 5.4.106-1-pve architecture: amd64 2021-07-22 23:04:38 INFO: Java runtime name: OpenJDK 64-Bit Server VM vendor: ojdkbuild version: 11.0.8+10-LTS 2021-07-22 23:04:38 INFO: Memory limit heap: 2048mb non-heap: 0mb 2021-07-22 23:04:38 INFO: Character encoding: ANSI_X3.4-1968 charset: US-ASCII 2021-07-22 23:04:38 INFO: Version: 4.13 2021-07-22 23:04:38 INFO: Starting server... 2021-07-22 23:04:39 INFO: jetty-10.0.3; built: 2021-05-20T21:15:05.272Z; git: 60d766fc285ea66840ebc5be4598d43ec325055d; jvm 11.0.8+10-LTS 2021-07-22 23:04:40 INFO: Started o.t.w.@6546371{/,null,AVAILABLE} 2021-07-22 23:04:40 INFO: Session workerName=node0 2021-07-22 23:04:43 INFO: Started o.e.j.s.ServletContextHandler@5972e3a{/,null,AVAILABLE} 2021-07-22 23:04:43 INFO: Started ServerConnector@644ded04{HTTP/1.1, (http/1.1)}{0.0.0.0:8082} 2021-07-22 23:04:43 INFO: Started Server@5844a2d1{STARTING}[10.0.3,sto=0] @34940ms 2021-07-22 23:04:44 INFO: Health check enabled with period 480000 2021-07-22 23:05:00 INFO: user: 1, action: login 2021-07-22 23:05:30 INFO: [bc60bae2] connected 2021-07-22 23:05:30 INFO: [bc60bae2: osmand < 176.194.142.213] HEX: 504f5354202f3f69643d3738323832342674696d657374616d703d31363236393935313239266c61743d35302e35363737383236266c6f6e3d33362e353639333039362673706565643d302e302662656172696e673d302e3026616c7469747564653d3232342e39303237373930313431333730352661636375726163793d31342e34323830303034353031333432373726626174743d39352e3020485454502f312e310d0a436f6e74656e742d547970653a206170706c69636174696f6e2f782d7777772d666f726d2d75726c656e636f6465640d0a557365722d4167656e743a2044616c76696b2f322e312e3020284c696e75783b20553b20416e64726f696420393b20534d2d4739353046204275696c642f505052312e3138303631302e303131290d0a486f73743a206d6f6e69746f72656f2e677275706f666d6f2e636f6d3a353035350d0a436f6e6e656374696f6e3a204b6565702d416c6976650d0a4163636570742d456e636f64696e673a20677a69700d0a436f6e74656e742d4c656e6774683a20300d0a0d0a 2021-07-22 23:05:30 INFO: [bc60bae2: osmand > 176.194.142.213] HEX: 485454502f312e3120323030204f4b0d0a636f6e74656e742d6c656e6774683a20300d0a0d0a 2021-07-22 23:05:31 INFO: [bc60bae2] id: 782824, time: 2021-07-22 23:05:29, lat: 50.56778, lon: 36.56931, course: 0.0, accuracy: 14.4 2021-07-22 23:10:31 INFO: [bc60bae2] disconnected 2021-07-22 23:11:04 INFO: [d3fa94e3] connected 2021-07-22 23:11:04 INFO: [d3fa94e3: osmand < 186.178.66.236] HEX: 504f5354202f3f69643d3734343031392674696d657374616d703d31363236393935323837266c61743d2d312e30333539343031266c6f6e3d2d38302e343632353535382673706565643d302e302662656172696e673d302e3026616c7469747564653d35352e34333332323536353035373330352661636375726163793d31372e37313430303037303139303432393726626174743d38322e3020485454502f312e310d0a436f6e74656e742d547970653a206170706c69636174696f6e2f782d7777772d666f726d2d75726c656e636f6465640d0a557365722d4167656e743a2044616c76696b2f322e312e3020284c696e75783b20553b20416e64726f69642031313b204d323030374a32304347204275696c642f524b51312e3230303832362e303032290d0a486f73743a206d6f6e69746f72656f2e677275706f666d6f2e636f6d3a353035350d0a436f6e6e656374696f6e3a204b6565702d416c6976650d0a4163636570742d456e636f64696e673a20677a69700d0a436f6e74656e742d4c656e6774683a20300d0a0d0a 2021-07-22 23:11:04 INFO: [d3fa94e3: osmand > 186.178.66.236] HEX: 485454502f312e3120323030204f4b0d0a636f6e74656e742d6c656e6774683a20300d0a0d0a 2021-07-22 23:11:05 INFO: [d3fa94e3] id: 744019, time: 2021-07-22 23:08:07, lat: -1.03594, lon: -80.46256, course: 0.0, accuracy: 17.7 2021-07-22 23:11:14 INFO: [4f0afdc6] connected 2021-07-22 23:11:14 INFO: [4f0afdc6: osmand < 200.85.80.85] HEX: 504f5354202f3f69643d3734343031392674696d657374616d703d31363236393935363232266c61743d2d312e30333539343332266c6f6e3d2d38302e343632353439382673706565643d302e302662656172696e673d302e3026616c7469747564653d35352e323738363036383038373135382661636375726163793d31342e353334393939383437343132313126626174743d38312e3020485454502f312e310d0a436f6e74656e742d547970653a206170706c69636174696f6e2f782d7777772d666f726d2d75726c656e636f6465640d0a557365722d4167656e743a2044616c76696b2f322e312e3020284c696e75783b20553b20416e64726f69642031313b204d323030374a32304347204275696c642f524b51312e3230303832362e303032290d0a486f73743a206d6f6e69746f72656f2e677275706f666d6f2e636f6d3a353035350d0a436f6e6e656374696f6e3a204b6565702d416c6976650d0a4163636570742d456e636f64696e673a20677a69700d0a436f6e74656e742d4c656e6774683a20300d0a0d0a 2021-07-22 23:11:14 INFO: [4f0afdc6: osmand > 200.85.80.85] HEX: 485454502f312e3120323030204f4b0d0a636f6e74656e742d6c656e6774683a20300d0a0d0a 2021-07-22 23:11:14 INFO: [4f0afdc6] id: 744019, time: 2021-07-22 23:13:42, lat: -1.03594, lon: -80.46255, course: 0.0, accuracy: 14.5 2021-07-22 23:12:52 INFO: [2aaae56f] connected 2021-07-22 23:12:52 INFO: [2aaae56f: osmand < 176.194.142.213] HEX: 504f5354202f3f69643d3738323832342674696d657374616d703d31363236393935353731266c61743d35302e35363737383236266c6f6e3d33362e353639333039362673706565643d302e302662656172696e673d302e3026616c7469747564653d3232342e39303237373930313431333730352661636375726163793d31342e34323830303034353031333432373726626174743d39382e3020485454502f312e310d0a436f6e74656e742d547970653a206170706c69636174696f6e2f782d7777772d666f726d2d75726c656e636f6465640d0a557365722d4167656e743a2044616c76696b2f322e312e3020284c696e75783b20553b20416e64726f696420393b20534d2d4739353046204275696c642f505052312e3138303631302e303131290d0a486f73743a206d6f6e69746f72656f2e677275706f666d6f2e636f6d3a353035350d0a436f6e6e656374696f6e3a204b6565702d416c6976650d0a4163636570742d456e636f64696e673a20677a69700d0a436f6e74656e742d4c656e6774683a20300d0a0d0a 2021-07-22 23:12:52 INFO: [2aaae56f: osmand > 176.194.142.213] HEX: 485454502f312e3120323030204f4b0d0a636f6e74656e742d6c656e6774683a20300d0a0d0a 2021-07-22 23:12:52 INFO: [2aaae56f] id: 782824, time: 2021-07-22 23:12:51, lat: 50.56778, lon: 36.56931, course: 0.0, accuracy: 14.4 2021-07-22 23:17:52 INFO: [2aaae56f] disconnected 2021-07-22 23:19:37 INFO: [a79c3e36] connected 2021-07-22 23:19:37 INFO: [a79c3e36: osmand < 176.194.142.213] HEX: 504f5354202f3f69643d3738323832342674696d657374616d703d31363236393935393736266c61743d35302e35363737383236266c6f6e3d33362e353639333039362673706565643d302e302662656172696e673d302e3026616c7469747564653d3232342e39303237373930313431333730352661636375726163793d31342e34323830303034353031333432373726626174743d3130302e3020485454502f312e310d0a436f6e74656e742d547970653a206170706c69636174696f6e2f782d7777772d666f726d2d75726c656e636f6465640d0a557365722d4167656e743a2044616c76696b2f322e312e3020284c696e75783b20553b20416e64726f696420393b20534d2d4739353046204275696c642f505052312e3138303631302e303131290d0a486f73743a206d6f6e69746f72656f2e677275706f666d6f2e636f6d3a353035350d0a436f6e6e656374696f6e3a204b6565702d416c6976650d0a4163636570742d456e636f64696e673a20677a69700d0a436f6e74656e742d4c656e6774683a20300d0a0d0a 2021-07-22 23:19:37 INFO: [a79c3e36: osmand > 176.194.142.213] HEX: 485454502f312e3120323030204f4b0d0a636f6e74656e742d6c656e6774683a20300d0a0d0a 2021-07-22 23:19:37 INFO: [a79c3e36] id: 782824, time: 2021-07-22 23:19:36, lat: 50.56778, lon: 36.56931, course: 0.0, accuracy: 14.4 2021-07-22 23:24:36 INFO: [a79c3e36: osmand < 176.194.142.213] HEX: 504f5354202f3f69643d3738323832342674696d657374616d703d31363236393936323736266c61743d35302e35363737383236266c6f6e3d33362e353639333039362673706565643d302e302662656172696e673d302e3026616c7469747564653d3232342e39303237373930313431333730352661636375726163793d31342e34323830303034353031333432373726626174743d3130302e3020485454502f312e310d0a436f6e74656e742d547970653a206170706c69636174696f6e2f782d7777772d666f726d2d75726c656e636f6465640d0a557365722d4167656e743a2044616c76696b2f322e312e3020284c696e75783b20553b20416e64726f696420393b20534d2d4739353046204275696c642f505052312e3138303631302e303131290d0a486f73743a206d6f6e69746f72656f2e677275706f666d6f2e636f6d3a353035350d0a436f6e6e656374696f6e3a204b6565702d416c6976650d0a4163636570742d456e636f64696e673a20677a69700d0a436f6e74656e742d4c656e6774683a20300d0a0d0a 2021-07-22 23:24:36 INFO: [a79c3e36: osmand > 176.194.142.213] HEX: 485454502f312e3120323030204f4b0d0a636f6e74656e742d6c656e6774683a20300d0a0d0a 2021-07-22 23:24:37 INFO: [a79c3e36] id: 782824, time: 2021-07-22 23:24:36, lat: 50.56778, lon: 36.56931, course: 0.0, accuracy: 14.4 2021-07-22 23:25:12 INFO: user: 1, action: edit, object: device, id: 5 2021-07-22 23:25:21 INFO: [49e46e87] connected 2021-07-22 23:25:21 INFO: [49e46e87: osmand < 186.178.66.236] HEX: 504f5354202f3f69643d3734343031392674696d657374616d703d31363236393935393232266c61743d2d312e30333539373931266c6f6e3d2d38302e343632353535332673706565643d302e31353139343332393332333238323833372662656172696e673d3230362e313837373238383831383335393426616c7469747564653d35352e36363335303439383839383134352661636375726163793d32322e33383939393933383936343834333826626174743d38302e3020485454502f312e310d0a436f6e74656e742d547970653a206170706c69636174696f6e2f782d7777772d666f726d2d75726c656e636f6465640d0a557365722d4167656e743a2044616c76696b2f322e312e3020284c696e75783b20553b20416e64726f69642031313b204d323030374a32304347204275696c642f524b51312e3230303832362e303032290d0a486f73743a206d6f6e69746f72656f2e677275706f666d6f2e636f6d3a353035350d0a436f6e6e656374696f6e3a204b6565702d416c6976650d0a4163636570742d456e636f64696e673a20677a69700d0a436f6e74656e742d4c656e6774683a20300d0a0d0a 2021-07-22 23:25:21 INFO: [49e46e87: osmand > 186.178.66.236] HEX: 485454502f312e3120323030204f4b0d0a636f6e74656e742d6c656e6774683a20300d0a0d0a 2021-07-22 23:25:22 INFO: [49e46e87] id: 744019, time: 2021-07-22 23:18:42, lat: -1.03598, lon: -80.46256, speed: 0.2, course: 206.2, accuracy: 22.4 2021-07-22 23:25:22 INFO: [49e46e87: osmand < 186.178.66.236] HEX: 504f5354202f3f69643d3734343031392674696d657374616d703d31363236393936323236266c61743d2d312e30333539363234266c6f6e3d2d38302e3436323530352673706565643d302e3530353438393231343631333637362662656172696e673d38362e383935323032363336373138373526616c7469747564653d35352e3639333236373333393834353530352661636375726163793d32392e37313830303034313139383733303526626174743d38302e3020485454502f312e310d0a436f6e74656e742d547970653a206170706c69636174696f6e2f782d7777772d666f726d2d75726c656e636f6465640d0a557365722d4167656e743a2044616c76696b2f322e312e3020284c696e75783b20553b20416e64726f69642031313b204d323030374a32304347204275696c642f524b51312e3230303832362e303032290d0a486f73743a206d6f6e69746f72656f2e677275706f666d6f2e636f6d3a353035350d0a436f6e6e656374696f6e3a204b6565702d416c6976650d0a4163636570742d456e636f64696e673a20677a69700d0a436f6e74656e742d4c656e6774683a20300d0a0d0a 2021-07-22 23:25:22 INFO: [49e46e87: osmand > 186.178.66.236] HEX: 485454502f312e3120323030204f4b0d0a636f6e74656e742d6c656e6774683a20300d0a0d0a 2021-07-22 23:25:22 INFO: [49e46e87] id: 744019, time: 2021-07-22 23:23:46, lat: -1.03596, lon: -80.46251, speed: 0.5, course: 86.9, accuracy: 29.7 2021-07-22 23:29:37 INFO: [a79c3e36] disconnected 2021-07-22 23:30:06 INFO: [b42c1269] connected 2021-07-22 23:30:06 INFO: [b42c1269: osmand < 176.194.142.213] HEX: 504f5354202f3f69643d3738323832342674696d657374616d703d31363236393936363035266c61743d35302e35363738323034266c6f6e3d33362e353639333632332673706565643d302e302662656172696e673d302e3026616c7469747564653d3232322e36303831393737343233313030372661636375726163793d31392e39363939393933313333353434393226626174743d3130302e3020485454502f312e310d0a436f6e74656e742d547970653a206170706c69636174696f6e2f782d7777772d666f726d2d75726c656e636f6465640d0a557365722d4167656e743a2044616c76696b2f322e312e3020284c696e75783b20553b20416e64726f696420393b20534d2d4739353046204275696c642f505052312e3138303631302e303131290d0a486f73743a206d6f6e69746f72656f2e677275706f666d6f2e636f6d3a353035350d0a436f6e6e656374696f6e3a204b6565702d416c6976650d0a4163636570742d456e636f64696e673a20677a69700d0a436f6e74656e742d4c656e6774683a20300d0a0d0a 2021-07-22 23:30:06 INFO: [b42c1269: osmand > 176.194.142.213] HEX: 485454502f312e3120323030204f4b0d0a636f6e74656e742d6c656e6774683a20300d0a0d0a 2021-07-22 23:30:07 INFO: [b42c1269] id: 782824, time: 2021-07-22 23:30:05, lat: 50.56782, lon: 36.56936, course: 0.0, accuracy: 20.0 2021-07-22 23:35:07 INFO: [b42c1269] disconnected 2021-07-22 23:35:30 INFO: [d78961c0] connected 2021-07-22 23:35:30 INFO: [d78961c0: osmand < 176.194.142.213] HEX: 504f5354202f3f69643d3738323832342674696d657374616d703d31363236393936393239266c61743d35302e35363738323034266c6f6e3d33362e353639333632332673706565643d302e302662656172696e673d302e3026616c7469747564653d3232322e36303831393737343233313030372661636375726163793d31392e39363939393933313333353434393226626174743d3130302e3020485454502f312e310d0a436f6e74656e742d547970653a206170706c69636174696f6e2f782d7777772d666f726d2d75726c656e636f6465640d0a557365722d4167656e743a2044616c76696b2f322e312e3020284c696e75783b20553b20416e64726f696420393b20534d2d4739353046204275696c642f505052312e3138303631302e303131290d0a486f73743a206d6f6e69746f72656f2e677275706f666d6f2e636f6d3a353035350d0a436f6e6e656374696f6e3a204b6565702d416c6976650d0a4163636570742d456e636f64696e673a20677a69700d0a436f6e74656e742d4c656e6774683a20300d0a0d0a 2021-07-22 23:35:30 INFO: [d78961c0: osmand > 176.194.142.213] HEX: 485454502f312e3120323030204f4b0d0a636f6e74656e742d6c656e6774683a20300d0a0d0a 2021-07-22 23:35:30 INFO: [d78961c0] id: 782824, time: 2021-07-22 23:35:29, lat: 50.56782, lon: 36.56936, course: 0.0, accuracy: 20.0 2021-07-22 23:36:36 INFO: user: 1, action: edit, object: device, id: 5 2021-07-22 23:37:10 INFO: user: 1, action: create, object: group, id: 1 2021-07-22 23:37:10 INFO: user: 1, action: link, owner: user, id: 1, property: group, id: 1 2021-07-22 23:37:16 INFO: user: 1, action: edit, object: device, id: 5 2021-07-22 23:40:30 INFO: [d78961c0] disconnected 2021-07-22 23:42:06 INFO: [6034cf77] connected 2021-07-22 23:42:06 INFO: [6034cf77: osmand < 176.194.142.213] HEX: 504f5354202f3f69643d3738323832342674696d657374616d703d31363236393937333235266c61743d35302e35363738323034266c6f6e3d33362e353639333632332673706565643d302e302662656172696e673d302e3026616c7469747564653d3232322e36303831393737343233313030372661636375726163793d31392e39363939393933313333353434393226626174743d3130302e3020485454502f312e310d0a436f6e74656e742d547970653a206170706c69636174696f6e2f782d7777772d666f726d2d75726c656e636f6465640d0a557365722d4167656e743a2044616c76696b2f322e312e3020284c696e75783b20553b20416e64726f696420393b20534d2d4739353046204275696c642f505052312e3138303631302e303131290d0a486f73743a206d6f6e69746f72656f2e677275706f666d6f2e636f6d3a353035350d0a436f6e6e656374696f6e3a204b6565702d416c6976650d0a4163636570742d456e636f64696e673a20677a69700d0a436f6e74656e742d4c656e6774683a20300d0a0d0a 2021-07-22 23:42:06 INFO: [6034cf77: osmand > 176.194.142.213] HEX: 485454502f312e3120323030204f4b0d0a636f6e74656e742d6c656e6774683a20300d0a0d0a 2021-07-22 23:42:07 INFO: [6034cf77] id: 782824, time: 2021-07-22 23:42:05, lat: 50.56782, lon: 36.56936, course: 0.0, accuracy: 20.0 2021-07-22 23:43:34 INFO: [a3d9dc12] connected 2021-07-22 23:43:35 INFO: [a3d9dc12] disconnected 2021-07-22 23:45:11 INFO: [17061c2e] connected 2021-07-22 23:45:11 INFO: [17061c2e: h02 < 66.249.66.56] HEX: 474554202f726f626f74732e74787420485454502f312e310d0a486f73743a203137302e38332e3231362e3235303a353031330d0a436f6e6e656374696f6e3a206b6565702d616c6976650d0a4163636570743a20746578742f706c61696e2c746578742f68746d6c2c2a2f2a0d0a557365722d4167656e743a204d6f7a696c6c612f352e302028636f6d70617469626c653b20476f6f676c65626f742f322e313b202b687474703a2f2f7777772e676f6f676c652e636f6d2f626f742e68746d6c290d0a4163636570742d456e636f64696e673a20677a69702c206465666c6174652c2062720d0a0d0a 2021-07-22 23:45:16 INFO: [999de497] connected 2021-07-22 23:45:17 INFO: [999de497: h02 < 181.188.200.220] HEX: 23232c696d65693a3836333834343035323530393332372c413b 2021-07-22 23:45:54 INFO: [f90c42f0] connected 2021-07-22 23:45:54 INFO: [f90c42f0: h02 < 200.7.247.247] HEX: 23232c696d65693a3836333834343035323530393332372c413b 2021-07-22 23:46:19 INFO: [f90c42f0] disconnected 2021-07-22 23:46:20 INFO: [87178a46] connected 2021-07-22 23:46:20 INFO: [87178a46: h02 < 200.7.247.247] HEX: 23232c696d65693a3836333834343035323530393332372c413b 2021-07-22 23:46:56 INFO: [08fbf92d] connected 2021-07-22 23:46:56 INFO: [08fbf92d: h02 < 200.7.247.247] HEX: 23232c696d65693a3836333834343035323530393332372c413b 2021-07-22 23:47:07 INFO: [6034cf77] disconnected 2021-07-22 23:47:19 INFO: [08fbf92d] disconnected 2021-07-22 23:47:20 INFO: [dfc28c57] connected 2021-07-22 23:47:21 INFO: [dfc28c57: h02 < 200.7.247.247] HEX: 23232c696d65693a3836333834343035323530393332372c413b 2021-07-22 23:48:06 INFO: [f839acfc] connected 2021-07-22 23:48:06 INFO: [f839acfc: osmand < 176.194.142.213] HEX: 504f5354202f3f69643d3738323832342674696d657374616d703d31363236393937363835266c61743d35302e35363738323034266c6f6e3d33362e353639333632332673706565643d302e302662656172696e673d302e3026616c7469747564653d3232322e36303831393737343233313030372661636375726163793d31392e39363939393933313333353434393226626174743d3130302e3020485454502f312e310d0a436f6e74656e742d547970653a206170706c69636174696f6e2f782d7777772d666f726d2d75726c656e636f6465640d0a557365722d4167656e743a2044616c76696b2f322e312e3020284c696e75783b20553b20416e64726f696420393b20534d2d4739353046204275696c642f505052312e3138303631302e303131290d0a486f73743a206d6f6e69746f72656f2e677275706f666d6f2e636f6d3a353035350d0a436f6e6e656374696f6e3a204b6565702d416c6976650d0a4163636570742d456e636f64696e673a20677a69700d0a436f6e74656e742d4c656e6774683a20300d0a0d0a 2021-07-22 23:48:07 INFO: [f839acfc: osmand > 176.194.142.213] HEX: 485454502f312e3120323030204f4b0d0a636f6e74656e742d6c656e6774683a20300d0a0d0a 2021-07-22 23:48:07 INFO: [f839acfc] id: 782824, time: 2021-07-22 23:48:05, lat: 50.56782, lon: 36.56936, course: 0.0, accuracy: 20.0 2021-07-22 23:48:21 INFO: [dfc28c57: h02 < 200.7.247.247] HEX: 3836333834343035323530393332373b 2021-07-22 23:49:21 INFO: [dfc28c57: h02 < 200.7.247.247] HEX: 3836333834343035323530393332373b 2021-07-22 23:49:58 INFO: [3b1f58a3] connected 2021-07-22 23:50:00 INFO: [3b1f58a3: h02 < 200.7.246.87] HEX: 23232c696d65693a3836333834343035323530393332372c413b 2021-07-22 23:50:23 INFO: [3b1f58a3] disconnected 2021-07-22 23:50:24 INFO: [17fd5aaf] connected 2021-07-22 23:50:25 INFO: [17fd5aaf: h02 < 200.7.246.87] HEX: 23232c696d65693a3836333834343035323530393332372c413b 2021-07-22 23:51:25 INFO: [17fd5aaf: h02 < 200.7.246.87] HEX: 3836333834343035323530393332373b 2021-07-22 23:52:25 INFO: [17fd5aaf: h02 < 200.7.246.87] HEX: 3836333834343035323530393332373b 2021-07-22 23:53:07 INFO: [f839acfc] disconnected 2021-07-22 23:53:21 INFO: [4904c742] connected 2021-07-22 23:53:21 INFO: [4904c742: osmand < 176.194.142.213] HEX: 504f5354202f3f69643d3738323832342674696d657374616d703d31363236393938303030266c61743d35302e35363738323034266c6f6e3d33362e353639333632332673706565643d302e302662656172696e673d302e3026616c7469747564653d3232322e36303831393737343233313030372661636375726163793d31392e39363939393933313333353434393226626174743d3130302e3020485454502f312e310d0a436f6e74656e742d547970653a206170706c69636174696f6e2f782d7777772d666f726d2d75726c656e636f6465640d0a557365722d4167656e743a2044616c76696b2f322e312e3020284c696e75783b20553b20416e64726f696420393b20534d2d4739353046204275696c642f505052312e3138303631302e303131290d0a486f73743a206d6f6e69746f72656f2e677275706f666d6f2e636f6d3a353035350d0a436f6e6e656374696f6e3a204b6565702d416c6976650d0a4163636570742d456e636f64696e673a20677a69700d0a436f6e74656e742d4c656e6774683a20300d0a0d0a 2021-07-22 23:53:22 INFO: [4904c742: osmand > 176.194.142.213] HEX: 485454502f312e3120323030204f4b0d0a636f6e74656e742d6c656e6774683a20300d0a0d0a 2021-07-22 23:53:22 INFO: [4904c742] id: 782824, time: 2021-07-22 23:53:20, lat: 50.56782, lon: 36.56936, course: 0.0, accuracy: 20.0 2021-07-22 23:53:22 INFO: [17fd5aaf] disconnected 2021-07-22 23:53:23 INFO: [1372331d] connected 2021-07-22 23:53:24 INFO: [1372331d: h02 < 200.7.246.87] HEX: 23232c696d65693a3836333834343035323530393332372c413b 2021-07-22 23:54:24 INFO: [1372331d] disconnected 2021-07-22 23:54:25 INFO: [7a185071] connected 2021-07-22 23:54:25 INFO: [7a185071: h02 < 200.7.246.87] HEX: 23232c696d65693a3836333834343035323530393332372c413b 2021-07-22 23:55:11 INFO: [17061c2e] disconnected 2021-07-22 23:55:15 INFO: [34b9971c] connected 2021-07-22 23:58:22 INFO: [4904c742] disconnected