Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to create/setup connection: The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption. Error: "Connection reset ClientConnectionId:ebd0ff64-b053-4919-b90d-6a43ec79f25f". #1127

Closed
satscreate opened this issue Aug 6, 2019 · 34 comments
Labels
Bug A bug in the driver. A high priority item that one can expect to be addressed quickly.

Comments

@satscreate
Copy link

satscreate commented Aug 6, 2019

Driver version

<mssql-jdbc.version>6.2.2.jre8</mssql-jdbc.version>
mssql-jdbc-6.2.2.jre8

SQL Server version

Microsoft SQL Server 2012 (SP1) - 11.0.3000.0 (X64) Oct 19 2012 13:38:57 Copyright (c) Microsoft Corporation Enterprise Edition (64-bit) on Windows NT 6.2 (Build 9200: )

Client Operating System

Windows 10

JAVA/JVM version

jdk1.8.0_202

Problem description

  1. Expected behaviour:
    The new connection should be enabled in the Hikari spring setup.

  2. Actual behaviour:
    Hikari pool connection dropped from max to 0 one by one at some point (it happens every two or three days once). And finally when it reaches HikariPool-1 - Pool stats (total=0, active=0, idle=0, waiting=0) then i see below exception.

  3. Error message/stack trace:
    At this time 2019-08-06 05:22:03.653 application instance killed. not sure what reason but i can see the restart script started after that time.

2019-08-06 04:38:33.548  [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=50, active=0, idle=50, waiting=0)
---
--ommited - log shows Pool stats (total=49, active=0, idle=50, waiting=0)  & Pool stats (total=48, active=0, idle=50, waiting=0) like that
---
2019-08-06 05:00:17.820  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31360 ClientConnectionId: c1d8fa33-48a4-4510-b9da-bc128ea7e81a: (connection has passed maxLifetime)
2019-08-06 05:00:33.602  [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=0, active=0, idle=0, waiting=0)
2019-08-06 05:01:03.604  [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=0, active=0, idle=0, waiting=0)
2019-08-06 05:01:04.975  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to create/setup connection: The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption. Error: "Connection reset ClientConnectionId:ebd0ff64-b053-4919-b90d-6a43ec79f25f".
2019-08-06 05:01:04.975  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Cannot acquire connection from data source
com.microsoft.sqlserver.jdbc.SQLServerException: The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption. Error: "Connection reset ClientConnectionId:ebd0ff64-b053-4919-b90d-6a43ec79f25f".
	at com.microsoft.sqlserver.jdbc.SQLServerConnection.terminate(SQLServerConnection.java:2435)
	at com.microsoft.sqlserver.jdbc.TDSChannel.enableSSL(IOBuffer.java:1816)
	at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(SQLServerConnection.java:2022)
	at com.microsoft.sqlserver.jdbc.SQLServerConnection.login(SQLServerConnection.java:1687)
	at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectInternal(SQLServerConnection.java:1528)
	at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(SQLServerConnection.java:866)
	at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:569)
	at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:136)
	at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:369)
	at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:198)
	at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:467)
	at com.zaxxer.hikari.pool.HikariPool.access$100(HikariPool.java:71)
	at com.zaxxer.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:706)
	at com.zaxxer.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:692)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.io.IOException: Connection reset ClientConnectionId:ebd0ff64-b053-4919-b90d-6a43ec79f25f
	at com.microsoft.sqlserver.jdbc.TDSChannel$SSLHandshakeInputStream.ensureSSLPayload(IOBuffer.java:763)
	at com.microsoft.sqlserver.jdbc.TDSChannel$SSLHandshakeInputStream.readInternal(IOBuffer.java:830)
	at com.microsoft.sqlserver.jdbc.TDSChannel$SSLHandshakeInputStream.read(IOBuffer.java:821)
	at com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream.readInternal(IOBuffer.java:1003)
	at com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream.read(IOBuffer.java:991)
	at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:975)
	at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367)
	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1395)
	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1379)
	at com.microsoft.sqlserver.jdbc.TDSChannel.enableSSL(IOBuffer.java:1753)
	... 16 common frames omitted
2019-08-06 05:01:05.320  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31362 ClientConnectionId: c83b216a-418d-43ae-885f-6d6ccb52b0e0
2019-08-06 05:01:05.423  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31363 ClientConnectionId: f29a6b5f-0137-4720-9559-850addd4ab2e
2019-08-06 05:01:05.423  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=2, active=0, idle=2, waiting=0)
2019-08-06 05:01:05.521  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31364 ClientConnectionId: 1e0fa1c5-f2ff-4a5e-8f9a-c6adc67ca100
2019-08-06 05:01:05.521  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=3, active=1, idle=2, waiting=0)
2019-08-06 05:01:05.619  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31365 ClientConnectionId: 9f16187a-1589-469e-8bb5-7088cd7f27dc
2019-08-06 05:01:05.619  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=4, active=1, idle=3, waiting=0)
2019-08-06 05:01:05.746  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31366 ClientConnectionId: d0c3ec0b-b70f-440d-9b54-30faf6f8a9b5
2019-08-06 05:01:05.746  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=5, active=1, idle=4, waiting=0)
2019-08-06 05:01:05.841  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31367 ClientConnectionId: a7c64604-f205-4496-981c-031e3a158eeb
2019-08-06 05:01:05.841  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=6, active=1, idle=5, waiting=0)
2019-08-06 05:01:06.003  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31368 ClientConnectionId: 0833ab11-99ed-4262-91c7-9bddcd2557f7
2019-08-06 05:01:06.003  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=7, active=1, idle=6, waiting=0)
2019-08-06 05:01:06.213  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31369 ClientConnectionId: 1d9f6fe2-8c45-4159-beeb-40dfe01ec7c9
2019-08-06 05:01:06.213  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=8, active=1, idle=7, waiting=0)
2019-08-06 05:01:06.319  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31370 ClientConnectionId: 8082699b-6a84-47a7-88b6-e64534c12e4a
2019-08-06 05:01:06.319  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=9, active=1, idle=8, waiting=0)
2019-08-06 05:01:06.499  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31371 ClientConnectionId: c1a17ecc-130e-48f7-bcf4-be01a17d4456
2019-08-06 05:01:06.499  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=10, active=1, idle=9, waiting=0)
2019-08-06 05:01:06.599  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31372 ClientConnectionId: 706c38f3-859e-4bfd-87db-4dd5557a0b95
2019-08-06 05:01:06.599  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=11, active=1, idle=10, waiting=0)
2019-08-06 05:01:06.693  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31373 ClientConnectionId: 5f6e0bf6-1e25-45e4-b7a7-caf8bb6fbc73
2019-08-06 05:01:06.693  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=12, active=1, idle=11, waiting=0)
2019-08-06 05:01:06.798  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31374 ClientConnectionId: 243b1783-2eb5-4cfd-a65a-64354a75e01b
2019-08-06 05:01:06.798  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=13, active=0, idle=13, waiting=0)
2019-08-06 05:01:06.922  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31375 ClientConnectionId: fb008353-f4f6-456a-a0dc-2882a0f454c5
2019-08-06 05:01:06.922  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=14, active=0, idle=14, waiting=0)
2019-08-06 05:01:07.066  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31376 ClientConnectionId: 90f29825-e69d-4303-b50e-09d4cb2a37f6
2019-08-06 05:01:07.066  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=15, active=0, idle=15, waiting=0)
2019-08-06 05:01:07.253  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31377 ClientConnectionId: dd8f122a-c0ce-4144-be48-c6f8191c14fa
2019-08-06 05:01:07.253  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=16, active=0, idle=16, waiting=0)
2019-08-06 05:01:07.431  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31378 ClientConnectionId: 2299cf6d-ec38-4007-8b84-dd8ccee9c3f3
2019-08-06 05:01:07.431  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=17, active=0, idle=17, waiting=0)
2019-08-06 05:01:07.617  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31379 ClientConnectionId: 686edf43-2d38-40c2-83f8-f2b3ad02f629
2019-08-06 05:01:07.617  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=18, active=0, idle=18, waiting=0)
2019-08-06 05:01:07.798  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31380 ClientConnectionId: c0393dae-c36e-4550-844b-cad1ddd3d182
2019-08-06 05:01:07.798  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=19, active=0, idle=19, waiting=0)
2019-08-06 05:01:08.009  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31381 ClientConnectionId: 69225940-a416-4b9f-a9a6-c0003ae602b4
2019-08-06 05:01:08.009  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=20, active=0, idle=20, waiting=0)
2019-08-06 05:01:08.201  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31382 ClientConnectionId: 643b68d4-1d5e-44b6-8971-fbdf82ea91dd
2019-08-06 05:01:08.201  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=21, active=0, idle=21, waiting=0)
2019-08-06 05:01:08.285  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31383 ClientConnectionId: 23b37a7d-f487-4433-9e8b-bbab68479afa
2019-08-06 05:01:08.285  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=22, active=0, idle=22, waiting=0)
2019-08-06 05:01:08.424  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31384 ClientConnectionId: bafc049a-9644-495c-9a13-9baf185e70d3
2019-08-06 05:01:08.424  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=23, active=0, idle=23, waiting=0)
2019-08-06 05:01:08.533  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31385 ClientConnectionId: d62129bb-6450-4734-9388-943bd9268471
2019-08-06 05:01:08.533  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=24, active=0, idle=24, waiting=0)
2019-08-06 05:01:08.642  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31386 ClientConnectionId: 667781f7-f5e9-4106-9c1d-10c1c189ae69
2019-08-06 05:01:08.642  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=25, active=0, idle=25, waiting=0)
2019-08-06 05:01:08.738  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31387 ClientConnectionId: cfd4dafb-4a47-4d66-8cef-509946600bb6
2019-08-06 05:01:08.738  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=26, active=0, idle=26, waiting=0)
2019-08-06 05:01:08.822  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31388 ClientConnectionId: 25ec0614-4386-46f5-92bf-9959d881b924
2019-08-06 05:01:08.822  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=27, active=0, idle=27, waiting=0)
2019-08-06 05:01:08.910  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31389 ClientConnectionId: d2181a28-4a70-4ca7-ac05-b0cd7a780a74
2019-08-06 05:01:08.910  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=28, active=0, idle=28, waiting=0)
2019-08-06 05:01:08.998  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31390 ClientConnectionId: 8e03807f-0588-40a5-a45e-270c3e4f6974
2019-08-06 05:01:08.998  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=29, active=0, idle=29, waiting=0)
2019-08-06 05:01:09.096  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31391 ClientConnectionId: 1d9cc0c0-13a1-44bd-b19e-007f5f03966d
2019-08-06 05:01:09.096  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=30, active=0, idle=30, waiting=0)
2019-08-06 05:01:09.189  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31392 ClientConnectionId: dae2d64c-7834-4905-92b8-14975b4db7e3
2019-08-06 05:01:09.189  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=31, active=0, idle=31, waiting=0)
2019-08-06 05:01:09.288  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31393 ClientConnectionId: 5c892bba-37a5-42b2-8784-7c9ecf553a04
2019-08-06 05:01:09.288  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=32, active=0, idle=32, waiting=0)
2019-08-06 05:01:09.396  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31394 ClientConnectionId: cc268eae-3330-4f93-9937-b2cfb8d33299
2019-08-06 05:01:09.396  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=33, active=0, idle=33, waiting=0)
2019-08-06 05:01:09.496  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31395 ClientConnectionId: 0d3d1a15-6fa3-4d82-9e3a-7214fa9dbbb9
2019-08-06 05:01:09.496  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=34, active=0, idle=34, waiting=0)
2019-08-06 05:01:09.596  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31396 ClientConnectionId: 1fe9e8a4-3f14-4bba-9df2-9ce76a85aceb
2019-08-06 05:01:09.596  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=35, active=0, idle=35, waiting=0)
2019-08-06 05:01:09.710  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31397 ClientConnectionId: 14cf3b30-cd6d-40c5-af08-bbb7ad06e5a0
2019-08-06 05:01:09.710  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=36, active=0, idle=36, waiting=0)
2019-08-06 05:01:09.800  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31398 ClientConnectionId: 7d635853-c3af-4894-aafb-f7ac7e8f9f88
2019-08-06 05:01:09.800  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=37, active=0, idle=37, waiting=0)
2019-08-06 05:01:09.886  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31399 ClientConnectionId: 639ad0a2-a17b-4df5-b828-dcf398582a62
2019-08-06 05:01:09.886  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=38, active=0, idle=38, waiting=0)
2019-08-06 05:01:10.028  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31400 ClientConnectionId: 4e00d504-dec4-4e4e-8000-d1d5f1303af0
2019-08-06 05:01:10.028  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=39, active=0, idle=39, waiting=0)
2019-08-06 05:01:10.155  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31401 ClientConnectionId: a703a3fe-9f8a-48be-b358-2c74fd06388f
2019-08-06 05:01:10.155  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=40, active=0, idle=40, waiting=0)
2019-08-06 05:01:10.236  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31402 ClientConnectionId: a1fa3a8e-e86f-4598-8359-75a5c3c503f3
2019-08-06 05:01:10.236  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=41, active=0, idle=41, waiting=0)
2019-08-06 05:01:10.331  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31403 ClientConnectionId: 840ce857-b1fa-4310-8481-8dffd1782306
2019-08-06 05:01:10.331  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=42, active=0, idle=42, waiting=0)
2019-08-06 05:01:10.486  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31404 ClientConnectionId: 2a7b596e-c24e-4822-8c1a-1e4893cdbb9d
2019-08-06 05:01:10.486  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=43, active=0, idle=43, waiting=0)
2019-08-06 05:01:10.622  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31405 ClientConnectionId: a43653df-2500-4cb9-a9a4-65c6de394248
2019-08-06 05:01:10.622  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=44, active=0, idle=44, waiting=0)
2019-08-06 05:01:10.741  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31406 ClientConnectionId: eec68841-6ca6-4fdb-b587-5e8e6ca03e3f
2019-08-06 05:01:10.741  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=45, active=0, idle=45, waiting=0)
2019-08-06 05:01:10.885  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31407 ClientConnectionId: 99174bbc-f976-4b79-845e-37c22844ced1
2019-08-06 05:01:10.885  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=46, active=0, idle=46, waiting=0)
2019-08-06 05:01:11.024  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31408 ClientConnectionId: b7ab2258-6fc3-42c3-84f7-5eac0ed1f1a6
2019-08-06 05:01:11.024  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=47, active=0, idle=47, waiting=0)
2019-08-06 05:01:11.165  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31409 ClientConnectionId: 90790334-c7af-4ee4-ae09-0f2ad7bd27e5
2019-08-06 05:01:11.165  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=48, active=0, idle=48, waiting=0)
2019-08-06 05:01:11.287  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31410 ClientConnectionId: e66d3253-5a25-4d86-b8e8-9abbf27b0885
2019-08-06 05:01:11.287  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=49, active=0, idle=49, waiting=0)
2019-08-06 05:01:11.390  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31411 ClientConnectionId: fe00aad2-5616-4c33-b9da-5eabbb9e6caa
2019-08-06 05:01:11.390  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=50, active=0, idle=50, waiting=0)
2019-08-06 05:01:33.605  [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=50, active=0, idle=50, waiting=0)
2019-08-06 05:02:03.606  [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=50, active=0, idle=50, waiting=0)
2019-08-06 05:02:33.607  [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=50, active=0, idle=50, waiting=0)
2019-08-06 05:03:03.608  [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=50, active=0, idle=50, waiting=0)
--OMMITED SAME LINE
2019-08-06 05:20:33.649  [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=50, active=0, idle=50, waiting=0)
2019-08-06 05:20:37.785  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31378 ClientConnectionId: 2299cf6d-ec38-4007-8b84-dd8ccee9c3f3: (connection has passed maxLifetime)
2019-08-06 05:20:37.929  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31412 ClientConnectionId: b2ab1b9a-69ba-4807-b657-a8f79241ac72
2019-08-06 05:20:41.553  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31380 ClientConnectionId: c0393dae-c36e-4550-844b-cad1ddd3d182: (connection has passed maxLifetime)
2019-08-06 05:20:41.638  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31413 ClientConnectionId: 1c5f2dac-2f0c-4081-acc9-270c061bfcb4
2019-08-06 05:20:42.263  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31363 ClientConnectionId: f29a6b5f-0137-4720-9559-850addd4ab2e: (connection has passed maxLifetime)
2019-08-06 05:20:42.363  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31414 ClientConnectionId: 1798f202-5219-49ee-8827-d0c83a6beb7d
2019-08-06 05:20:42.461  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31401 ClientConnectionId: a703a3fe-9f8a-48be-b358-2c74fd06388f: (connection has passed maxLifetime)
2019-08-06 05:20:42.544  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31415 ClientConnectionId: 77b31897-6844-492d-8f6a-decd428eb370
2019-08-06 05:20:42.565  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31391 ClientConnectionId: 1d9cc0c0-13a1-44bd-b19e-007f5f03966d: (connection has passed maxLifetime)
2019-08-06 05:20:42.648  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31416 ClientConnectionId: 58761f01-995c-404f-874c-22464e8bc2bb
2019-08-06 05:20:42.670  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31411 ClientConnectionId: fe00aad2-5616-4c33-b9da-5eabbb9e6caa: (connection has passed maxLifetime)
2019-08-06 05:20:42.757  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31417 ClientConnectionId: a07a5209-5543-4285-bfb0-aeb57ea6b8fc
2019-08-06 05:20:43.006  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31389 ClientConnectionId: d2181a28-4a70-4ca7-ac05-b0cd7a780a74: (connection has passed maxLifetime)
2019-08-06 05:20:43.027  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31396 ClientConnectionId: 1fe9e8a4-3f14-4bba-9df2-9ce76a85aceb: (connection has passed maxLifetime)
2019-08-06 05:20:43.083  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31408 ClientConnectionId: b7ab2258-6fc3-42c3-84f7-5eac0ed1f1a6: (connection has passed maxLifetime)
2019-08-06 05:20:43.086  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31364 ClientConnectionId: 1e0fa1c5-f2ff-4a5e-8f9a-c6adc67ca100: (connection has passed maxLifetime)
2019-08-06 05:20:43.089  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31418 ClientConnectionId: 159ceeec-882b-4b67-9f0c-7d6855711f61
2019-08-06 05:20:43.224  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31419 ClientConnectionId: cf139142-423c-4be6-87b7-d469e4774419
2019-08-06 05:20:43.224  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=48, active=0, idle=48, waiting=0)
2019-08-06 05:20:43.308  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31420 ClientConnectionId: 60abd6f2-3f69-4d73-a03a-40cbad8a9eb3
2019-08-06 05:20:43.308  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=49, active=0, idle=49, waiting=0)
2019-08-06 05:20:43.425  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31421 ClientConnectionId: 3f7adacc-a331-498d-81f2-e5acef375ebd
2019-08-06 05:20:43.425  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=50, active=0, idle=50, waiting=0)
2019-08-06 05:20:44.443  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31385 ClientConnectionId: d62129bb-6450-4734-9388-943bd9268471: (connection has passed maxLifetime)
2019-08-06 05:20:44.528  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31422 ClientConnectionId: b601bc5e-4035-41de-b301-fd636b4222bb
2019-08-06 05:20:44.621  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31371 ClientConnectionId: c1a17ecc-130e-48f7-bcf4-be01a17d4456: (connection has passed maxLifetime)
2019-08-06 05:20:44.672  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31362 ClientConnectionId: c83b216a-418d-43ae-885f-6d6ccb52b0e0: (connection has passed maxLifetime)
2019-08-06 05:20:44.705  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31423 ClientConnectionId: 32e33289-5134-4c89-879a-25ff09f2e44b
2019-08-06 05:20:44.801  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31424 ClientConnectionId: 0d2053fb-a0f7-4aba-90e5-219057b5a440
2019-08-06 05:20:44.801  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=50, active=0, idle=50, waiting=0)
2019-08-06 05:20:44.921  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31405 ClientConnectionId: a43653df-2500-4cb9-a9a4-65c6de394248: (connection has passed maxLifetime)
2019-08-06 05:20:45.015  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31425 ClientConnectionId: f9772c30-213e-49c9-b6eb-e674449fb9d6
2019-08-06 05:20:45.091  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31366 ClientConnectionId: d0c3ec0b-b70f-440d-9b54-30faf6f8a9b5: (connection has passed maxLifetime)
2019-08-06 05:20:45.191  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31426 ClientConnectionId: 5d8e0099-f316-4d8d-bb8b-c9aa06735915
2019-08-06 05:20:46.355  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31403 ClientConnectionId: 840ce857-b1fa-4310-8481-8dffd1782306: (connection has passed maxLifetime)
2019-08-06 05:20:46.485  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31427 ClientConnectionId: bf7a40b1-2b56-4bcf-9860-e08265c40858
2019-08-06 05:20:46.656  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31406 ClientConnectionId: eec68841-6ca6-4fdb-b587-5e8e6ca03e3f: (connection has passed maxLifetime)
2019-08-06 05:20:46.751  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31428 ClientConnectionId: c54a0148-6033-405d-8b46-3f430d1d683b
2019-08-06 05:20:48.437  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31375 ClientConnectionId: fb008353-f4f6-456a-a0dc-2882a0f454c5: (connection has passed maxLifetime)
2019-08-06 05:20:48.565  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31429 ClientConnectionId: 85f9820c-de6e-4f7f-9234-396604659272
2019-08-06 05:20:48.889  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31410 ClientConnectionId: e66d3253-5a25-4d86-b8e8-9abbf27b0885: (connection has passed maxLifetime)
2019-08-06 05:20:49.019  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31430 ClientConnectionId: 9be9d17d-e71e-47be-b003-b13c66810ced
2019-08-06 05:20:49.061  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31373 ClientConnectionId: 5f6e0bf6-1e25-45e4-b7a7-caf8bb6fbc73: (connection has passed maxLifetime)
2019-08-06 05:20:49.119  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31404 ClientConnectionId: 2a7b596e-c24e-4822-8c1a-1e4893cdbb9d: (connection has passed maxLifetime)
2019-08-06 05:20:49.154  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31431 ClientConnectionId: 18b30505-e76c-422e-94d0-205d72fa7c4d
2019-08-06 05:20:49.270  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31432 ClientConnectionId: ad108ed4-4f5c-47a9-b8ab-8d7c4da83831
2019-08-06 05:20:49.270  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=50, active=0, idle=50, waiting=0)
2019-08-06 05:20:49.586  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31368 ClientConnectionId: 0833ab11-99ed-4262-91c7-9bddcd2557f7: (connection has passed maxLifetime)
2019-08-06 05:20:49.679  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31433 ClientConnectionId: 1b72a56b-f404-4bd5-ab78-9da72a0cfd35
2019-08-06 05:20:49.772  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31381 ClientConnectionId: 69225940-a416-4b9f-a9a6-c0003ae602b4: (connection has passed maxLifetime)
2019-08-06 05:20:49.864  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31434 ClientConnectionId: e3390da5-cb67-443a-bc28-dd832ac54f6a
2019-08-06 05:20:50.452  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31395 ClientConnectionId: 0d3d1a15-6fa3-4d82-9e3a-7214fa9dbbb9: (connection has passed maxLifetime)
2019-08-06 05:20:50.543  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31435 ClientConnectionId: 3f04155a-4bba-41c8-9ea7-6fc03f2c67cf
2019-08-06 05:20:50.612  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31407 ClientConnectionId: 99174bbc-f976-4b79-845e-37c22844ced1: (connection has passed maxLifetime)
2019-08-06 05:20:50.687  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31370 ClientConnectionId: 8082699b-6a84-47a7-88b6-e64534c12e4a: (connection has passed maxLifetime)
2019-08-06 05:20:50.717  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31436 ClientConnectionId: 40d833e8-b83b-4591-948c-366e4f308adc
2019-08-06 05:20:50.784  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31379 ClientConnectionId: 686edf43-2d38-40c2-83f8-f2b3ad02f629: (connection has passed maxLifetime)
2019-08-06 05:20:50.806  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31437 ClientConnectionId: c1f92688-1524-406c-8e50-b7f268df8a8e
2019-08-06 05:20:50.806  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=49, active=0, idle=49, waiting=0)
2019-08-06 05:20:50.896  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31438 ClientConnectionId: 64182631-f791-4cae-90d1-8a5ef6dd705d
2019-08-06 05:20:50.896  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=50, active=0, idle=50, waiting=0)
2019-08-06 05:20:51.464  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31367 ClientConnectionId: a7c64604-f205-4496-981c-031e3a158eeb: (connection has passed maxLifetime)
2019-08-06 05:20:51.571  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31439 ClientConnectionId: 55f37bee-5039-4fc4-9a79-5f1b7e65bc39
2019-08-06 05:20:52.568  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31377 ClientConnectionId: dd8f122a-c0ce-4144-be48-c6f8191c14fa: (connection has passed maxLifetime)
2019-08-06 05:20:52.712  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31440 ClientConnectionId: 565484bc-ea7a-4217-9c40-82ee407bc640
2019-08-06 05:20:52.950  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31386 ClientConnectionId: 667781f7-f5e9-4106-9c1d-10c1c189ae69: (connection has passed maxLifetime)
2019-08-06 05:20:53.042  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31441 ClientConnectionId: 6bf9876b-c08a-4bb3-8357-5e430c04568b
2019-08-06 05:20:54.246  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31394 ClientConnectionId: cc268eae-3330-4f93-9937-b2cfb8d33299: (connection has passed maxLifetime)
2019-08-06 05:20:54.338  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31442 ClientConnectionId: 5d41600f-5865-4fda-a556-c5c02bfcfe0e
2019-08-06 05:20:54.614  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31400 ClientConnectionId: 4e00d504-dec4-4e4e-8000-d1d5f1303af0: (connection has passed maxLifetime)
2019-08-06 05:20:54.706  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31443 ClientConnectionId: 64b589a0-4e7a-4e53-baac-1faac313b05d
2019-08-06 05:20:55.045  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31393 ClientConnectionId: 5c892bba-37a5-42b2-8784-7c9ecf553a04: (connection has passed maxLifetime)
2019-08-06 05:20:55.215  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31444 ClientConnectionId: 2489dcfa-4735-4189-9947-81c1b4d82a9b
2019-08-06 05:20:55.649  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31398 ClientConnectionId: 7d635853-c3af-4894-aafb-f7ac7e8f9f88: (connection has passed maxLifetime)
2019-08-06 05:20:55.678  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31399 ClientConnectionId: 639ad0a2-a17b-4df5-b828-dcf398582a62: (connection has passed maxLifetime)
2019-08-06 05:20:55.745  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31445 ClientConnectionId: c4c65b5d-1235-44fa-93a9-138908415e8b
2019-08-06 05:20:55.844  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31446 ClientConnectionId: 98c43d08-35b6-49a6-9163-88e52707e396
2019-08-06 05:20:55.844  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=50, active=0, idle=50, waiting=0)
2019-08-06 05:20:55.867  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31409 ClientConnectionId: 90790334-c7af-4ee4-ae09-0f2ad7bd27e5: (connection has passed maxLifetime)
2019-08-06 05:20:56.009  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31447 ClientConnectionId: c7dd5fb2-263a-4f67-a400-e40d14ea78f3
2019-08-06 05:20:56.469  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31387 ClientConnectionId: cfd4dafb-4a47-4d66-8cef-509946600bb6: (connection has passed maxLifetime)
2019-08-06 05:20:56.612  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31448 ClientConnectionId: 4b794796-ebc6-43ae-8aac-74c29c6f1d1a
2019-08-06 05:20:58.858  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31384 ClientConnectionId: bafc049a-9644-495c-9a13-9baf185e70d3: (connection has passed maxLifetime)
2019-08-06 05:20:58.948  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31449 ClientConnectionId: 4c990836-956b-40ca-888b-952b58b0d392
2019-08-06 05:20:59.508  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31383 ClientConnectionId: 23b37a7d-f487-4433-9e8b-bbab68479afa: (connection has passed maxLifetime)
2019-08-06 05:20:59.609  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31450 ClientConnectionId: 093d412a-ec27-44fa-9555-51b71b4f0f50
2019-08-06 05:21:00.128  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31372 ClientConnectionId: 706c38f3-859e-4bfd-87db-4dd5557a0b95: (connection has passed maxLifetime)
2019-08-06 05:21:00.249  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31451 ClientConnectionId: 0fa25a84-ea15-445b-a457-4fdb5e555753
2019-08-06 05:21:00.621  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31382 ClientConnectionId: 643b68d4-1d5e-44b6-8971-fbdf82ea91dd: (connection has passed maxLifetime)
2019-08-06 05:21:00.712  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31452 ClientConnectionId: 7699534a-0d12-4c28-b62c-9705e8635686
2019-08-06 05:21:01.492  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31365 ClientConnectionId: 9f16187a-1589-469e-8bb5-7088cd7f27dc: (connection has passed maxLifetime)
2019-08-06 05:21:01.600  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31453 ClientConnectionId: 6db377a0-3566-4c1a-b70c-d5ce674ef386
2019-08-06 05:21:02.999  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31397 ClientConnectionId: 14cf3b30-cd6d-40c5-af08-bbb7ad06e5a0: (connection has passed maxLifetime)
2019-08-06 05:21:03.101  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31454 ClientConnectionId: 4223b613-b18f-4b90-862b-c4cf43dd6de0
2019-08-06 05:21:03.201  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31388 ClientConnectionId: 25ec0614-4386-46f5-92bf-9959d881b924: (connection has passed maxLifetime)
2019-08-06 05:21:03.313  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31455 ClientConnectionId: 719d675d-5a3d-45c4-b366-f59400447baa
2019-08-06 05:21:03.651  [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=50, active=0, idle=50, waiting=0)
2019-08-06 05:21:03.651  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31374 ClientConnectionId: 243b1783-2eb5-4cfd-a65a-64354a75e01b: (connection has passed maxLifetime)
2019-08-06 05:21:03.744  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31456 ClientConnectionId: 80d6f28c-d8ce-470f-9847-697dcb58a013
2019-08-06 05:21:04.000  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31376 ClientConnectionId: 90f29825-e69d-4303-b50e-09d4cb2a37f6: (connection has passed maxLifetime)
2019-08-06 05:21:04.100  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31457 ClientConnectionId: f3d63e73-bcd9-4a90-8ed7-ecaae5a979e3
2019-08-06 05:21:04.534  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31369 ClientConnectionId: 1d9f6fe2-8c45-4159-beeb-40dfe01ec7c9: (connection has passed maxLifetime)
2019-08-06 05:21:04.624  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31458 ClientConnectionId: 32cd3c1e-9943-4cfe-8dc4-62fe0d093342
2019-08-06 05:21:07.795  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31392 ClientConnectionId: dae2d64c-7834-4905-92b8-14975b4db7e3: (connection has passed maxLifetime)
2019-08-06 05:21:07.887  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31459 ClientConnectionId: 6657e371-0b1a-4d11-9f07-22cab537de15
2019-08-06 05:21:07.938  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31402 ClientConnectionId: a1fa3a8e-e86f-4598-8359-75a5c3c503f3: (connection has passed maxLifetime)
2019-08-06 05:21:08.056  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31460 ClientConnectionId: f0fcd947-0a42-4e18-be05-38e04eef1307
2019-08-06 05:21:08.498  [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:31390 ClientConnectionId: 8e03807f-0588-40a5-a45e-270c3e4f6974: (connection has passed maxLifetime)
2019-08-06 05:21:08.588  [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:31461 ClientConnectionId: 599d5cdc-288c-434b-a346-1cb7a56f015c
2019-08-06 05:21:33.652  [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=50, active=0, idle=50, waiting=0)
2019-08-06 05:22:03.653  [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=50, active=0, idle=50, waiting=0)
  1. Any other details that can be helpful:

JDBC trace logs

let me know , i can add spring TRACE log

Reproduction code

Hikari config: This issue is happening in production, as i see only this trace from the database log,

[main] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-1 - configuration:
[main] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false
[main] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true
[main] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none
[main] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none
[main] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none
[main] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............40000
[main] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................none
[main] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none
[main] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none
[main] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=<masked>}
[main] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName................."com.microsoft.sqlserver.jdbc.SQLServerDriver"
[main] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{}
[main] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none
[main] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000
[main] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1
[main] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false
[main] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................jdbc:sqlserver://sampleip:sampleport;databaseName=sampledb
[main] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0
[main] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1200000
[main] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................50
[main] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none
[main] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none
[main] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................50
[main] DEBUG com.zaxxer.hikari.HikariConfig - password........................<masked>
[main] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-1"
[main] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false
[main] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false
[main] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none
[main] DEBUG com.zaxxer.hikari.HikariConfig - schema..........................none
[main] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal
[main] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default
[main] DEBUG com.zaxxer.hikari.HikariConfig - username........................"sample"
[main] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000
[main] INFO  com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
@satscreate satscreate added the Bug A bug in the driver. A high priority item that one can expect to be addressed quickly. label Aug 6, 2019
@lilgreenbird
Copy link
Contributor

hi @satscreate

6.2.2 is quite an old version of the driver we have had some fixes relating to pooling since then. Could you please upgrade to the latest version of the driver? We have just released v7.4.1.

If the problem persists with the latest version, can you please provide us with a standalone JDBC program that reproduces the issue you are seeing?

Thanks

@satscreate
Copy link
Author

Thanks @lilgreenbird ,
i will be updating the version to 7.4.1 and observe the system for 2 to 3 days and let you know the status back.

@jarodriguez-itsoft
Copy link

I'm afraid this issue isn't solved using version 7.4.1

  • JAVA RUNTIME
    openjdk version "1.8.0_212"
    OpenJDK Runtime Environment (build 1.8.0_212-b04)
    OpenJDK 64-Bit Server VM (build 25.212-b04, mixed mode)

  • DRIVER:
    mssql-jdbc-7.4.1.jre8.jar

We installed 7.4.1 and everything seemed ok for 7 days, but we just had it again today.

This is a huge issue for us, because it renders the pool unusable and the pool is no longer able to open new connections; only Java restart solves it.

The exception is the same @satscreate reported:

Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: El controlador no pudo establecer una conexión segura con SQL Server con el cifrado de Capa de sockets seguros (SSL). Error: "Connection rese
t ClientConnectionId:65ebbe9b-c011-4b56-a0e0-72969271fe63".
        at com.microsoft.sqlserver.jdbc.SQLServerConnection.terminate(SQLServerConnection.java:2924)
        at com.microsoft.sqlserver.jdbc.TDSChannel.enableSSL(IOBuffer.java:1881)
        at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(SQLServerConnection.java:2484)
        at com.microsoft.sqlserver.jdbc.SQLServerConnection.login(SQLServerConnection.java:2142)
        at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectInternal(SQLServerConnection.java:1993)
        at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(SQLServerConnection.java:1164)
        at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:760)
        at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:95)
        at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:101)
        at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:356)
--
Caused by: java.io.IOException: Connection reset ClientConnectionId:65ebbe9b-c011-4b56-a0e0-72969271fe63
        at com.microsoft.sqlserver.jdbc.TDSChannel$SSLHandshakeInputStream.ensureSSLPayload(IOBuffer.java:780)
        at com.microsoft.sqlserver.jdbc.TDSChannel$SSLHandshakeInputStream.readInternal(IOBuffer.java:840)
        at com.microsoft.sqlserver.jdbc.TDSChannel$SSLHandshakeInputStream.read(IOBuffer.java:833)

@satscreate
Copy link
Author

@jarodriguez-itsoft Thanks for the testing... Is this issue still be able to replicated in new driver??? Let me know if there is any workaround for the same meanwhile..

@jarodriguez-itsoft
Copy link

@jarodriguez-itsoft Thanks for the testing... Is this issue still be able to replicated in new driver??? Let me know if there is any workaround for the same meanwhile..

I'm not a project mantainer, just another end-user like you who has been hitting this issue since some weeks ago.
My guessing is databases is closing connection at a given time (e.g. switching node, etc...) and the driver is not able to recover after that; I suspect driver could be caching connection or something related to TLS, what's no longer valid in the new context.
But just a guessing...

@satscreate
Copy link
Author

@jarodriguez-itsoft Ho..sorry...if database closing the connection on another side then setting up less idletimeout than db in application would solve the issue? Have u got a chance to test that behavior?

@adalric
Copy link

adalric commented Aug 14, 2019

I've been experiencing this issue for the last week or so, my database is running on a Linux instance and I believe it's a bug on the server side.

@adalric
Copy link

adalric commented Aug 14, 2019

I downgraded using sudo apt install mssql-server=14.0.3076.1-2 and everything seems to work OK... does this solve anyone else's problem?

@jarodriguez-itsoft
Copy link

@jarodriguez-itsoft Ho..sorry...if database closing the connection on another side then setting up less idletimeout than db in application would solve the issue? Have u got a chance to test that behavior?

This is happening on production server, randomly. It may pass a week to it to appear, or appear many times in a couple of hours.
Restarting Java makes connections instantly work again, so at the end its a driver problem not being able to recover after the first error happens.

I downgraded using sudo apt install mssql-server=14.0.3076.1-2 and everything seems to work OK... does this solve anyone else's problem?

Driver connects to Azure database, downgrading is not an option...

@ulvii
Copy link
Contributor

ulvii commented Aug 15, 2019

Hi everyone,
From what I understand, the applications were working fine before and the intermittent failure started happening recently. Please confirm.
Also what's the client OS that everyone is using?
Please also try to gather SSL debug logs using -Djavax.net.debug or any other details that you think might be helpful and post here.

@jarodriguez-itsoft
Copy link

jarodriguez-itsoft commented Aug 15, 2019

Hi ulvii,
Here are some facts we have found so far:

  1. Happens intermittenly, but not simultaneously
    We have a production server where it is happening, and we built up a test one trying to reproduce: when it happened on the production server the test server didn't show any problem.
    Each one uses a different database in the same Azure elastic group.

  2. Happens with different Java 8 versions ranging from 6.X.X to 7.X.X versions.

  3. Can't give you an exact date, but in our case it's showing up more than 1 month ago.

  4. When it happens, pool is no longer able to open new connections, as driver fails to login against database.

  5. Restarting application fixes it, so it isn't a low-level issue (e.g. database down or unreliable)

  6. Happens both in Linux and Windows

Our system:

uname -a
Linux 3.10.0-693.17.1.el7.x86_64 #1 SMP Thu Jan 25 20:13:58 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

cat /etc/os-release
NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:7"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"
CENTOS_MANTISBT_PROJECT="CentOS-7"
CENTOS_MANTISBT_PROJECT_VERSION="7"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="7"

We will add the debug you mention to our test server; we can't add it to production server as it generates lot of network traffic per second and may seriously affect performance.

Thanks!

@jarodriguez-itsoft
Copy link

Please also try to gather SSL debug logs using -Djavax.net.debug or any other details that you think might be helpful and post here.

What debug level do we set? ALL level is throwing away massive info

@satscreate
Copy link
Author

Please also try to gather SSL debug logs using -Djavax.net.debug or any other details that you think might be helpful and post here.

What debug level do we set? ALL level is throwing away massive info

Try set -Djavax.net.debug=ssl

@jarodriguez-itsoft
Copy link

Thanks. This reduced significantly log size, but still generating huge ones xD

A couple of updates:

They both mention two facts:

  1. The hang happens with Java 8 and not in Java 7. I guess this is Java 8 uses TLS1.2 and Java 7 TLS1.1
    In fact, we started having this issues after upgrading driver version to java8 versions.

  2. They report problem always is preceded by this:

trigger seeding of SecureRandom
done seeding SecureRandom

Hope this helps

@satscreate
Copy link
Author

Thanks ..I have enabled the same...also I have added in jdbc url to use tls1 with latest driver updated for one of the instance running... Add sslProtocol=TLSv1. I'll post if that helps @jarodriguez-itsoft

@ulvii
Copy link
Contributor

ulvii commented Aug 20, 2019

Thanks all for the updates.

@jarodriguez-itsoft, did you manage to capture SSL logs when the failure happens? Is so, please share on the thread.

@satscreate , please let us know if the issue happens with TLSv1 too. Note that sslProtocol=TLSv1 sets the ssl protocol to TLS 1.0. For TLS 1.1, use sslProtocol=TLSv1.1. More details here.

Based on the trace from @satscreate, looks like server resets the connection when the driver is waiting for handshake data. Please try to capture JDBC trace or network trace (Wireshark), we will look for hints.

@ulvii
Copy link
Contributor

ulvii commented Sep 3, 2019

Hi everyone, is the issue still happening? Any updates regarding JDBC/SSL/Network trace?
@satscreate , did switching to TLS1.1 resolve the connectivity issues?

@satscreate
Copy link
Author

Hi everyone, is the issue still happening? Any updates regarding JDBC/SSL/Network trace?
@satscreate , did switching to TLS1.1 resolve the connectivity issues?

Hi @ulvii Just updated to latest driver and using sslProtocol=TLSv1.1 and started the servers recently. Will post the observations in some more days.
@jarodriguez-itsoft have you got any updates regarding the logs and fix?

@satscreate
Copy link
Author

Thanks. This reduced significantly log size, but still generating huge ones xD

A couple of updates:

They both mention two facts:

  1. The hang happens with Java 8 and not in Java 7. I guess this is Java 8 uses TLS1.2 and Java 7 TLS1.1
    In fact, we started having this issues after upgrading driver version to java8 versions.
  2. They report problem always is preceded by this:
trigger seeding of SecureRandom
done seeding SecureRandom

Hope this helps

Any clues??? @jarodriguez-itsoft

@satscreate
Copy link
Author

Hi everyone, is the issue still happening? Any updates regarding JDBC/SSL/Network trace?
@satscreate , did switching to TLS1.1 resolve the connectivity issues?

@ulvii , Attaching spring log for reference.
I had updated mssql driver to latest and mean while attaching log for the same.
Application become inaccessible when that log happens or driver attempting to establish the sql connection again.


[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] TRACE c.m.s.jdbc.internals.TDS.Command - TDSCommand@74f6f1df (SQLServerStatement:19954 executeXXX): finishing request
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] TRACE c.m.s.jdbc.internals.TDS.Writer - TDSWriter@5568c95d (ConnectionID:2346) Finishing TDS message
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] TRACE c.m.s.jdbc.internals.TDS.DATA - /ip:60672 SPID:64 TDSWriter@5568c95d (ConnectionID:2346) sending packet (46 bytes)
16 00 00 00 12 00 00 00   .....@..........
00 00 01 00 00 00 53 00   ..............S.
54 00 20 00 31 00         E.L.E.C.T. .1.
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] TRACE c.m.s.jdbc.internals.TDS.Command - TDSCommand@74f6f1df (SQLServerStatement:19954 executeXXX): request complete
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] TRACE c.m.s.jdbc.internals.TDS.Command - TDSCommand@74f6f1df (SQLServerStatement:19954 executeXXX): Reading response...
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] TRACE c.m.s.jdbc.internals.TDS.DATA - /ip:60672 SPID:64 TDSReader@26333 (ConnectionID:2346 ClientConnectionId: bb639f6c-002d-4cc7-9069-3a3e760c566a) received Packet:1 (29 bytes)
81 01 00 00 00 00 00 20   ...%.@......... 
FD 10 00 C1 00 01 00 00   .8..............
                          .....
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] TRACE c.m.s.jdbc.internals.TDS.Command - TDSCommand@74f6f1df (SQLServerStatement:19954 executeXXX): disabling interrupts
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] TRACE c.m.s.jdbc.internals.TDS.Reader - TDSReader@26333 (ConnectionID:2346 ClientConnectionId: bb639f6c-002d-4cc7-9069-3a3e760c566a) Moving to next packet -- unlinking consumed packet
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] TRACE c.m.s.jdbc.internals.TDS.TOKEN - TDSReader@26333 (ConnectionID:2346 ClientConnectionId: bb639f6c-002d-4cc7-9069-3a3e760c566a): getNextResult: Processing TDS_COLMETADATA (0x81)
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] TRACE c.m.s.jdbc.internals.TDS.TOKEN - TDSReader@26333 (ConnectionID:2346 ClientConnectionId: bb639f6c-002d-4cc7-9069-3a3e760c566a): ClientCursorInitializer: Processing TDS_COLMETADATA (0x81)
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] TRACE c.m.s.jdbc.internals.TDS.TOKEN - TDSReader@26333 (ConnectionID:2346 ClientConnectionId: bb639f6c-002d-4cc7-9069-3a3e760c566a): ClientCursorInitializer: Processing TDS_ROW (0xD1)
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG c.m.s.j.internals.SQLServerResultSet - SQLServerResultSet:19698 created by (SQLServerStatement:19954)
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG c.microsoft.sqlserver.jdbc.Statement - ENTRY
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] TRACE c.m.s.jdbc.internals.TDS.Command - TDSCommand@74f6f1df (SQLServerStatement:19954 executeXXX): closing...
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] TRACE c.m.s.jdbc.internals.TDS.Command - TDSCommand@74f6f1df (SQLServerStatement:19954 executeXXX): processing response...
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG c.microsoft.sqlserver.jdbc.ResultSet - ENTRY
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] TRACE c.m.s.jdbc.internals.TDS.TOKEN - TDSReader@26333 (ConnectionID:2346 ClientConnectionId: bb639f6c-002d-4cc7-9069-3a3e760c566a): FetchBufferTokenHandler: Processing TDS_ROW (0xD1)
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] TRACE c.m.s.jdbc.internals.TDS.Reader - TDSReader@26333 (ConnectionID:2346 ClientConnectionId: bb639f6c-002d-4cc7-9069-3a3e760c566a): Buffering from: com.microsoft.sqlserver.jdbc.TDSReaderMark@3b9f903d
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] TRACE c.m.s.jdbc.internals.TDS.Reader - TDSReader@26333 (ConnectionID:2346 ClientConnectionId: bb639f6c-002d-4cc7-9069-3a3e760c566a): Resetting to: com.microsoft.sqlserver.jdbc.TDSReaderMark@3b9f903d
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] TRACE c.m.s.jdbc.internals.TDS.TOKEN - TDSReader@26333 (ConnectionID:2346 ClientConnectionId: bb639f6c-002d-4cc7-9069-3a3e760c566a): FetchBufferTokenHandler: Processing TDS_DONE (0xFD)
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG c.microsoft.sqlserver.jdbc.ResultSet - RETURN
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] TRACE c.m.s.jdbc.internals.TDS.TOKEN - TDSReader@26333 (ConnectionID:2346 ClientConnectionId: bb639f6c-002d-4cc7-9069-3a3e760c566a): getNextResult: Processing EOF
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] TRACE c.m.s.jdbc.internals.TDS.TOKEN - TDSReader@26333 (ConnectionID:2346 ClientConnectionId: bb639f6c-002d-4cc7-9069-3a3e760c566a): batch completion: Processing EOF
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG c.microsoft.sqlserver.jdbc.Statement - RETURN
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG c.m.sqlserver.jdbc.Connection - RETURN true
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG c.m.sqlserver.jdbc.Connection - ENTRY 0
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG c.m.sqlserver.jdbc.Connection - RETURN
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG c.m.sqlserver.jdbc.Connection - ENTRY
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG c.m.sqlserver.jdbc.Connection - RETURN  SQLServerDatabaseMetaData:1541
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG c.m.sqlserver.jdbc.Connection - ENTRY
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG c.m.sqlserver.jdbc.Connection - RETURN false
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG o.s.jdbc.datasource.DataSourceUtils - Returning JDBC Connection to DataSource
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG c.m.sqlserver.jdbc.Connection - ENTRY
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG c.m.sqlserver.jdbc.Connection - RETURN
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG o.s.jdbc.core.JdbcTemplate - Executing SQL query [SELECT 1]
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG o.s.jdbc.datasource.DataSourceUtils - Fetching JDBC Connection from DataSource
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG c.m.sqlserver.jdbc.Connection - ENTRY
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG c.m.sqlserver.jdbc.Connection - ENTRY 1,003 1,007
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG c.microsoft.sqlserver.jdbc.Statement - ENTRY adaptive
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG c.microsoft.sqlserver.jdbc.Statement - RETURN
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG c.m.s.j.internals.SQLServerStatement - Properties for SQLServerStatement:19955: Result type:1003 (2003) Concurrency:1007 Fetchsize:128 bIsClosed:false useLastUpdateCount:true
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG c.m.s.j.internals.SQLServerStatement - SQLServerStatement:19955 created by (ConnectionID:2346 ClientConnectionId: bb639f6c-002d-4cc7-9069-3a3e760c566a)
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG c.m.sqlserver.jdbc.Connection - RETURN SQLServerStatement:19955
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG c.m.sqlserver.jdbc.Connection - RETURN SQLServerStatement:19955
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG c.microsoft.sqlserver.jdbc.Statement - ENTRY SELECT 1
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] TRACE c.m.s.jdbc.internals.TDS.Command - TDSCommand@74f6f1df (SQLServerStatement:19954 executeXXX): detaching...
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] TRACE c.m.s.jdbc.internals.TDS.Command - TDSCommand@166dc6b5 (SQLServerStatement:19955 executeXXX): starting request...
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] TRACE c.m.s.jdbc.internals.TDS.Writer - TDSWriter@5568c95d (ConnectionID:2346) Writing 8 bytes
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] TRACE c.m.s.jdbc.internals.TDS.Writer - TDSWriter@5568c95d (ConnectionID:2346) Writing 8 bytes
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] TRACE c.m.s.jdbc.internals.TDS.Writer - TDSWriter@5568c95d (ConnectionID:2346) Writing 16 bytes
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG c.m.s.j.internals.SQLServerStatement - SQLServerStatement:19955 Executing (not server cursor) SELECT 1
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] TRACE c.m.s.jdbc.internals.TDS.Command - TDSCommand@166dc6b5 (SQLServerStatement:19955 executeXXX): finishing request
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] TRACE c.m.s.jdbc.internals.TDS.Writer - TDSWriter@5568c95d (ConnectionID:2346) Finishing TDS message
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] TRACE c.m.s.jdbc.internals.TDS.DATA - /ip:60672 SPID:64 TDSWriter@5568c95d (ConnectionID:2346) sending packet (46 bytes)
16 00 00 00 12 00 00 00   .....@..........
00 00 01 00 00 00 53 00   ..............S.
54 00 20 00 31 00         E.L.E.C.T. .1.
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] TRACE c.m.s.jdbc.internals.TDS.Command - TDSCommand@166dc6b5 (SQLServerStatement:19955 executeXXX): request complete
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] TRACE c.m.s.jdbc.internals.TDS.Command - TDSCommand@166dc6b5 (SQLServerStatement:19955 executeXXX): Reading response...
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] TRACE c.m.s.jdbc.internals.TDS.DATA - /ip:60672 SPID:64 TDSReader@26334 (ConnectionID:2346 ClientConnectionId: bb639f6c-002d-4cc7-9069-3a3e760c566a) received Packet:1 (29 bytes)
81 01 00 00 00 00 00 20   ...%.@......... 
FD 10 00 C1 00 01 00 00   .8..............
                          .....
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] TRACE c.m.s.jdbc.internals.TDS.Command - TDSCommand@166dc6b5 (SQLServerStatement:19955 executeXXX): disabling interrupts
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] TRACE c.m.s.jdbc.internals.TDS.Reader - TDSReader@26334 (ConnectionID:2346 ClientConnectionId: bb639f6c-002d-4cc7-9069-3a3e760c566a) Moving to next packet -- unlinking consumed packet
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] TRACE c.m.s.jdbc.internals.TDS.TOKEN - TDSReader@26334 (ConnectionID:2346 ClientConnectionId: bb639f6c-002d-4cc7-9069-3a3e760c566a): getNextResult: Processing TDS_COLMETADATA (0x81)
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] TRACE c.m.s.jdbc.internals.TDS.TOKEN - TDSReader@26334 (ConnectionID:2346 ClientConnectionId: bb639f6c-002d-4cc7-9069-3a3e760c566a): ClientCursorInitializer: Processing TDS_COLMETADATA (0x81)
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] TRACE c.m.s.jdbc.internals.TDS.TOKEN - TDSReader@26334 (ConnectionID:2346 ClientConnectionId: bb639f6c-002d-4cc7-9069-3a3e760c566a): ClientCursorInitializer: Processing TDS_ROW (0xD1)
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG c.m.s.j.internals.SQLServerResultSet - SQLServerResultSet:19699 created by (SQLServerStatement:19955)
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG c.microsoft.sqlserver.jdbc.Statement - RETURN SQLServerResultSet:19699
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG c.microsoft.sqlserver.jdbc.ResultSet - ENTRY
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG c.m.s.j.internals.SQLServerResultSet - SQLServerResultSet:19699 currentRow:0 numFetchedRows:0 rowCount:-3
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] TRACE c.m.s.jdbc.internals.TDS.TOKEN - TDSReader@26334 (ConnectionID:2346 ClientConnectionId: bb639f6c-002d-4cc7-9069-3a3e760c566a): FetchBufferTokenHandler: Processing TDS_ROW (0xD1)
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG c.microsoft.sqlserver.jdbc.ResultSet - RETURN true
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG c.microsoft.sqlserver.jdbc.ResultSet - ENTRY
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG c.m.s.j.i.SQLServerResultSetMetaData -  SQLServerResultSetMetaData:10645 created by (SQLServerResultSet:19699)
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG c.microsoft.sqlserver.jdbc.ResultSet - RETURN  SQLServerResultSetMetaData:10645
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG c.microsoft.sqlserver.jdbc.ResultSet - ENTRY 1
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG c.m.s.j.internals.SQLServerResultSet - SQLServerResultSet:19699 Getting Column:1
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG c.m.s.j.internals.SQLServerResultSet - SQLServerResultSet:19699 Getting Column:1
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] TRACE c.m.s.jdbc.internals.TDS.Reader - TDSReader@26334 (ConnectionID:2346 ClientConnectionId: bb639f6c-002d-4cc7-9069-3a3e760c566a): Buffering from: com.microsoft.sqlserver.jdbc.TDSReaderMark@3b5ded2d
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] TRACE c.m.s.jdbc.internals.TDS.Reader - TDSReader@26334 (ConnectionID:2346 ClientConnectionId: bb639f6c-002d-4cc7-9069-3a3e760c566a): Resetting to: com.microsoft.sqlserver.jdbc.TDSReaderMark@3b5ded2d
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG c.microsoft.sqlserver.jdbc.ResultSet - RETURN 1
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG c.microsoft.sqlserver.jdbc.ResultSet - ENTRY
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG c.m.s.j.internals.SQLServerResultSet - SQLServerResultSet:19699 currentRow:1 numFetchedRows:1 rowCount:-3
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] TRACE c.m.s.jdbc.internals.TDS.Reader - TDSReader@26334 (ConnectionID:2346 ClientConnectionId: bb639f6c-002d-4cc7-9069-3a3e760c566a): Resetting to: com.microsoft.sqlserver.jdbc.TDSReaderMark@3b5ded2d
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] TRACE c.m.s.jdbc.internals.TDS.TOKEN - TDSReader@26334 (ConnectionID:2346 ClientConnectionId: bb639f6c-002d-4cc7-9069-3a3e760c566a): FetchBufferTokenHandler: Processing TDS_DONE (0xFD)
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG c.microsoft.sqlserver.jdbc.ResultSet - RETURN false
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG c.microsoft.sqlserver.jdbc.ResultSet - ENTRY
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG c.microsoft.sqlserver.jdbc.ResultSet - RETURN
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG c.microsoft.sqlserver.jdbc.Statement - ENTRY
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG c.microsoft.sqlserver.jdbc.Statement - ENTRY
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] TRACE c.m.s.jdbc.internals.TDS.Command - TDSCommand@166dc6b5 (SQLServerStatement:19955 executeXXX): closing...
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] TRACE c.m.s.jdbc.internals.TDS.Command - TDSCommand@166dc6b5 (SQLServerStatement:19955 executeXXX): processing response...
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG c.microsoft.sqlserver.jdbc.ResultSet - ENTRY
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG c.microsoft.sqlserver.jdbc.ResultSet - RETURN
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] TRACE c.m.s.jdbc.internals.TDS.TOKEN - TDSReader@26334 (ConnectionID:2346 ClientConnectionId: bb639f6c-002d-4cc7-9069-3a3e760c566a): getNextResult: Processing EOF
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] TRACE c.m.s.jdbc.internals.TDS.TOKEN - TDSReader@26334 (ConnectionID:2346 ClientConnectionId: bb639f6c-002d-4cc7-9069-3a3e760c566a): batch completion: Processing EOF
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG c.microsoft.sqlserver.jdbc.Statement - RETURN
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG o.s.jdbc.datasource.DataSourceUtils - Returning JDBC Connection to DataSource
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG c.m.sqlserver.jdbc.Connection - ENTRY
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG c.m.sqlserver.jdbc.Connection - RETURN
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] TRACE o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'refreshScope'
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/vnd.spring-boot.actuator.v2+json', given [*/*] and supported [application/vnd.spring-boot.actuator.v2+json, application/json]
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] TRACE o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [UP {ldap=UP {employeeLdapTemplate=UP {version=3}, pkiLdapTemplate=UP {version=3}}, diskSpace=UP {tot (truncated)...]
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] TRACE o.s.web.servlet.DispatcherServlet - No view rendering, null ModelAndView returned.
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 200 OK, headers={masked}
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG o.s.s.w.a.ExceptionTranslationFilter - Chain processed normally
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] DEBUG o.s.s.w.c.SecurityContextPersistenceFilter - SecurityContextHolder now cleared, as request processing completed
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] TRACE o.s.b.w.s.f.OrderedRequestContextFilter - Cleared thread-bound request context: org.apache.catalina.connector.RequestFacade@7bdbbe7a
[sample,10d85c48b5d4f7d1,10d85c48b5d4f7d1,false] [https-jsse-nio-8012-exec-1] TRACE o.s.c.s.log.Slf4jCurrentTraceContext - Closing scope for span: 10d85c48b5d4f7d1/10d85c48b5d4f7d1
[sample,,,] [https-jsse-nio-8012-exec-1] DEBUG o.a.t.util.net.SocketWrapperBase - Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@79e92b2a:org.apache.tomcat.util.net.SecureNioChannel@41439f5c:java.nio.channels.SocketChannel[connected local=/ip:port remote=/ip:41774]], Read from buffer: [0]
[sample,,,] [https-jsse-nio-8012-exec-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@79e92b2a:org.apache.tomcat.util.net.SecureNioChannel@41439f5c:java.nio.channels.SocketChannel[connected local=/ip:port remote=/ip:41774]], Read direct from socket: [0]
[sample,,,] [https-jsse-nio-8012-exec-1] DEBUG o.a.coyote.http11.Http11Processor - Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@79e92b2a:org.apache.tomcat.util.net.SecureNioChannel@41439f5c:java.nio.channels.SocketChannel[connected local=/ip:port remote=/ip:41774]], Status in: [OPEN_READ], State out: [OPEN]
[sample,,,] [https-jsse-nio-8012-exec-1] DEBUG o.a.coyote.http11.Http11NioProtocol - Pushed Processor [org.apache.coyote.http11.Http11Processor@2098404e]
[sample,,,] [https-jsse-nio-8012-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=2; now=1569231109630; nextExpiration=1569231109630; keyCount=0; hasEvents=false; eval=false
[sample,,,] [https-jsse-nio-8012-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=1; now=1569231110377; nextExpiration=1569231109555; keyCount=0; hasEvents=false; eval=false
[sample,,,] [https-jsse-nio-8012-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=2; now=1569231110630; nextExpiration=1569231110630; keyCount=0; hasEvents=false; eval=false
[sample,,,] [HikariPool-1 connection adder] DEBUG com.microsoft.sqlserver.jdbc.Driver - ENTRY Arguments not traced.
[sample,,,] [HikariPool-1 connection closer] DEBUG c.m.sqlserver.jdbc.Connection - ENTRY
[sample,,,] [HikariPool-1 connection adder] DEBUG c.m.s.jdbc.internals.SQLServerDriver - Property:serverName Value:database_server_name
[sample,,,] [HikariPool-1 connection closer] DEBUG c.m.sqlserver.jdbc.Connection - RETURN false
[sample,,,] [HikariPool-1 connection adder] DEBUG c.m.s.jdbc.internals.SQLServerDriver - Property:portNumber Value:2044
[sample,,,] [HikariPool-1 connection adder] DEBUG c.m.s.jdbc.internals.SQLServerDriver - Property:databaseName Value:sampledatabasename
[sample,,,] [HikariPool-1 connection closer] DEBUG c.m.sqlserver.jdbc.Connection - ENTRY 15,000
[sample,,,] [HikariPool-1 connection closer] DEBUG c.m.sqlserver.jdbc.Connection - RETURN
[sample,,,] [HikariPool-1 connection closer] DEBUG c.m.sqlserver.jdbc.Connection - ENTRY
[sample,,,] [HikariPool-1 connection adder] DEBUG c.m.s.j.i.SQLServerConnection - ConnectionID:2356 created by (SQLServerDriver:1)
[sample,,,] [HikariPool-1 connection closer] TRACE c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:2346): Closing inputStream...
[sample,,,] [HikariPool-1 connection adder] DEBUG c.m.s.j.i.SQLServerConnection - ConnectionID:2356 Start time: 1569231110977 Time out time: 1569231140977 Timeout Unit Interval: 3750
[sample,,,] [HikariPool-1 connection closer] TRACE c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:2346): Closing outputStream...
[sample,,,] [HikariPool-1 connection adder] DEBUG c.m.s.j.i.SQLServerConnection - ConnectionID:2356 This attempt server name: database_server_name port: 2044 InstanceName: null useParallel: false
[sample,,,] [HikariPool-1 connection closer] DEBUG c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:2346): Closing TCP socket...
[sample,,,] [HikariPool-1 connection adder] DEBUG c.m.s.j.i.SQLServerConnection - ConnectionID:2356 This attempt endtime: 1569231114727
[sample,,,] [HikariPool-1 connection closer] DEBUG c.m.sqlserver.jdbc.Connection - RETURN
[sample,,,] [HikariPool-1 connection adder] DEBUG c.m.s.j.i.SQLServerConnection - ConnectionID:2356 This attempt No: 0
[sample,,,] [HikariPool-1 connection adder] DEBUG c.m.s.j.i.SQLServerConnection - ConnectionID:2356 Connecting with server: database_server_name port: 2044 Timeout slice: 3750 Timeout Full: 30
[sample,,,] [HikariPool-1 connection adder] DEBUG c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:2356): Opening TCP socket...
[sample,,,] [HikariPool-1 connection adder] DEBUG c.m.s.j.i.SQLServerConnection - ConnectionID:2356 ClientConnectionId: 53a93c71-7886-4a6c-a874-175f8377caa2 Requesting encryption level:OFF
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.DATA - /ip:33116 SPID:0 ConnectionID:2356 ClientConnectionId: 53a93c71-7886-4a6c-a874-175f8377caa2 Prelogin request
00 00 10 00 06 01 00 16   ...C............
00 00 00 00 00 00 00 71   ......$........q
74 17 5F 83 77 CA A2 00   <.S.xlJ.t._.w...
00 00 00 00 00 00 00 00   ................
                          ...
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.DATA - /ip:33116 SPID:0 ConnectionID:2356 ClientConnectionId: 53a93c71-7886-4a6c-a874-175f8377caa2 Prelogin response
00 00 10 00 06 01 00 16   ................
0B 00 0B B8 00 00 00      ...............
[sample,,,] [HikariPool-1 connection adder] DEBUG c.m.s.j.i.SQLServerConnection - ConnectionID:2356 ClientConnectionId: 53a93c71-7886-4a6c-a874-175f8377caa2 Server returned major version:11
[sample,,,] [HikariPool-1 connection adder] DEBUG c.m.s.j.i.SQLServerConnection - ConnectionID:2356 ClientConnectionId: 53a93c71-7886-4a6c-a874-175f8377caa2 Negotiated encryption level:OFF
[sample,,,] [HikariPool-1 connection adder] DEBUG c.m.s.j.i.SQLServerConnection - ConnectionID:2356 ClientConnectionId: 53a93c71-7886-4a6c-a874-175f8377caa2 Ignoring prelogin response option:5
[sample,,,] [HikariPool-1 connection adder] DEBUG c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:2356) Enabling SSL...
[sample,,,] [HikariPool-1 connection adder] DEBUG c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:2356) SSL handshake will trust any certificate
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:2356) Getting TLS or better SSL context
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:2356) Initializing SSL context
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:2356) Creating SSL socket
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:2356) (ProxySocket): Getting input stream
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:2356) (ProxySocket): Getting output stream
[sample,,,] [HikariPool-1 connection adder] DEBUG c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:2356) Starting SSL handshake
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - com.microsoft.sqlserver.jdbc.TDSChannel$ProxyOutputStream@9b060dd Writing 238 bytes
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:2356) (SSLHandshakeOutputStream): Starting new TDS packet...
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Writer - TDSWriter@7778e43 (ConnectionID:2356) Writing 8 bytes
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:2356) (SSLHandshakeOutputStream): Writing 238 bytes...
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Writer - TDSWriter@7778e43 (ConnectionID:2356) Writing 238 bytes
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - com.microsoft.sqlserver.jdbc.TDSChannel$ProxyOutputStream@9b060dd Flushing
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:2356) (SSLHandshakeOutputStream): Ignored a request to flush the stream
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@d8fe533 Reading 5 bytes
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:2356) (SSLHandshakeInputStream): Reading 5 bytes...
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:2356) (SSLHandshakeInputStream): No handshake response bytes available. Flushing SSL handshake output stream.
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:2356) (SSLHandshakeOutputStream): Finishing TDS message
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Writer - TDSWriter@7778e43 (ConnectionID:2356) Finishing TDS message
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.DATA - /ip:33116 SPID:0 TDSWriter@7778e43 (ConnectionID:2356) sending packet (246 bytes)
16 03 03 00 E9 01 00 00   ................
1F F9 2C 9D C5 20 03 7C   ...]......,.. .|
                          m.....
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:2356) (SSLHandshakeInputStream): Reading first packet of SSL handshake response
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.DATA - /ip:33116 SPID:0 TDSReader@26335 (ConnectionID:2356 ClientConnectionId: 53a93c71-7886-4a6c-a874-175f8377caa2) received Packet:1 (2885 bytes)
16 03 01 0B 40 02 00 00   ...M........@...
BC AA 7B DA FE DA EF F9   Q..]......{.....
5E 81 11 79 9B FD 9D D1   ...6/@..^..y....
......
1D BF 3A F9 D3 C1 08 0C   ..A4.|.P..:.....
77 AD 2D 6E F5 52 DD B4   ....X%..w.-n.R..
34 28 1F 78 CE 94 EA C7   t..I..;.4(.x....
F3 0E 00 00 00            ...m..\2.....
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Reader - TDSReader@26335 (ConnectionID:2356 ClientConnectionId: 53a93c71-7886-4a6c-a874-175f8377caa2) Moving to next packet -- unlinking consumed packet
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Reader - TDSReader@26335 (ConnectionID:2356 ClientConnectionId: 53a93c71-7886-4a6c-a874-175f8377caa2) Reading 5 bytes from offset 0
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@d8fe533 Read 5 bytes
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@d8fe533 Reading 2880 bytes
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:2356) (SSLHandshakeInputStream): Reading 2880 bytes...
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Reader - TDSReader@26335 (ConnectionID:2356 ClientConnectionId: 53a93c71-7886-4a6c-a874-175f8377caa2) Reading 2880 bytes from offset 5
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@d8fe533 Read 2880 bytes
[sample,,,] [HikariPool-1 connection adder] DEBUG c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:2356) (PermissiveX509TrustManager): Trusting server certificate
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - com.microsoft.sqlserver.jdbc.TDSChannel$ProxyOutputStream@9b060dd Writing 267 bytes
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:2356) (SSLHandshakeOutputStream): Starting new TDS packet...
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Writer - TDSWriter@7778e43 (ConnectionID:2356) Writing 8 bytes
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:2356) (SSLHandshakeOutputStream): Writing 267 bytes...
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Writer - TDSWriter@7778e43 (ConnectionID:2356) Writing 267 bytes
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - com.microsoft.sqlserver.jdbc.TDSChannel$ProxyOutputStream@9b060dd Flushing
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:2356) (SSLHandshakeOutputStream): Ignored a request to flush the stream
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - com.microsoft.sqlserver.jdbc.TDSChannel$ProxyOutputStream@9b060dd Writing 6 bytes
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:2356) (SSLHandshakeOutputStream): Writing 6 bytes...
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Writer - TDSWriter@7778e43 (ConnectionID:2356) Writing 6 bytes
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - com.microsoft.sqlserver.jdbc.TDSChannel$ProxyOutputStream@9b060dd Flushing
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:2356) (SSLHandshakeOutputStream): Ignored a request to flush the stream
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - com.microsoft.sqlserver.jdbc.TDSChannel$ProxyOutputStream@9b060dd Writing 53 bytes
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:2356) (SSLHandshakeOutputStream): Writing 53 bytes...
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Writer - TDSWriter@7778e43 (ConnectionID:2356) Writing 53 bytes
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - com.microsoft.sqlserver.jdbc.TDSChannel$ProxyOutputStream@9b060dd Flushing
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:2356) (SSLHandshakeOutputStream): Ignored a request to flush the stream
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@d8fe533 Reading 5 bytes
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:2356) (SSLHandshakeInputStream): Reading 5 bytes...
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:2356) (SSLHandshakeInputStream): No handshake response bytes available. Flushing SSL handshake output stream.
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:2356) (SSLHandshakeOutputStream): Finishing TDS message
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Writer - TDSWriter@7778e43 (ConnectionID:2356) Finishing TDS message
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.DATA - /ip:33116 SPID:0 TDSWriter@7778e43 (ConnectionID:2356) sending packet (334 bytes)
16 03 01 01 06 10 00 01   ...N............
DA 4C 83 43 D6 2F D8 41   .....3B*.L.C./.A
E5 52 8A 14 CB 02 C7 DE   .B.......R......
BC 93 E8 F8 37 D3         ....)..g....7.
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:2356) (SSLHandshakeInputStream): Reading first packet of SSL handshake response
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.DATA - /ip:33116 SPID:0 TDSReader@26335 (ConnectionID:2356 ClientConnectionId: 53a93c71-7886-4a6c-a874-175f8377caa2) received Packet:2 (59 bytes)
14 03 01 00 01 01 16 03   ...C............
61 C4 FD C7 0C B6 5B 44   ..0a:.E.a.....[D
                          .@.
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Reader - TDSReader@26335 (ConnectionID:2356 ClientConnectionId: 53a93c71-7886-4a6c-a874-175f8377caa2) Moving to next packet -- unlinking consumed packet
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Reader - TDSReader@26335 (ConnectionID:2356 ClientConnectionId: 53a93c71-7886-4a6c-a874-175f8377caa2) Reading 5 bytes from offset 0
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@d8fe533 Read 5 bytes
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@d8fe533 Reading 1 bytes
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:2356) (SSLHandshakeInputStream): Reading 1 bytes...
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Reader - TDSReader@26335 (ConnectionID:2356 ClientConnectionId: 53a93c71-7886-4a6c-a874-175f8377caa2) Reading 1 bytes from offset 5
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@d8fe533 Read 1 bytes
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@d8fe533 Reading 5 bytes
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:2356) (SSLHandshakeInputStream): Reading 5 bytes...
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Reader - TDSReader@26335 (ConnectionID:2356 ClientConnectionId: 53a93c71-7886-4a6c-a874-175f8377caa2) Reading 5 bytes from offset 6
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@d8fe533 Read 5 bytes
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@d8fe533 Reading 48 bytes
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:2356) (SSLHandshakeInputStream): Reading 48 bytes...
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Reader - TDSReader@26335 (ConnectionID:2356 ClientConnectionId: 53a93c71-7886-4a6c-a874-175f8377caa2) Reading 48 bytes from offset 11
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@d8fe533 Read 48 bytes
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:2356) Rewiring proxy streams after handshake
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:2356) Getting SSL InputStream
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:2356) Getting SSL OutputStream
[sample,,,] [HikariPool-1 connection adder] DEBUG c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:2356) SSL enabled
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Command - TDSCommand@43741d39 (logon): starting request...
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Writer - TDSWriter@7778e43 (ConnectionID:2356) Writing 8 bytes
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Writer - TDSWriter@7778e43 (ConnectionID:2356) Writing 4 bytes
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Writer - TDSWriter@7778e43 (ConnectionID:2356) Writing 6 bytes
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Writer - TDSWriter@7778e43 (ConnectionID:2356) Writing 54 bytes
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Writer - TDSWriter@7778e43 (ConnectionID:2356) Writing 18 bytes
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Writer - TDSWriter@7778e43 (ConnectionID:2356) Writing 44 bytes
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Writer - TDSWriter@7778e43 (ConnectionID:2356) Writing 72 bytes
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Writer - TDSWriter@7778e43 (ConnectionID:2356) Writing 44 bytes
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Writer - TDSWriter@7778e43 (ConnectionID:2356) Writing 50 bytes
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Writer - TDSWriter@7778e43 (ConnectionID:2356) Writing 18 bytes
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Command - TDSCommand@43741d39 (logon): finishing request
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Writer - TDSWriter@7778e43 (ConnectionID:2356) Finishing TDS message
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.DATA - /ip:33116 SPID:0 TDSWriter@7778e43 (ConnectionID:2356) sending packet (424 bytes)
A0 01 00 00 04 00 00 74   ...............t
FE FE FE FE FE FE FE FE   ................
FE FE FE FE FE FE FE FE   ................
FE FE 4D 00 69 00 63 00   ..........M.i.c.
66 00 74 00 20 00 4A 00   r.o.s.o.f.t. .J.
44 00 72 00 69 00 76 00   D.B.C. .D.r.i.v.
                          ........
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - com.microsoft.sqlserver.jdbc.TDSChannel$ProxyOutputStream@9b060dd Writing 453 bytes
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - com.microsoft.sqlserver.jdbc.TDSChannel$ProxyOutputStream@9b060dd Flushing
[sample,,,] [HikariPool-1 connection adder] DEBUG c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:2356) Disabling SSL...
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:2356) Rewiring proxy streams for SSL socket close
[sample,,,] [HikariPool-1 connection adder] DEBUG c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:2356) Closing SSL socket
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - com.microsoft.sqlserver.jdbc.TDSChannel$ProxyOutputStream@9b060dd Writing 37 bytes
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - com.microsoft.sqlserver.jdbc.TDSChannel$ProxyOutputStream@9b060dd Flushing
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@d8fe533 Reading 5 bytes
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream@d8fe533 Read -1 bytes
[sample,,,] [HikariPool-1 connection adder] DEBUG c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:2356) SSL disabled
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Command - TDSCommand@43741d39 (logon): request complete
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Command - TDSCommand@43741d39 (logon): Reading response...
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.DATA - /ip:33116 SPID:64 TDSReader@26336 (ConnectionID:2356 ClientConnectionId: 53a93c71-7886-4a6c-a874-175f8377caa2) received Packet:1 (405 bytes)
0B B8 E3 13 00 04 04 38   r..............8
34 00 30 00 39 00 36 00   .0.0.0..4.0.9.6.
00 00 00 00 00            .............
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Command - TDSCommand@43741d39 (logon): disabling interrupts
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Reader - TDSReader@26336 (ConnectionID:2356 ClientConnectionId: 53a93c71-7886-4a6c-a874-175f8377caa2) Moving to next packet -- unlinking consumed packet
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.TOKEN - TDSReader@26336 (ConnectionID:2356 ClientConnectionId: 53a93c71-7886-4a6c-a874-175f8377caa2): logon: Processing TDS_ENV_CHG (0xE3)
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Reader - TDSReader@26336 (ConnectionID:2356 ClientConnectionId: 53a93c71-7886-4a6c-a874-175f8377caa2): Buffering from: com.microsoft.sqlserver.jdbc.TDSReaderMark@105f89dd
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Reader - TDSReader@26336 (ConnectionID:2356 ClientConnectionId: 53a93c71-7886-4a6c-a874-175f8377caa2) Reading 18 bytes from offset 5
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Reader - TDSReader@26336 (ConnectionID:2356 ClientConnectionId: 53a93c71-7886-4a6c-a874-175f8377caa2): Resetting to: com.microsoft.sqlserver.jdbc.TDSReaderMark@105f89dd
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Reader - TDSReader@26336 (ConnectionID:2356 ClientConnectionId: 53a93c71-7886-4a6c-a874-175f8377caa2) Reading 33 bytes from offset 3
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.TOKEN - TDSReader@26336 (ConnectionID:2356 ClientConnectionId: 53a93c71-7886-4a6c-a874-175f8377caa2): logon: Processing TDS_MSG (0xAB)
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Reader - TDSReader@26336 (ConnectionID:2356 ClientConnectionId: 53a93c71-7886-4a6c-a874-175f8377caa2) Reading 118 bytes from offset 39
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.TOKEN - TDSReader@26336 (ConnectionID:2356 ClientConnectionId: 53a93c71-7886-4a6c-a874-175f8377caa2): logon: Processing TDS_ENV_CHG (0xE3)
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Reader - TDSReader@26336 (ConnectionID:2356 ClientConnectionId: 53a93c71-7886-4a6c-a874-175f8377caa2): Buffering from: com.microsoft.sqlserver.jdbc.TDSReaderMark@2cec49a2
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Reader - TDSReader@26336 (ConnectionID:2356 ClientConnectionId: 53a93c71-7886-4a6c-a874-175f8377caa2): Resetting to: com.microsoft.sqlserver.jdbc.TDSReaderMark@2cec49a2
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Reader - TDSReader@26336 (ConnectionID:2356 ClientConnectionId: 53a93c71-7886-4a6c-a874-175f8377caa2) Reading 8 bytes from offset 160
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.TOKEN - TDSReader@26336 (ConnectionID:2356 ClientConnectionId: 53a93c71-7886-4a6c-a874-175f8377caa2): logon: Processing TDS_ENV_CHG (0xE3)
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Reader - TDSReader@26336 (ConnectionID:2356 ClientConnectionId: 53a93c71-7886-4a6c-a874-175f8377caa2): Buffering from: com.microsoft.sqlserver.jdbc.TDSReaderMark@aa509ea
[sample,,,] [HikariPool-1 connection adder] DEBUG c.m.s.j.i.SQLServerConnection - ConnectionID:2356 ClientConnectionId: 53a93c71-7886-4a6c-a874-175f8377caa2 Ignored env change: 2
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Reader - TDSReader@26336 (ConnectionID:2356 ClientConnectionId: 53a93c71-7886-4a6c-a874-175f8377caa2): Resetting to: com.microsoft.sqlserver.jdbc.TDSReaderMark@aa509ea
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Reader - TDSReader@26336 (ConnectionID:2356 ClientConnectionId: 53a93c71-7886-4a6c-a874-175f8377caa2) Reading 23 bytes from offset 171
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.TOKEN - TDSReader@26336 (ConnectionID:2356 ClientConnectionId: 53a93c71-7886-4a6c-a874-175f8377caa2): logon: Processing TDS_MSG (0xAB)
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Reader - TDSReader@26336 (ConnectionID:2356 ClientConnectionId: 53a93c71-7886-4a6c-a874-175f8377caa2) Reading 116 bytes from offset 197
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.TOKEN - TDSReader@26336 (ConnectionID:2356 ClientConnectionId: 53a93c71-7886-4a6c-a874-175f8377caa2): logon: Processing TDS_LOGIN_ACK (0xAD)
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Reader - TDSReader@26336 (ConnectionID:2356 ClientConnectionId: 53a93c71-7886-4a6c-a874-175f8377caa2) Reading 44 bytes from offset 322
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.TOKEN - TDSReader@26336 (ConnectionID:2356 ClientConnectionId: 53a93c71-7886-4a6c-a874-175f8377caa2): logon: Processing TDS_ENV_CHG (0xE3)
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Reader - TDSReader@26336 (ConnectionID:2356 ClientConnectionId: 53a93c71-7886-4a6c-a874-175f8377caa2): Buffering from: com.microsoft.sqlserver.jdbc.TDSReaderMark@695b5052
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Reader - TDSReader@26336 (ConnectionID:2356 ClientConnectionId: 53a93c71-7886-4a6c-a874-175f8377caa2) Reading 8 bytes from offset 375
[sample,,,] [HikariPool-1 connection adder] DEBUG c.m.s.j.i.SQLServerConnection - ConnectionID:2356 ClientConnectionId: 53a93c71-7886-4a6c-a874-175f8377caa2 Network packet size is 8000 bytes
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Reader - TDSReader@26336 (ConnectionID:2356 ClientConnectionId: 53a93c71-7886-4a6c-a874-175f8377caa2): Resetting to: com.microsoft.sqlserver.jdbc.TDSReaderMark@695b5052
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Reader - TDSReader@26336 (ConnectionID:2356 ClientConnectionId: 53a93c71-7886-4a6c-a874-175f8377caa2) Reading 19 bytes from offset 373
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.TOKEN - TDSReader@26336 (ConnectionID:2356 ClientConnectionId: 53a93c71-7886-4a6c-a874-175f8377caa2): logon: Processing TDS_DONE (0xFD)
[sample,,,] [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.TOKEN - TDSReader@26336 (ConnectionID:2356 ClientConnectionId: 53a93c71-7886-4a6c-a874-175f8377caa2): logon: Processing EOF
[sample,,,] [HikariPool-1 connection adder] DEBUG c.m.s.j.i.SQLServerConnection - ConnectionID:2356 ClientConnectionId: 53a93c71-7886-4a6c-a874-175f8377caa2 End of connect
[sample,,,] [HikariPool-1 connection adder] DEBUG com.microsoft.sqlserver.jdbc.Driver - RETURN ConnectionID:2356 ClientConnectionId: 53a93c71-7886-4a6c-a874-175f8377caa2
[sample,,,] [HikariPool-1 connection adder] DEBUG c.m.sqlserver.jdbc.Connection - ENTRY 5,000
[sample,,,] [HikariPool-1 connection adder] DEBUG c.m.sqlserver.jdbc.Connection - RETURN
[sample,,,] [HikariPool-1 connection adder] DEBUG c.m.sqlserver.jdbc.Connection - ENTRY
[sample,,,] [HikariPool-1 connection adder] DEBUG c.m.sqlserver.jdbc.Connection - RETURN false
[sample,,,] [HikariPool-1 connection adder] DEBUG c.m.sqlserver.jdbc.Connection - ENTRY
[sample,,,] [HikariPool-1 connection adder] DEBUG c.m.sqlserver.jdbc.Connection - RETURN true
[sample,,,] [HikariPool-1 connection adder] DEBUG c.m.sqlserver.jdbc.Connection - ENTRY 0
[sample,,,] [HikariPool-1 connection adder] DEBUG c.m.sqlserver.jdbc.Connection - RETURN
[sample,,,] [https-jsse-nio-8012-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=1; now=1569231111377; nextExpiration=1569231111377; keyCount=0; hasEvents=false; eval=false
[sample,,,] [https-jsse-nio-8012-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=2; now=1569231111630; nextExpiration=1569231111630; keyCount=0; hasEvents=false; eval=false
[sample,,,] [https-jsse-nio-8012-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=1; now=1569231112377; nextExpiration=1569231112377; keyCount=0; hasEvents=false; eval=false
[sample,,,] [https-jsse-nio-8012-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=2; now=1569231112630; nextExpiration=1569231112630; keyCount=0; hasEvents=false; eval=false
[sample,,,] [https-jsse-nio-8012-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=1; now=1569231113377; nextExpiration=1569231113377; keyCount=0; hasEvents=false; eval=false
[sample,,,] [https-jsse-nio-8012-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=2; now=1569231113630; nextExpiration=1569231113630; keyCount=0; hasEvents=false; eval=false
[sample,,,] [https-jsse-nio-8012-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=1; now=1569231114377; nextExpiration=1569231114377; keyCount=0; hasEvents=false; eval=false
[sample,,,] [https-jsse-nio-8012-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - 

@ulvii
Copy link
Contributor

ulvii commented Oct 1, 2019

Hi @satscreate ,
I took a look at the logs you posted and they seem to be from a successful (search for End of connect in the logs) connection that is not encrypted (search for Disabling SSL... in the logs). Please post the logs for the connection that fails, I am interested to see where exactly the driver fails to connect.
Please also let us know if disabling TLS1.2 made a difference.

@satscreate
Copy link
Author

satscreate commented Oct 8, 2019

successful

Hi @ulvii ,
I have two instances running separately in production and one of them (not enabled trace log) went down. and another one (have enabled trace log in this) not went down luckily.
Since the same time the i had a chance to look at another instance log and that shows some errors like these, Error during SSL handshake
java.io.IOException: EOF during handshake.
& Failed to close socket
java.io.IOException: Broken pipe
whats this and am sure the same error could have happened in another instance as well and not able to recover for the same reason.
Right now it uses tls1.2. i have another setup running with tls1.1 and restarted the services, but it takes some time to replicate the same issue. please bare with me for the same. but tls1.2 has below issues and still going on.

Hikari log:

[HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=10, active=0, idle=10, waiting=0)
[HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=10, active=0, idle=10, waiting=0)
[HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=10, active=0, idle=10, waiting=0)
[HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=10, active=0, idle=10, waiting=0)
[HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=10, active=0, idle=10, waiting=0)
[HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=10, active=0, idle=10, waiting=0)
[HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:9120 ClientConnectionId: 7f62648d-d3d5-420c-a4fa-72d6aa1224fb: (connection has passed maxLifetime)
[HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=9, active=0, idle=9, waiting=0)
[HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=9, active=0, idle=9, waiting=0)
[HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=9, active=0, idle=9, waiting=0)
[HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=9, active=0, idle=9, waiting=0)
[HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=9, active=0, idle=9, waiting=0)
[HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=9, active=0, idle=9, waiting=0)
[HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=9, active=0, idle=9, waiting=0)
[HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=9, active=0, idle=9, waiting=0)
[HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:9121 ClientConnectionId: 2da688ef-a899-4a52-83e7-a9f4cec38158: (connection has passed maxLifetime)
[HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=8, active=0, idle=8, waiting=0)
[HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=8, active=0, idle=8, waiting=0)
[HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=8, active=0, idle=8, waiting=0)
[HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=8, active=0, idle=8, waiting=0)
[HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:9122 ClientConnectionId: 45f51ef2-70a9-4499-bad6-61b522bab27d: (connection has passed maxLifetime)
[HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection ConnectionID:9123 ClientConnectionId: 7100759d-a4a7-4e73-b6f1-89b7d939e6fa: (connection has passed maxLifetime)
[HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=6, active=0, idle=6, waiting=0)
[HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=6, active=0, idle=6, waiting=0)
[HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=6, active=0, idle=6, waiting=0)
[HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=6, active=0, idle=6, waiting=0)
[HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=6, active=0, idle=6, waiting=0)
[HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=6, active=0, idle=6, waiting=0)
[HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to create/setup connection: The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption. Error: "Connection reset ClientConnectionId:4dd2ee95-10dc-4f26-a140-baa87fe8a0fa".
[HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Cannot acquire connection from data source
com.microsoft.sqlserver.jdbc.SQLServerException: The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption. Error: "Connection reset ClientConnectionId:4dd2ee95-10dc-4f26-a140-baa87fe8a0fa".
        at com.microsoft.sqlserver.jdbc.SQLServerConnection.terminate(SQLServerConnection.java:2924)
        at com.microsoft.sqlserver.jdbc.TDSChannel.enableSSL(IOBuffer.java:1881)
        at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(SQLServerConnection.java:2484)
        at com.microsoft.sqlserver.jdbc.SQLServerConnection.login(SQLServerConnection.java:2142)
        at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectInternal(SQLServerConnection.java:1993)
        at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(SQLServerConnection.java:1164)
        at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:760)
        at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:136)
        at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:369)
        at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:198)
        at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:467)
        at com.zaxxer.hikari.pool.HikariPool.access$100(HikariPool.java:71)
        at com.zaxxer.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:706)
        at com.zaxxer.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:692)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.io.IOException: Connection reset ClientConnectionId:4dd2ee95-10dc-4f26-a140-baa87fe8a0fa
        at com.microsoft.sqlserver.jdbc.TDSChannel$SSLHandshakeInputStream.ensureSSLPayload(IOBuffer.java:780)
        at com.microsoft.sqlserver.jdbc.TDSChannel$SSLHandshakeInputStream.readInternal(IOBuffer.java:840)
        at com.microsoft.sqlserver.jdbc.TDSChannel$SSLHandshakeInputStream.read(IOBuffer.java:833)
        at com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream.readInternal(IOBuffer.java:1003)
        at com.microsoft.sqlserver.jdbc.TDSChannel$ProxyInputStream.read(IOBuffer.java:993)
        at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
        at sun.security.ssl.InputRecord.read(InputRecord.java:503)
        at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:975)
        at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367)
        at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1395)
        at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1379)
        at com.microsoft.sqlserver.jdbc.TDSChannel.enableSSL(IOBuffer.java:1799)
        ... 16 common frames omitted
[HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:9131 ClientConnectionId: 6ccb5368-1122-4e75-8cb2-4e760ebcc0b0
[HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:9132 ClientConnectionId: 5c35e984-cd6c-44c9-a26c-96bef2d9b6ac
[HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=8, active=1, idle=7, waiting=0)
[HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:9133 ClientConnectionId: 0d0eb793-bdbe-4f28-b136-32f11cdbedbf
[HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=9, active=2, idle=7, waiting=0)
[HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection ConnectionID:9134 ClientConnectionId: 18a24bef-c095-43a5-850e-be679584eb1f
[HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=10, active=4, idle=6, waiting=0)
[HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=10, active=0, idle=10, waiting=0)
[HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=10, active=0, idle=10, waiting=0)

Spring.log

<date> 07:00:24.991  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=23; now=1570518024990; nextExpiration=1570518024991; keyCount=0; hasEvents=false; eval=false
<date> 07:00:25.691  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=23; now=1570518025691; nextExpiration=1570518025692; keyCount=0; hasEvents=false; eval=false
<date> 07:00:25.990  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=23; now=1570518025990; nextExpiration=1570518025991; keyCount=0; hasEvents=false; eval=false
<date> 07:00:26.691  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=23; now=1570518026691; nextExpiration=1570518026691; keyCount=0; hasEvents=false; eval=false
<date> 07:00:26.990  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=23; now=1570518026990; nextExpiration=1570518026990; keyCount=0; hasEvents=false; eval=false
<date> 07:00:27.691  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=23; now=1570518027691; nextExpiration=1570518027691; keyCount=0; hasEvents=false; eval=false
<date> 07:00:27.990  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=23; now=1570518027990; nextExpiration=1570518027990; keyCount=0; hasEvents=false; eval=false
<date> 07:00:28.691  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=23; now=1570518028691; nextExpiration=1570518028691; keyCount=0; hasEvents=false; eval=false
<date> 07:00:28.990  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=23; now=1570518028990; nextExpiration=1570518028990; keyCount=0; hasEvents=false; eval=false
<date> 07:00:29.221  [https-jsse-nio-8011-Acceptor-0] DEBUG o.a.tomcat.util.threads.LimitLatch - Counting up[https-jsse-nio-8011-Acceptor-0] latch=47
<date> 07:00:29.228  [https-jsse-nio-8011-exec-52] DEBUG o.a.tomcat.util.net.SecureNioChannel - The SNI host name extracted for connection [java.nio.channels.SocketChannel[connected local=/ip:8011 remote=/ip:33887]] was [ip-server-sample]
<date> 07:00:29.691  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=23; now=1570518029691; nextExpiration=1570518029691; keyCount=0; hasEvents=false; eval=false
<date> 07:00:30.227  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=24; now=1570518030227; nextExpiration=1570518029990; keyCount=0; hasEvents=false; eval=false
<date> 07:00:30.691  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=23; now=1570518030691; nextExpiration=1570518030691; keyCount=0; hasEvents=false; eval=false
<date> 07:00:31.227  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=24; now=1570518031227; nextExpiration=1570518031227; keyCount=0; hasEvents=false; eval=false
<date> 07:00:31.692  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=23; now=1570518031692; nextExpiration=1570518031691; keyCount=0; hasEvents=false; eval=false
<date> 07:00:32.228  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=24; now=1570518032228; nextExpiration=1570518032227; keyCount=0; hasEvents=false; eval=false
<date> 07:00:32.693  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=23; now=1570518032693; nextExpiration=1570518032692; keyCount=0; hasEvents=false; eval=false
<date> 07:00:33.229  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=24; now=1570518033229; nextExpiration=1570518033228; keyCount=0; hasEvents=false; eval=false
<date> 07:00:33.694  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=23; now=1570518033694; nextExpiration=1570518033693; keyCount=0; hasEvents=false; eval=false
<date> 07:00:34.230  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=24; now=1570518034230; nextExpiration=1570518034229; keyCount=0; hasEvents=false; eval=false
<date> 07:00:34.695  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=23; now=1570518034695; nextExpiration=1570518034694; keyCount=0; hasEvents=false; eval=false
<date> 07:00:35.231  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=24; now=1570518035231; nextExpiration=1570518035230; keyCount=0; hasEvents=false; eval=false
<date> 07:00:35.695  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=23; now=1570518035695; nextExpiration=1570518035695; keyCount=0; hasEvents=false; eval=false
<date> 07:00:36.232  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=24; now=1570518036232; nextExpiration=1570518036231; keyCount=0; hasEvents=false; eval=false
<date> 07:00:36.696  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=23; now=1570518036696; nextExpiration=1570518036695; keyCount=0; hasEvents=false; eval=false
<date> 07:00:37.233  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=24; now=1570518037233; nextExpiration=1570518037232; keyCount=0; hasEvents=false; eval=false
<date> 07:00:37.696  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=23; now=1570518037696; nextExpiration=1570518037696; keyCount=0; hasEvents=false; eval=false
<date> 07:00:38.233  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=24; now=1570518038233; nextExpiration=1570518038233; keyCount=0; hasEvents=false; eval=false
<date> 07:00:38.696  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=23; now=1570518038696; nextExpiration=1570518038696; keyCount=0; hasEvents=false; eval=false
<date> 07:00:39.233  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=24; now=1570518039233; nextExpiration=1570518039233; keyCount=0; hasEvents=false; eval=false
<date> 07:00:39.696  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=23; now=1570518039696; nextExpiration=1570518039696; keyCount=0; hasEvents=false; eval=false
<date> 07:00:40.233  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=24; now=1570518040233; nextExpiration=1570518040233; keyCount=0; hasEvents=false; eval=false
<date> 07:00:40.696  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=23; now=1570518040696; nextExpiration=1570518040696; keyCount=0; hasEvents=false; eval=false
<date> 07:00:41.233  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=24; now=1570518041232; nextExpiration=1570518041233; keyCount=0; hasEvents=false; eval=false
<date> 07:00:41.696  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=23; now=1570518041696; nextExpiration=1570518041696; keyCount=0; hasEvents=false; eval=false
<date> 07:00:42.232  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=24; now=1570518042232; nextExpiration=1570518042232; keyCount=0; hasEvents=false; eval=false
<date> 07:00:42.695  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=23; now=1570518042695; nextExpiration=1570518042696; keyCount=0; hasEvents=false; eval=false
<date> 07:00:43.233  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=24; now=1570518043232; nextExpiration=1570518043232; keyCount=0; hasEvents=false; eval=false
<date> 07:00:43.695  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=23; now=1570518043695; nextExpiration=1570518043695; keyCount=0; hasEvents=false; eval=false
<date> 07:00:44.232  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=24; now=1570518044232; nextExpiration=1570518044232; keyCount=0; hasEvents=false; eval=false
<date> 07:00:44.695  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=23; now=1570518044695; nextExpiration=1570518044695; keyCount=0; hasEvents=false; eval=false
<date> 07:00:45.232  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=24; now=1570518045232; nextExpiration=1570518045232; keyCount=0; hasEvents=false; eval=false
<date> 07:00:45.695  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=23; now=1570518045695; nextExpiration=1570518045695; keyCount=0; hasEvents=false; eval=false
<date> 07:00:46.200  [https-jsse-nio-8011-Acceptor-0] DEBUG o.a.tomcat.util.threads.LimitLatch - Counting up[https-jsse-nio-8011-Acceptor-0] latch=48
<date> 07:00:46.201  [https-jsse-nio-8011-exec-53] DEBUG o.a.tomcat.util.net.SecureNioChannel - The SNI host name extracted for connection [java.nio.channels.SocketChannel[connected local=/ip:8011 remote=/ip:33889]] was [ip-server-sample]
<date> 07:00:46.232  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=24; now=1570518046232; nextExpiration=1570518046232; keyCount=0; hasEvents=false; eval=false
<date> 07:00:47.200  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=24; now=1570518047200; nextExpiration=1570518046695; keyCount=0; hasEvents=false; eval=false
<date> 07:00:47.232  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=24; now=1570518047232; nextExpiration=1570518047232; keyCount=0; hasEvents=false; eval=false
<date> 07:00:48.200  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=24; now=1570518048200; nextExpiration=1570518048200; keyCount=0; hasEvents=false; eval=false
<date> 07:00:48.233  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=24; now=1570518048233; nextExpiration=1570518048232; keyCount=0; hasEvents=false; eval=false
<date> 07:00:48.863  [ContainerBackgroundProcessor[StandardEngine[Tomcat]]] DEBUG o.a.catalina.session.ManagerBase - Start expire sessions StandardManager at 1570518048863 sessioncount 0
<date> 07:00:48.863  [ContainerBackgroundProcessor[StandardEngine[Tomcat]]] DEBUG o.a.catalina.session.ManagerBase - End expire sessions StandardManager processingTime 0 expired sessions: 0
processed=24; now=1570518067203; nextExpiration=1570518067202; keyCount=0; hasEvents=false; eval=false
<date> 07:01:07.238  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=24; now=1570518067238; nextExpiration=1570518067237; keyCount=0; hasEvents=false; eval=false
<date> 07:01:08.203  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=24; now=1570518068203; nextExpiration=1570518068203; keyCount=0; hasEvents=false; eval=false
<date> 07:01:08.238  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=24; now=1570518068238; nextExpiration=1570518068238; keyCount=0; hasEvents=false; eval=false
<date> 07:01:09.203  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=24; now=1570518069203; nextExpiration=1570518069203; keyCount=0; hasEvents=false; eval=false
<date> 07:01:09.238  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=24; now=1570518069238; nextExpiration=1570518069238; keyCount=0; hasEvents=false; eval=false
<date> 07:01:10.203  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=24; now=1570518070203; nextExpiration=1570518070203; keyCount=0; hasEvents=false; eval=false
<date> 07:01:10.238  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=24; now=1570518070238; nextExpiration=1570518070238; keyCount=0; hasEvents=false; eval=false
<date> 07:01:10.517  [https-jsse-nio-8011-Acceptor-0] DEBUG o.a.tomcat.util.threads.LimitLatch - Counting up[https-jsse-nio-8011-Acceptor-0] latch=49
<date> 07:01:10.525  [https-jsse-nio-8011-exec-54] DEBUG o.a.tomcat.util.net.SecureNioChannel - The SNI host name extracted for connection [java.nio.channels.SocketChannel[connected local=/ip:8011 remote=/ip:33893]] was [ip-server-sample]
<date> 07:01:35.204  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=24; now=1570518095204; nextExpiration=1570518095204; keyCount=0; hasEvents=false; eval=false
<date> 07:01:35.229  [https-jsse-nio-8011-Acceptor-0] DEBUG o.a.tomcat.util.threads.LimitLatch - Counting up[https-jsse-nio-8011-Acceptor-0] latch=50
<date> 07:01:35.229  [https-jsse-nio-8011-exec-55] DEBUG o.a.tomcat.util.net.SecureNioChannel - The SNI host name extracted for connection [java.nio.channels.SocketChannel[connected local=/ip:8011 remote=/ip:33898]] was [ip-server-sample]
<date> 07:01:35.526  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=25; now=1570518095526; nextExpiration=1570518095527; keyCount=0; hasEvents=false; eval=false
<date> 07:01:36.228  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=25; now=1570518096228; nextExpiration=1570518096204; keyCount=0; hasEvents=false; eval=false
<date> 07:01:36.526  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=25; now=1570518096526; nextExpiration=1570518096526; keyCount=0; hasEvents=false; eval=false
<date> 07:01:37.229  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=25; now=1570518097229; nextExpiration=1570518097228; keyCount=0; hasEvents=false; eval=false
<date> 07:01:37.527  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=25; now=1570518097527; nextExpiration=1570518097526; keyCount=0; hasEvents=false; eval=false
<date> 07:01:38.230  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=25; now=1570518098230; nextExpiration=1570518098229; keyCount=0; hasEvents=false; eval=false
<date> 07:01:38.528  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=25; now=1570518098528; nextExpiration=1570518098527; keyCount=0; hasEvents=false; eval=false
<date> 07:01:39.230  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=25; now=1570518099230; nextExpiration=1570518099230; keyCount=0; hasEvents=false; eval=false
<date> 07:01:39.528  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=25; now=1570518099528; nextExpiration=1570518099528; keyCount=0; hasEvents=false; eval=false
<date> 07:01:40.230  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=25; now=1570518100230; nextExpiration=1570518100230; keyCount=0; hasEvents=false; eval=false
<date> 07:01:40.528  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=25; now=1570518100528; nextExpiration=1570518100528; keyCount=0; hasEvents=false; eval=false
<date> 07:01:41.230  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=25; now=1570518101230; nextExpiration=1570518101230; keyCount=0; hasEvents=false; eval=false
<date> 07:01:41.528  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=25; now=1570518101528; nextExpiration=1570518101528; keyCount=0; hasEvents=false; eval=false
<date> 07:01:42.230  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=25; now=1570518102230; nextExpiration=1570518102230; keyCount=0; hasEvents=false; eval=false
<date> 07:01:42.528  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=25; now=1570518102528; nextExpiration=1570518102528; keyCount=0; hasEvents=false; eval=false
<date> 07:01:43.230  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=25; now=1570518103230; nextExpiration=1570518103230; keyCount=0; hasEvents=false; eval=false
<date> 07:01:43.528  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=25; now=1570518103528; nextExpiration=1570518103528; keyCount=0; hasEvents=false; eval=false
<date> 07:01:44.230  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=25; now=1570518104230; nextExpiration=1570518104230; keyCount=0; hasEvents=false; eval=false
<date> 07:01:44.528  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=25; now=1570518104528; nextExpiration=1570518104528; keyCount=0; hasEvents=false; eval=false
<date> 07:01:45.230  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=25; now=1570518105230; nextExpiration=1570518105230; keyCount=0; hasEvents=false; eval=false
<date> 07:01:45.528  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=25; now=1570518105528; nextExpiration=1570518105528; keyCount=0; hasEvents=false; eval=false
<date> 07:01:46.230  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=25; now=1570518106230; nextExpiration=1570518106230; keyCount=0; hasEvents=false; eval=false
<date> 07:01:46.528  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=25; now=1570518106528; nextExpiration=1570518106528; keyCount=0; hasEvents=false; eval=false
<date> 07:01:47.230  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=25; now=1570518107230; nextExpiration=1570518107230; keyCount=0; hasEvents=false; eval=false
<date> 07:01:47.528  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=25; now=1570518107528; nextExpiration=1570518107528; keyCount=0; hasEvents=false; eval=false
<date> 07:01:48.047  [https-jsse-nio-8011-Acceptor-0] DEBUG o.a.tomcat.util.threads.LimitLatch - Counting up[https-jsse-nio-8011-Acceptor-0] latch=51
<date> 07:01:48.047  [https-jsse-nio-8011-exec-56] DEBUG o.a.tomcat.util.net.SecureNioChannel - The SNI host name extracted for connection [java.nio.channels.SocketChannel[connected local=/ip:8011 remote=/ip:33903]] was [ip-server-sample]
<date> 07:01:48.230  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=25; now=1570518108229; nextExpiration=1570518108230; keyCount=0; hasEvents=false; eval=false
<date> 07:01:48.870  [ContainerBackgroundProcessor[StandardEngine[Tomcat]]] DEBUG o.a.catalina.session.ManagerBase - Start expire sessions StandardManager at 1570518108870 sessioncount 0
<date> 07:01:48.870  [ContainerBackgroundProcessor[StandardEngine[Tomcat]]] DEBUG o.a.catalina.session.ManagerBase - End expire sessions StandardManager processingTime 0 expired sessions: 0
<date> 07:01:49.047  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518109046; nextExpiration=1570518108528; keyCount=0; hasEvents=false; eval=false
<date> 07:01:49.229  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=25; now=1570518109229; nextExpiration=1570518109229; keyCount=0; hasEvents=false; eval=false
<date> 07:01:50.046  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518110046; nextExpiration=1570518110046; keyCount=0; hasEvents=false; eval=false
<date> 07:01:50.229  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=25; now=1570518110229; nextExpiration=1570518110229; keyCount=0; hasEvents=false; eval=false
<date> 07:01:51.046  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518111046; nextExpiration=1570518111046; keyCount=0; hasEvents=false; eval=false
<date> 07:01:51.229  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=25; now=1570518111229; nextExpiration=1570518111229; keyCount=0; hasEvents=false; eval=false
<date> 07:01:52.046  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518112046; nextExpiration=1570518112046; keyCount=0; hasEvents=false; eval=false
<date> 07:01:52.229  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=25; now=1570518112229; nextExpiration=1570518112229; keyCount=0; hasEvents=false; eval=false
<date> 07:01:53.047  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518113047; nextExpiration=1570518113046; keyCount=0; hasEvents=false; eval=false
<date> 07:01:53.233  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=25; now=1570518113233; nextExpiration=1570518113229; keyCount=0; hasEvents=false; eval=false
<date> 07:01:54.048  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518114048; nextExpiration=1570518114047; keyCount=0; hasEvents=false; eval=false
<date> 07:01:54.233  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=25; now=1570518114233; nextExpiration=1570518114233; keyCount=0; hasEvents=false; eval=false
<date> 07:01:55.049  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518115049; nextExpiration=1570518115048; keyCount=0; hasEvents=false; eval=false
<date> 07:01:55.233  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=25; now=1570518115233; nextExpiration=1570518115233; keyCount=0; hasEvents=false; eval=false
<date> 07:01:56.049  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518116049; nextExpiration=1570518116049; keyCount=0; hasEvents=false; eval=false
<date> 07:01:56.233  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=25; now=1570518116233; nextExpiration=1570518116233; keyCount=0; hasEvents=false; eval=false
<date> 07:01:57.049  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518117049; nextExpiration=1570518117049; keyCount=0; hasEvents=false; eval=false
<date> 07:01:57.233  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=25; now=1570518117233; nextExpiration=1570518117233; keyCount=0; hasEvents=false; eval=false
<date> 07:01:58.049  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518118049; nextExpiration=1570518118049; keyCount=0; hasEvents=false; eval=false
<date> 07:01:58.233  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=25; now=1570518118233; nextExpiration=1570518118233; keyCount=0; hasEvents=false; eval=false
<date> 07:01:58.988  [https-jsse-nio-8011-Acceptor-0] DEBUG o.a.tomcat.util.threads.LimitLatch - Counting up[https-jsse-nio-8011-Acceptor-0] latch=52
<date> 07:01:58.989  [https-jsse-nio-8011-exec-57] DEBUG o.a.tomcat.util.net.SecureNioChannel - The SNI host name extracted for connection [java.nio.channels.SocketChannel[connected local=/ip:8011 remote=/ip:33957]] was [ip-server-sample]
<date> 07:01:59.049  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518119049; nextExpiration=1570518119049; keyCount=0; hasEvents=false; eval=false
<date> 07:01:59.988  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518119988; nextExpiration=1570518119233; keyCount=0; hasEvents=false; eval=false
<date> 07:02:00.049  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518120049; nextExpiration=1570518120049; keyCount=0; hasEvents=false; eval=false
<date> 07:02:00.988  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518120988; nextExpiration=1570518120988; keyCount=0; hasEvents=false; eval=false
<date> 07:02:01.049  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518121049; nextExpiration=1570518121049; keyCount=0; hasEvents=false; eval=false
<date> 07:02:01.988  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518121988; nextExpiration=1570518121988; keyCount=0; hasEvents=false; eval=false
<date> 07:02:02.049  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518122049; nextExpiration=1570518122049; keyCount=0; hasEvents=false; eval=false
<date> 07:02:02.988  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518122988; nextExpiration=1570518122988; keyCount=0; hasEvents=false; eval=false
<date> 07:02:03.049  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518123049; nextExpiration=1570518123049; keyCount=0; hasEvents=false; eval=false
<date> 07:02:03.988  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518123988; nextExpiration=1570518123988; keyCount=0; hasEvents=false; eval=false
<date> 07:02:04.049  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518124049; nextExpiration=1570518124049; keyCount=0; hasEvents=false; eval=false
<date> 07:02:04.988  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518124988; nextExpiration=1570518124988; keyCount=0; hasEvents=false; eval=false
<date> 07:02:05.049  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518125049; nextExpiration=1570518125049; keyCount=0; hasEvents=false; eval=false
<date> 07:02:05.987  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518125987; nextExpiration=1570518125988; keyCount=0; hasEvents=false; eval=false
<date> 07:02:06.048  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518126048; nextExpiration=1570518126049; keyCount=0; hasEvents=false; eval=false
<date> 07:02:06.987  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518126987; nextExpiration=1570518126987; keyCount=0; hasEvents=false; eval=false
<date> 07:02:07.048  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518127048; nextExpiration=1570518127048; keyCount=0; hasEvents=false; eval=false
<date> 07:02:07.987  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518127987; nextExpiration=1570518127987; keyCount=0; hasEvents=false; eval=false
<date> 07:02:08.048  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518128048; nextExpiration=1570518128048; keyCount=0; hasEvents=false; eval=false
<date> 07:02:08.987  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518128987; nextExpiration=1570518128987; keyCount=0; hasEvents=false; eval=false
<date> 07:02:09.049  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518129049; nextExpiration=1570518129048; keyCount=0; hasEvents=false; eval=false
<date> 07:02:09.988  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518129988; nextExpiration=1570518129987; keyCount=0; hasEvents=false; eval=false
<date> 07:02:10.051  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518130051; nextExpiration=1570518130049; keyCount=0; hasEvents=false; eval=false
<date> 07:02:10.989  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518130989; nextExpiration=1570518130988; keyCount=0; hasEvents=false; eval=false
<date> 07:02:11.052  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518131052; nextExpiration=1570518131051; keyCount=0; hasEvents=false; eval=false
<date> 07:02:11.990  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518131990; nextExpiration=1570518131989; keyCount=0; hasEvents=false; eval=false
<date> 07:02:12.052  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518132052; nextExpiration=1570518132052; keyCount=0; hasEvents=false; eval=false
<date> 07:02:12.990  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518132990; nextExpiration=1570518132990; keyCount=0; hasEvents=false; eval=false
<date> 07:02:13.052  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518133052; nextExpiration=1570518133052; keyCount=0; hasEvents=false; eval=false
<date> 07:02:13.990  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518133990; nextExpiration=1570518133990; keyCount=0; hasEvents=false; eval=false
<date> 07:02:14.052  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518134052; nextExpiration=1570518134052; keyCount=0; hasEvents=false; eval=false
<date> 07:02:14.990  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518134990; nextExpiration=1570518134990; keyCount=0; hasEvents=false; eval=false
<date> 07:02:15.052  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518135052; nextExpiration=1570518135052; keyCount=0; hasEvents=false; eval=false
<date> 07:02:15.991  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518135991; nextExpiration=1570518135990; keyCount=0; hasEvents=false; eval=false
<date> 07:02:16.052  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518136052; nextExpiration=1570518136052; keyCount=0; hasEvents=false; eval=false
<date> 07:02:16.991  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518136991; nextExpiration=1570518136991; keyCount=0; hasEvents=false; eval=false
<date> 07:02:17.052  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518137052; nextExpiration=1570518137052; keyCount=0; hasEvents=false; eval=false
<date> 07:02:17.991  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518137991; nextExpiration=1570518137991; keyCount=0; hasEvents=false; eval=false
<date> 07:02:18.052  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518138052; nextExpiration=1570518138052; keyCount=0; hasEvents=false; eval=false
<date> 07:02:18.991  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518138991; nextExpiration=1570518138991; keyCount=0; hasEvents=false; eval=false
<date> 07:02:19.052  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518139052; nextExpiration=1570518139052; keyCount=0; hasEvents=false; eval=false
<date> 07:02:19.991  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518139991; nextExpiration=1570518139991; keyCount=0; hasEvents=false; eval=false
<date> 07:02:20.052  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518140052; nextExpiration=1570518140052; keyCount=0; hasEvents=false; eval=false
<date> 07:02:20.214  [https-jsse-nio-8011-Acceptor-0] DEBUG o.a.tomcat.util.threads.LimitLatch - Counting up[https-jsse-nio-8011-Acceptor-0] latch=53
<date> 07:02:20.219  [https-jsse-nio-8011-exec-58] DEBUG o.a.tomcat.util.net.SecureNioChannel - The SNI host name extracted for connection [java.nio.channels.SocketChannel[connected local=/ip:8011 remote=/ip:33958]] was [ip-server-sample]
<date> 07:02:20.992  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518140992; nextExpiration=1570518140991; keyCount=0; hasEvents=false; eval=false
<date> 07:02:21.219  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518141218; nextExpiration=1570518141052; keyCount=0; hasEvents=false; eval=false
<date> 07:02:21.991  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518141991; nextExpiration=1570518141992; keyCount=0; hasEvents=false; eval=false
<date> 07:02:22.218  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518142218; nextExpiration=1570518142219; keyCount=0; hasEvents=false; eval=false
<date> 07:02:22.863  [HikariPool-1 connection closer] DEBUG c.m.sqlserver.jdbc.Connection - ENTRY
<date> 07:02:22.863  [HikariPool-1 connection closer] DEBUG c.m.sqlserver.jdbc.Connection - RETURN false
<date> 07:02:22.863  [HikariPool-1 connection closer] DEBUG c.m.sqlserver.jdbc.Connection - ENTRY 15,000
<date> 07:02:22.864  [HikariPool-1 connection closer] DEBUG c.m.sqlserver.jdbc.Connection - RETURN
<date> 07:02:22.864  [HikariPool-1 connection closer] DEBUG c.m.sqlserver.jdbc.Connection - ENTRY
<date> 07:02:22.864  [HikariPool-1 connection closer] TRACE c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:9121): Closing inputStream...
<date> 07:02:22.864  [HikariPool-1 connection closer] TRACE c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:9121): Closing outputStream...
<date> 07:02:22.864  [HikariPool-1 connection closer] DEBUG c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:9121): Closing TCP socket...
<date> 07:02:22.864  [HikariPool-1 connection closer] DEBUG c.m.sqlserver.jdbc.Connection - RETURN
<date> 07:02:22.991  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518142991; nextExpiration=1570518142991; keyCount=0; hasEvents=false; eval=false
<date> 07:02:23.218  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518143218; nextExpiration=1570518143218; keyCount=0; hasEvents=false; eval=false
<date> 07:02:23.991  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518143991; nextExpiration=1570518143991; keyCount=0; hasEvents=false; eval=false
<date> 07:02:24.218  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518144218; nextExpiration=1570518144218; keyCount=0; hasEvents=false; eval=false
<date> 07:02:24.992  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518144992; nextExpiration=1570518144991; keyCount=0; hasEvents=false; eval=false
<date> 07:02:25.219  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518145219; nextExpiration=1570518145218; keyCount=0; hasEvents=false; eval=false
<date> 07:02:25.993  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518145993; nextExpiration=1570518145992; keyCount=0; hasEvents=false; eval=false
<date> 07:02:26.220  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518146220; nextExpiration=1570518146219; keyCount=0; hasEvents=false; eval=false
<date> 07:02:26.994  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518146994; nextExpiration=1570518146993; keyCount=0; hasEvents=false; eval=false
<date> 07:02:27.221  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518147221; nextExpiration=1570518147220; keyCount=0; hasEvents=false; eval=false
<date> 07:02:27.995  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518147995; nextExpiration=1570518147994; keyCount=0; hasEvents=false; eval=false
<date> 07:02:28.221  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518148221; nextExpiration=1570518148221; keyCount=0; hasEvents=false; eval=false
<date> 07:02:28.995  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518148995; nextExpiration=1570518148995; keyCount=0; hasEvents=false; eval=false
<date> 07:02:29.229  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518149229; nextExpiration=1570518149221; keyCount=0; hasEvents=false; eval=false
<date> 07:02:29.995  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=26; now=1570518149995; nextExpiration=1570518149995; keyCount=0; hasEvents=false; eval=false
<date> 07:02:30.229  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518150229; nextExpiration=1570518150229; keyCount=0; hasEvents=false; eval=false
<date> 07:02:30.673  [https-jsse-nio-8011-Acceptor-0] DEBUG o.a.tomcat.util.threads.LimitLatch - Counting up[https-jsse-nio-8011-Acceptor-0] latch=54
<date> 07:02:30.680  [https-jsse-nio-8011-exec-59] DEBUG o.a.tomcat.util.net.SecureNioChannel - The SNI host name extracted for connection [java.nio.channels.SocketChannel[connected local=/ip:8011 remote=/ip:33959]] was [ip-server-sample]
<date> 07:02:31.229  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518151229; nextExpiration=1570518151229; keyCount=0; hasEvents=false; eval=false
<date> 07:02:31.680  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518151680; nextExpiration=1570518150995; keyCount=0; hasEvents=false; eval=false
<date> 07:02:32.229  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518152229; nextExpiration=1570518152229; keyCount=0; hasEvents=false; eval=false
<date> 07:02:32.680  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518152680; nextExpiration=1570518152680; keyCount=0; hasEvents=false; eval=false
<date> 07:02:33.229  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518153229; nextExpiration=1570518153229; keyCount=0; hasEvents=false; eval=false
<date> 07:02:33.680  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518153680; nextExpiration=1570518153680; keyCount=0; hasEvents=false; eval=false
<date> 07:02:34.229  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518154229; nextExpiration=1570518154229; keyCount=0; hasEvents=false; eval=false
<date> 07:02:34.680  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518154680; nextExpiration=1570518154680; keyCount=0; hasEvents=false; eval=false
<date> 07:02:35.229  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518155229; nextExpiration=1570518155229; keyCount=0; hasEvents=false; eval=false
<date> 07:02:35.680  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518155680; nextExpiration=1570518155680; keyCount=0; hasEvents=false; eval=false
<date> 07:02:36.229  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518156229; nextExpiration=1570518156229; keyCount=0; hasEvents=false; eval=false
<date> 07:02:36.680  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518156680; nextExpiration=1570518156680; keyCount=0; hasEvents=false; eval=false
<date> 07:02:37.229  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518157229; nextExpiration=1570518157229; keyCount=0; hasEvents=false; eval=false
<date> 07:02:37.680  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518157680; nextExpiration=1570518157680; keyCount=0; hasEvents=false; eval=false
<date> 07:02:38.229  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518158228; nextExpiration=1570518158229; keyCount=0; hasEvents=false; eval=false
<date> 07:02:38.679  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518158679; nextExpiration=1570518158680; keyCount=0; hasEvents=false; eval=false
<date> 07:02:39.228  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518159228; nextExpiration=1570518159228; keyCount=0; hasEvents=false; eval=false
<date> 07:02:39.679  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518159679; nextExpiration=1570518159679; keyCount=0; hasEvents=false; eval=false
<date> 07:02:40.229  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518160229; nextExpiration=1570518160228; keyCount=0; hasEvents=false; eval=false
<date> 07:02:40.679  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518160679; nextExpiration=1570518160679; keyCount=0; hasEvents=false; eval=false
<date> 07:02:41.229  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518161229; nextExpiration=1570518161229; keyCount=0; hasEvents=false; eval=false
<date> 07:02:41.680  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518161680; nextExpiration=1570518161679; keyCount=0; hasEvents=false; eval=false
<date> 07:02:42.230  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518162230; nextExpiration=1570518162229; keyCount=0; hasEvents=false; eval=false
<date> 07:02:42.681  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518162681; nextExpiration=1570518162680; keyCount=0; hasEvents=false; eval=false
<date> 07:02:43.231  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518163231; nextExpiration=1570518163230; keyCount=0; hasEvents=false; eval=false
<date> 07:02:43.681  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518163681; nextExpiration=1570518163681; keyCount=0; hasEvents=false; eval=false
<date> 07:02:44.231  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518164231; nextExpiration=1570518164231; keyCount=0; hasEvents=false; eval=false
<date> 07:02:44.681  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518164681; nextExpiration=1570518164681; keyCount=0; hasEvents=false; eval=false
<date> 07:02:45.231  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518165231; nextExpiration=1570518165231; keyCount=0; hasEvents=false; eval=false
<date> 07:02:45.681  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518165681; nextExpiration=1570518165681; keyCount=0; hasEvents=false; eval=false
<date> 07:02:46.231  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518166231; nextExpiration=1570518166231; keyCount=0; hasEvents=false; eval=false
<date> 07:02:46.681  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518166681; nextExpiration=1570518166681; keyCount=0; hasEvents=false; eval=false
<date> 07:02:47.231  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518167231; nextExpiration=1570518167231; keyCount=0; hasEvents=false; eval=false
<date> 07:02:47.681  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518167681; nextExpiration=1570518167681; keyCount=0; hasEvents=false; eval=false
<date> 07:02:48.231  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518168231; nextExpiration=1570518168231; keyCount=0; hasEvents=false; eval=false
<date> 07:02:48.681  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518168681; nextExpiration=1570518168681; keyCount=0; hasEvents=false; eval=false
<date> 07:02:48.876  [ContainerBackgroundProcessor[StandardEngine[Tomcat]]] DEBUG o.a.catalina.session.ManagerBase - Start expire sessions StandardManager at 1570518168876 sessioncount 0
<date> 07:02:48.876  [ContainerBackgroundProcessor[StandardEngine[Tomcat]]] DEBUG o.a.catalina.session.ManagerBase - End expire sessions StandardManager processingTime 0 expired sessions: 0
<date> 07:02:49.231  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518169231; nextExpiration=1570518169231; keyCount=0; hasEvents=false; eval=false
<date> 07:02:49.681  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518169681; nextExpiration=1570518169681; keyCount=0; hasEvents=false; eval=false
<date> 07:02:50.231  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518170231; nextExpiration=1570518170231; keyCount=0; hasEvents=false; eval=false
<date> 07:02:50.681  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518170681; nextExpiration=1570518170681; keyCount=0; hasEvents=false; eval=false
<date> 07:02:51.231  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518171231; nextExpiration=1570518171231; keyCount=0; hasEvents=false; eval=false
<date> 07:02:51.512  [https-jsse-nio-8011-Acceptor-0] DEBUG o.a.tomcat.util.threads.LimitLatch - Counting up[https-jsse-nio-8011-Acceptor-0] latch=55
<date> 07:02:51.519  [https-jsse-nio-8011-exec-60] DEBUG o.a.tomcat.util.net.SecureNioChannel - The SNI host name extracted for connection [java.nio.channels.SocketChannel[connected local=/ip:8011 remote=/ip:33962]] was [ip-server-sample]
<date> 07:02:51.681  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518171681; nextExpiration=1570518171681; keyCount=0; hasEvents=false; eval=false
<date> 07:02:52.519  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=28; now=1570518172519; nextExpiration=1570518172231; keyCount=0; hasEvents=false; eval=false
<date> 07:02:52.681  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518172681; nextExpiration=1570518172681; keyCount=0; hasEvents=false; eval=false
<date> 07:02:53.519  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=28; now=1570518173519; nextExpiration=1570518173519; keyCount=0; hasEvents=false; eval=false
<date> 07:02:53.681  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518173681; nextExpiration=1570518173681; keyCount=0; hasEvents=false; eval=false
<date> 07:02:54.519  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=28; now=1570518174518; nextExpiration=1570518174519; keyCount=0; hasEvents=false; eval=false
<date> 07:02:54.681  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518174680; nextExpiration=1570518174681; keyCount=0; hasEvents=false; eval=false
<date> 07:02:55.519  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=28; now=1570518175519; nextExpiration=1570518175518; keyCount=0; hasEvents=false; eval=false
<date> 07:02:55.681  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518175680; nextExpiration=1570518175680; keyCount=0; hasEvents=false; eval=false
<date> 07:02:56.518  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=28; now=1570518176518; nextExpiration=1570518176519; keyCount=0; hasEvents=false; eval=false
<date> 07:02:56.680  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518176680; nextExpiration=1570518176680; keyCount=0; hasEvents=false; eval=false
<date> 07:02:57.519  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=28; now=1570518177519; nextExpiration=1570518177518; keyCount=0; hasEvents=false; eval=false
<date> 07:02:57.681  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518177681; nextExpiration=1570518177680; keyCount=0; hasEvents=false; eval=false
<date> 07:02:58.520  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=28; now=1570518178520; nextExpiration=1570518178519; keyCount=0; hasEvents=false; eval=false
<date> 07:02:58.681  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518178681; nextExpiration=1570518178681; keyCount=0; hasEvents=false; eval=false
<date> 07:02:59.520  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=28; now=1570518179520; nextExpiration=1570518179520; keyCount=0; hasEvents=false; eval=false
<date> 07:02:59.681  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518179681; nextExpiration=1570518179681; keyCount=0; hasEvents=false; eval=false
<date> 07:03:00.520  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=28; now=1570518180520; nextExpiration=1570518180520; keyCount=0; hasEvents=false; eval=false
<date> 07:03:00.681  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518180681; nextExpiration=1570518180681; keyCount=0; hasEvents=false; eval=false
<date> 07:03:01.520  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=28; now=1570518181520; nextExpiration=1570518181520; keyCount=0; hasEvents=false; eval=false
<date> 07:03:01.681  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518181681; nextExpiration=1570518181681; keyCount=0; hasEvents=false; eval=false
<date> 07:03:02.520  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=28; now=1570518182520; nextExpiration=1570518182520; keyCount=0; hasEvents=false; eval=false
<date> 07:03:02.681  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518182681; nextExpiration=1570518182681; keyCount=0; hasEvents=false; eval=false
<date> 07:03:03.521  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=28; now=1570518183521; nextExpiration=1570518183520; keyCount=0; hasEvents=false; eval=false
<date> 07:03:03.681  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518183681; nextExpiration=1570518183681; keyCount=0; hasEvents=false; eval=false
<date> 07:03:04.521  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=28; now=1570518184521; nextExpiration=1570518184521; keyCount=0; hasEvents=false; eval=false
<date> 07:03:04.681  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518184681; nextExpiration=1570518184681; keyCount=0; hasEvents=false; eval=false
<date> 07:03:05.521  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=28; now=1570518185521; nextExpiration=1570518185521; keyCount=0; hasEvents=false; eval=false
<date> 07:03:05.681  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518185681; nextExpiration=1570518185681; keyCount=0; hasEvents=false; eval=false
<date> 07:03:06.521  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=28; now=1570518186521; nextExpiration=1570518186521; keyCount=0; hasEvents=false; eval=false
<date> 07:03:06.681  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518186681; nextExpiration=1570518186681; keyCount=0; hasEvents=false; eval=false
<date> 07:03:07.521  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=28; now=1570518187521; nextExpiration=1570518187521; keyCount=0; hasEvents=false; eval=false
<date> 07:03:07.681  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518187681; nextExpiration=1570518187681; keyCount=0; hasEvents=false; eval=false
<date> 07:03:08.521  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=28; now=1570518188521; nextExpiration=1570518188521; keyCount=0; hasEvents=false; eval=false
<date> 07:03:08.681  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518188681; nextExpiration=1570518188681; keyCount=0; hasEvents=false; eval=false
<date> 07:03:09.521  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=28; now=1570518189521; nextExpiration=1570518189521; keyCount=0; hasEvents=false; eval=false
<date> 07:03:09.681  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518189681; nextExpiration=1570518189681; keyCount=0; hasEvents=false; eval=false
<date> 07:03:10.521  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=28; now=1570518190521; nextExpiration=1570518190521; keyCount=0; hasEvents=false; eval=false
<date> 07:03:10.681  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518190681; nextExpiration=1570518190681; keyCount=0; hasEvents=false; eval=false
<date> 07:03:11.522  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=28; now=1570518191522; nextExpiration=1570518191521; keyCount=0; hasEvents=false; eval=false
<date> 07:03:11.681  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518191681; nextExpiration=1570518191681; keyCount=0; hasEvents=false; eval=false
<date> 07:03:12.523  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=28; now=1570518192522; nextExpiration=1570518192522; keyCount=0; hasEvents=false; eval=false
<date> 07:03:12.681  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518192680; nextExpiration=1570518192681; keyCount=0; hasEvents=false; eval=false
<date> 07:03:13.523  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=28; now=1570518193523; nextExpiration=1570518193522; keyCount=0; hasEvents=false; eval=false
<date> 07:03:13.681  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518193681; nextExpiration=1570518193680; keyCount=0; hasEvents=false; eval=false
<date> 07:03:14.524  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=28; now=1570518194524; nextExpiration=1570518194523; keyCount=0; hasEvents=false; eval=false
<date> 07:03:14.682  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518194682; nextExpiration=1570518194681; keyCount=0; hasEvents=false; eval=false
<date> 07:03:15.524  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=28; now=1570518195524; nextExpiration=1570518195524; keyCount=0; hasEvents=false; eval=false
<date> 07:03:15.682  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518195682; nextExpiration=1570518195682; keyCount=0; hasEvents=false; eval=false
<date> 07:03:16.527  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=28; now=1570518196527; nextExpiration=1570518196524; keyCount=0; hasEvents=false; eval=false
<date> 07:03:16.682  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=27; now=1570518196682; nextExpiration=1570518196682; keyCount=0; hasEvents=false; eval=false
<date> 07:03:17.114  [https-jsse-nio-8011-Acceptor-0] DEBUG o.a.tomcat.util.threads.LimitLatch - Counting up[https-jsse-nio-8011-Acceptor-0] latch=56
<date> 07:03:17.115  [https-jsse-nio-8011-exec-61] DEBUG o.a.tomcat.util.net.SecureNioChannel - The SNI host name extracted for connection [java.nio.channels.SocketChannel[connected local=/ip:8011 remote=/ip:33965]] was [ip-server-sample]
<date> 07:03:17.282  [https-jsse-nio-8011-Acceptor-0] DEBUG o.a.tomcat.util.threads.LimitLatch - Counting up[https-jsse-nio-8011-Acceptor-0] latch=57
<date> 07:03:17.283  [https-jsse-nio-8011-exec-62] DEBUG o.a.tomcat.util.net.SecureNioChannel - The SNI host name extracted for connection [java.nio.channels.SocketChannel[connected local=/ip:8011 remote=/ip:33966]] was [ip-server-sample]
<date> 07:03:17.284  [https-jsse-nio-8011-Acceptor-0] DEBUG o.a.tomcat.util.threads.LimitLatch - Counting up[https-jsse-nio-8011-Acceptor-0] latch=58
<date> 07:03:17.285  [https-jsse-nio-8011-exec-63] DEBUG o.a.tomcat.util.net.SecureNioChannel - The SNI host name extracted for connection [java.nio.channels.SocketChannel[connected local=/ip:8011 remote=/ip:33967]] was [ip-server-sample]
<date> 07:03:17.313  [https-jsse-nio-8011-Acceptor-0] DEBUG o.a.tomcat.util.threads.LimitLatch - Counting up[https-jsse-nio-8011-Acceptor-0] latch=59
<date> 07:03:17.314  [https-jsse-nio-8011-exec-64] DEBUG o.a.tomcat.util.net.SecureNioChannel - The SNI host name extracted for connection [java.nio.channels.SocketChannel[connected local=/ip:8011 remote=/ip:33969]] was [ip-server-sample]
<date> 07:03:17.336  [https-jsse-nio-8011-Acceptor-0] DEBUG o.a.tomcat.util.threads.LimitLatch - Counting up[https-jsse-nio-8011-Acceptor-0] latch=60
<date> 07:03:17.337  [https-jsse-nio-8011-exec-65] DEBUG o.a.tomcat.util.net.SecureNioChannel - The SNI host name extracted for connection [java.nio.channels.SocketChannel[connected local=/ip:8011 remote=/ip:33971]] was [ip-server-sample]
<date> 07:03:17.374  [https-jsse-nio-8011-Acceptor-0] DEBUG o.a.tomcat.util.threads.LimitLatch - Counting up[https-jsse-nio-8011-Acceptor-0] latch=61
<date> 07:03:17.375  [https-jsse-nio-8011-exec-66] DEBUG o.a.tomcat.util.net.SecureNioChannel - The SNI host name extracted for connection [java.nio.channels.SocketChannel[connected local=/ip:8011 remote=/ip:33972]] was [ip-server-sample]
<date> 07:03:18.336  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=30; now=1570518198336; nextExpiration=1570518197682; keyCount=0; hasEvents=false; eval=false
<date> 07:03:18.374  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518198374; nextExpiration=1570518197527; keyCount=0; hasEvents=false; eval=false
<date> 07:03:19.336  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=30; now=1570518199336; nextExpiration=1570518199336; keyCount=0; hasEvents=false; eval=false
<date> 07:03:19.374  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518199374; nextExpiration=1570518199374; keyCount=0; hasEvents=false; eval=false
<date> 07:03:20.336  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=30; now=1570518200336; nextExpiration=1570518200336; keyCount=0; hasEvents=false; eval=false
<date> 07:03:36.405  [https-jsse-nio-8011-Acceptor-0] DEBUG o.a.tomcat.util.threads.LimitLatch - Counting up[https-jsse-nio-8011-Acceptor-0] latch=62
<date> 07:03:36.411  [https-jsse-nio-8011-exec-67] DEBUG o.a.tomcat.util.net.SecureNioChannel - The SNI host name extracted for connection [java.nio.channels.SocketChannel[connected local=/ip:8011 remote=/ip:33973]] was [ip-server-sample]
<date> 07:03:37.375  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518217375; nextExpiration=1570518217375; keyCount=0; hasEvents=false; eval=false
<date> 07:03:37.411  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518217411; nextExpiration=1570518217338; keyCount=0; hasEvents=false; eval=false
<date> 07:03:38.375  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518218375; nextExpiration=1570518218375; keyCount=0; hasEvents=false; eval=false
<date> 07:03:38.411  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518218411; nextExpiration=1570518218411; keyCount=0; hasEvents=false; eval=false
<date> 07:03:39.375  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518219375; nextExpiration=1570518219375; keyCount=0; hasEvents=false; eval=false
<date> 07:03:39.411  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518219411; nextExpiration=1570518219411; keyCount=0; hasEvents=false; eval=false
<date> 07:03:40.375  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518220375; nextExpiration=1570518220375; keyCount=0; hasEvents=false; eval=false
<date> 07:03:40.411  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518220411; nextExpiration=1570518220411; keyCount=0; hasEvents=false; eval=false
<date> 07:03:41.375  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518221375; nextExpiration=1570518221375; keyCount=0; hasEvents=false; eval=false
<date> 07:03:41.411  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518221411; nextExpiration=1570518221411; keyCount=0; hasEvents=false; eval=false
<date> 07:03:42.375  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518222375; nextExpiration=1570518222375; keyCount=0; hasEvents=false; eval=false
<date> 07:03:42.411  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518222411; nextExpiration=1570518222411; keyCount=0; hasEvents=false; eval=false
<date> 07:03:43.375  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518223375; nextExpiration=1570518223375; keyCount=0; hasEvents=false; eval=false
<date> 07:03:43.411  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518223411; nextExpiration=1570518223411; keyCount=0; hasEvents=false; eval=false
<date> 07:03:44.376  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518224376; nextExpiration=1570518224375; keyCount=0; hasEvents=false; eval=false
<date> 07:03:44.412  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518224412; nextExpiration=1570518224411; keyCount=0; hasEvents=false; eval=false
<date> 07:03:45.377  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518225376; nextExpiration=1570518225376; keyCount=0; hasEvents=false; eval=false
<date> 07:03:45.412  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518225412; nextExpiration=1570518225412; keyCount=0; hasEvents=false; eval=false
<date> 07:03:46.377  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518226377; nextExpiration=1570518226376; keyCount=0; hasEvents=false; eval=false
<date> 07:03:46.412  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518226412; nextExpiration=1570518226412; keyCount=0; hasEvents=false; eval=false
<date> 07:03:47.377  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518227377; nextExpiration=1570518227377; keyCount=0; hasEvents=false; eval=false
<date> 07:03:47.412  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518227412; nextExpiration=1570518227412; keyCount=0; hasEvents=false; eval=false
<date> 07:03:48.377  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518228377; nextExpiration=1570518228377; keyCount=0; hasEvents=false; eval=false
<date> 07:03:48.412  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518228412; nextExpiration=1570518228412; keyCount=0; hasEvents=false; eval=false
<date> 07:03:48.882  [ContainerBackgroundProcessor[StandardEngine[Tomcat]]] DEBUG o.a.catalina.session.ManagerBase - Start expire sessions StandardManager at 1570518228882 sessioncount 0
<date> 07:03:48.883  [ContainerBackgroundProcessor[StandardEngine[Tomcat]]] DEBUG o.a.catalina.session.ManagerBase - End expire sessions StandardManager processingTime 0 expired sessions: 0
<date> 07:03:49.377  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518229377; nextExpiration=1570518229377; keyCount=0; hasEvents=false; eval=false
<date> 07:03:49.412  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518229412; nextExpiration=1570518229412; keyCount=0; hasEvents=false; eval=false
<date> 07:03:50.377  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518230377; nextExpiration=1570518230377; keyCount=0; hasEvents=false; eval=false
<date> 07:03:50.412  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518230412; nextExpiration=1570518230412; keyCount=0; hasEvents=false; eval=false
<date> 07:03:51.377  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518231377; nextExpiration=1570518231377; keyCount=0; hasEvents=false; eval=false
<date> 07:03:51.412  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518231412; nextExpiration=1570518231412; keyCount=0; hasEvents=false; eval=false
<date> 07:03:52.377  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518232377; nextExpiration=1570518232377; keyCount=0; hasEvents=false; eval=false
<date> 07:03:52.412  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518232412; nextExpiration=1570518232412; keyCount=0; hasEvents=false; eval=false
<date> 07:03:53.377  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518233377; nextExpiration=1570518233377; keyCount=0; hasEvents=false; eval=false
<date> 07:03:53.412  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518233412; nextExpiration=1570518233412; keyCount=0; hasEvents=false; eval=false
<date> 07:03:54.377  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518234377; nextExpiration=1570518234377; keyCount=0; hasEvents=false; eval=false
<date> 07:03:54.412  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518234412; nextExpiration=1570518234412; keyCount=0; hasEvents=false; eval=false
<date> 07:03:55.377  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518235377; nextExpiration=1570518235377; keyCount=0; hasEvents=false; eval=false
<date> 07:03:55.412  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518235412; nextExpiration=1570518235412; keyCount=0; hasEvents=false; eval=false
<date> 07:03:56.377  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518236377; nextExpiration=1570518236377; keyCount=0; hasEvents=false; eval=false
<date> 07:03:56.412  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518236412; nextExpiration=1570518236412; keyCount=0; hasEvents=false; eval=false
<date> 07:03:57.377  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518237377; nextExpiration=1570518237377; keyCount=0; hasEvents=false; eval=false
<date> 07:03:57.412  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518237412; nextExpiration=1570518237412; keyCount=0; hasEvents=false; eval=false
<date> 07:03:58.377  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518238377; nextExpiration=1570518238377; keyCount=0; hasEvents=false; eval=false
<date> 07:03:58.412  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518238412; nextExpiration=1570518238412; keyCount=0; hasEvents=false; eval=false
<date> 07:03:59.377  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518239377; nextExpiration=1570518239377; keyCount=0; hasEvents=false; eval=false
<date> 07:03:59.412  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518239412; nextExpiration=1570518239412; keyCount=0; hasEvents=false; eval=false
<date> 07:04:00.377  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518240377; nextExpiration=1570518240377; keyCount=0; hasEvents=false; eval=false
<date> 07:04:00.412  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518240412; nextExpiration=1570518240412; keyCount=0; hasEvents=false; eval=false
<date> 07:04:01.378  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518241378; nextExpiration=1570518241377; keyCount=0; hasEvents=false; eval=false
<date> 07:04:01.413  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518241412; nextExpiration=1570518241412; keyCount=0; hasEvents=false; eval=false
<date> 07:04:02.379  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518242378; nextExpiration=1570518242378; keyCount=0; hasEvents=false; eval=false
<date> 07:04:02.413  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518242412; nextExpiration=1570518242413; keyCount=0; hasEvents=false; eval=false
<date> 07:04:03.378  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518243378; nextExpiration=1570518243379; keyCount=0; hasEvents=false; eval=false
<date> 07:04:03.412  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518243412; nextExpiration=1570518243412; keyCount=0; hasEvents=false; eval=false
<date> 07:04:03.786  [https-jsse-nio-8011-Acceptor-0] DEBUG o.a.tomcat.util.threads.LimitLatch - Counting up[https-jsse-nio-8011-Acceptor-0] latch=63
<date> 07:04:03.786  [https-jsse-nio-8011-exec-68] DEBUG o.a.tomcat.util.net.SecureNioChannel - The SNI host name extracted for connection [java.nio.channels.SocketChannel[connected local=/ip:8011 remote=/ip:33981]] was [ip-server-sample]
<date> 07:04:04.412  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=31; now=1570518244412; nextExpiration=1570518244412; keyCount=0; hasEvents=false; eval=false
<date> 07:04:04.771  [https-jsse-nio-8011-Acceptor-0] DEBUG o.a.tomcat.util.threads.LimitLatch - Counting up[https-jsse-nio-8011-Acceptor-0] latch=64
<date> 07:04:04.772  [https-jsse-nio-8011-exec-69] DEBUG o.a.tomcat.util.net.SecureNioChannel - The SNI host name extracted for connection [java.nio.channels.SocketChannel[connected local=/ip:8011 remote=/ip:33982]] was [ip-server-sample]
<date> 07:04:04.786  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=32; now=1570518244786; nextExpiration=1570518244378; keyCount=0; hasEvents=false; eval=false
<date> 07:04:05.771  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=32; now=1570518245771; nextExpiration=1570518245412; keyCount=0; hasEvents=false; eval=false
<date> 07:04:05.786  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=32; now=1570518245786; nextExpiration=1570518245786; keyCount=0; hasEvents=false; eval=false
<date> 07:04:06.771  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=32; now=1570518246771; nextExpiration=1570518246771; keyCount=0; hasEvents=false; eval=false
<date> 07:04:06.786  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=32; now=1570518246786; nextExpiration=1570518246786; keyCount=0; hasEvents=false; eval=false
<date> 07:04:07.771  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=32; now=1570518247771; nextExpiration=1570518247771; keyCount=0; hasEvents=false; eval=false
<date> 07:04:07.786  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=32; now=1570518247786; nextExpiration=1570518247786; keyCount=0; hasEvents=false; eval=false
<date> 07:04:08.757  [https-jsse-nio-8011-Acceptor-0] DEBUG o.a.tomcat.util.threads.LimitLatch - Counting up[https-jsse-nio-8011-Acceptor-0] latch=65
<date> 07:04:08.758  [https-jsse-nio-8011-exec-70] DEBUG o.a.tomcat.util.net.SecureNioChannel - The SNI host name extracted for connection [java.nio.channels.SocketChannel[connected local=/ip:8011 remote=/ip:33983]] was [ip-server-sample]
<date> 07:04:08.771  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=32; now=1570518248771; nextExpiration=1570518248771; keyCount=0; hasEvents=false; eval=false
<date> 07:04:09.757  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=33; now=1570518249757; nextExpiration=1570518248786; keyCount=0; hasEvents=false; eval=false
<date> 07:04:09.771  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=32; now=1570518249771; nextExpiration=1570518249771; keyCount=0; hasEvents=false; eval=false
<date> 07:04:10.757  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=33; now=1570518250757; nextExpiration=1570518250757; keyCount=0; hasEvents=false; eval=false
<date> 07:04:10.771  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=32; now=1570518250771; nextExpiration=1570518250771; keyCount=0; hasEvents=false; eval=false
<date> 07:04:10.855  [https-jsse-nio-8011-Acceptor-0] DEBUG o.a.tomcat.util.threads.LimitLatch - Counting up[https-jsse-nio-8011-Acceptor-0] latch=66
<date> 07:04:10.856  [https-jsse-nio-8011-exec-71] DEBUG o.a.tomcat.util.net.SecureNioChannel - The SNI host name extracted for connection [java.nio.channels.SocketChannel[connected local=/ip:8011 remote=/ip:33984]] was [ip-server-sample]
<date> 07:04:11.757  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=33; now=1570518251757; nextExpiration=1570518251757; keyCount=0; hasEvents=false; eval=false
<date> 07:04:11.801  [https-jsse-nio-8011-Acceptor-0] DEBUG o.a.tomcat.util.threads.LimitLatch - Counting up[https-jsse-nio-8011-Acceptor-0] latch=67
<date> 07:04:11.801  [https-jsse-nio-8011-exec-72] DEBUG o.a.tomcat.util.net.SecureNioChannel - The SNI host name extracted for connection [java.nio.channels.SocketChannel[connected local=/ip:8011 remote=/ip:33985]] was [ip-server-sample]
<date> 07:04:11.855  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=33; now=1570518251855; nextExpiration=1570518251771; keyCount=0; hasEvents=false; eval=false
<date> 07:04:12.801  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518252801; nextExpiration=1570518252757; keyCount=0; hasEvents=false; eval=false
<date> 07:04:12.855  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=33; now=1570518252855; nextExpiration=1570518252855; keyCount=0; hasEvents=false; eval=false
<date> 07:04:13.170  [https-jsse-nio-8011-Acceptor-0] DEBUG o.a.tomcat.util.threads.LimitLatch - Counting up[https-jsse-nio-8011-Acceptor-0] latch=68
<date> 07:04:13.177  [https-jsse-nio-8011-exec-73] DEBUG o.a.tomcat.util.net.SecureNioChannel - The SNI host name extracted for connection [java.nio.channels.SocketChannel[connected local=/ip:8011 remote=/ip:33987]] was [ip-server-sample]
<date> 07:04:13.801  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518253801; nextExpiration=1570518253801; keyCount=0; hasEvents=false; eval=false
<date> 07:04:14.176  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518254176; nextExpiration=1570518253855; keyCount=0; hasEvents=false; eval=false
<date> 07:04:14.801  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518254801; nextExpiration=1570518254801; keyCount=0; hasEvents=false; eval=false
<date> 07:04:15.176  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518255176; nextExpiration=1570518255176; keyCount=0; hasEvents=false; eval=false
<date> 07:04:15.801  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518255801; nextExpiration=1570518255801; keyCount=0; hasEvents=false; eval=false
<date> 07:04:16.176  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518256176; nextExpiration=1570518256176; keyCount=0; hasEvents=false; eval=false
<date> 07:04:16.802  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518256802; nextExpiration=1570518256801; keyCount=0; hasEvents=false; eval=false
<date> 07:04:17.177  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518257177; nextExpiration=1570518257176; keyCount=0; hasEvents=false; eval=false
<date> 07:04:17.803  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518257803; nextExpiration=1570518257802; keyCount=0; hasEvents=false; eval=false
<date> 07:04:18.177  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518258177; nextExpiration=1570518258177; keyCount=0; hasEvents=false; eval=false
<date> 07:04:18.803  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518258803; nextExpiration=1570518258803; keyCount=0; hasEvents=false; eval=false
<date> 07:04:19.177  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518259176; nextExpiration=1570518259177; keyCount=0; hasEvents=false; eval=false
<date> 07:04:19.802  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518259802; nextExpiration=1570518259803; keyCount=0; hasEvents=false; eval=false
<date> 07:04:20.176  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518260176; nextExpiration=1570518260177; keyCount=0; hasEvents=false; eval=false
<date> 07:04:20.802  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518260802; nextExpiration=1570518260802; keyCount=0; hasEvents=false; eval=false
<date> 07:04:21.176  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518261176; nextExpiration=1570518261176; keyCount=0; hasEvents=false; eval=false
<date> 07:04:21.800  [HikariPool-1 connection closer] DEBUG c.m.sqlserver.jdbc.Connection - ENTRY
<date> 07:04:21.800  [HikariPool-1 connection closer] DEBUG c.m.sqlserver.jdbc.Connection - RETURN false
<date> 07:04:21.800  [HikariPool-1 connection closer] DEBUG c.m.sqlserver.jdbc.Connection - ENTRY 15,000
<date> 07:04:21.801  [HikariPool-1 connection closer] DEBUG c.m.sqlserver.jdbc.Connection - RETURN
<date> 07:04:21.801  [HikariPool-1 connection closer] DEBUG c.m.sqlserver.jdbc.Connection - ENTRY
<date> 07:04:21.801  [HikariPool-1 connection closer] TRACE c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:9122): Closing inputStream...
<date> 07:04:21.801  [HikariPool-1 connection closer] TRACE c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:9122): Closing outputStream...
<date> 07:04:21.801  [HikariPool-1 connection closer] DEBUG c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:9122): Closing TCP socket...
<date> 07:04:21.801  [HikariPool-1 connection closer] DEBUG c.m.sqlserver.jdbc.Connection - RETURN
<date> 07:04:21.802  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518261802; nextExpiration=1570518261802; keyCount=0; hasEvents=false; eval=false
<date> 07:04:22.176  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518262176; nextExpiration=1570518262176; keyCount=0; hasEvents=false; eval=false
<date> 07:04:22.802  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518262802; nextExpiration=1570518262802; keyCount=0; hasEvents=false; eval=false
<date> 07:04:23.176  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518263176; nextExpiration=1570518263176; keyCount=0; hasEvents=false; eval=false
<date> 07:04:23.802  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518263802; nextExpiration=1570518263802; keyCount=0; hasEvents=false; eval=false
<date> 07:04:24.176  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518264176; nextExpiration=1570518264176; keyCount=0; hasEvents=false; eval=false
<date> 07:04:24.802  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518264802; nextExpiration=1570518264802; keyCount=0; hasEvents=false; eval=false
<date> 07:04:25.176  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518265176; nextExpiration=1570518265176; keyCount=0; hasEvents=false; eval=false
<date> 07:04:25.802  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518265802; nextExpiration=1570518265802; keyCount=0; hasEvents=false; eval=false
<date> 07:04:26.176  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518266176; nextExpiration=1570518266176; keyCount=0; hasEvents=false; eval=false
<date> 07:04:26.802  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518266802; nextExpiration=1570518266802; keyCount=0; hasEvents=false; eval=false
<date> 07:04:27.176  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518267176; nextExpiration=1570518267176; keyCount=0; hasEvents=false; eval=false
<date> 07:04:27.802  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518267802; nextExpiration=1570518267802; keyCount=0; hasEvents=false; eval=false
<date> 07:04:28.176  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518268176; nextExpiration=1570518268176; keyCount=0; hasEvents=false; eval=false
<date> 07:04:28.802  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518268802; nextExpiration=1570518268802; keyCount=0; hasEvents=false; eval=false
<date> 07:04:29.176  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518269176; nextExpiration=1570518269176; keyCount=0; hasEvents=false; eval=false
<date> 07:04:29.802  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518269802; nextExpiration=1570518269802; keyCount=0; hasEvents=false; eval=false
<date> 07:04:30.176  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518270176; nextExpiration=1570518270176; keyCount=0; hasEvents=false; eval=false
<date> 07:04:30.802  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518270802; nextExpiration=1570518270802; keyCount=0; hasEvents=false; eval=false
<date> 07:04:31.177  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518271177; nextExpiration=1570518271176; keyCount=0; hasEvents=false; eval=false
<date> 07:04:31.803  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518271803; nextExpiration=1570518271802; keyCount=0; hasEvents=false; eval=false
<date> 07:04:31.848  [https-jsse-nio-8011-Acceptor-0] DEBUG o.a.tomcat.util.threads.LimitLatch - Counting up[https-jsse-nio-8011-Acceptor-0] latch=69
<date> 07:04:31.855  [https-jsse-nio-8011-exec-74] DEBUG o.a.tomcat.util.net.SecureNioChannel - The SNI host name extracted for connection [java.nio.channels.SocketChannel[connected local=/ip:8011 remote=/ip:33992]] was [ip-server-sample]
<date> 07:04:32.178  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518272178; nextExpiration=1570518272177; keyCount=0; hasEvents=false; eval=false
<date> 07:04:32.855  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518272855; nextExpiration=1570518272803; keyCount=0; hasEvents=false; eval=false
<date> 07:04:33.179  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518273179; nextExpiration=1570518273178; keyCount=0; hasEvents=false; eval=false
<date> 07:04:33.856  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518273856; nextExpiration=1570518273855; keyCount=0; hasEvents=false; eval=false
<date> 07:04:34.180  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518274180; nextExpiration=1570518274179; keyCount=0; hasEvents=false; eval=false
<date> 07:04:34.856  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518274856; nextExpiration=1570518274856; keyCount=0; hasEvents=false; eval=false
<date> 07:04:35.180  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518275180; nextExpiration=1570518275180; keyCount=0; hasEvents=false; eval=false
<date> 07:04:35.856  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518275855; nextExpiration=1570518275856; keyCount=0; hasEvents=false; eval=false
<date> 07:04:36.180  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518276179; nextExpiration=1570518276180; keyCount=0; hasEvents=false; eval=false
<date> 07:04:36.855  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518276855; nextExpiration=1570518276855; keyCount=0; hasEvents=false; eval=false
<date> 07:04:37.179  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518277179; nextExpiration=1570518277179; keyCount=0; hasEvents=false; eval=false
<date> 07:04:37.855  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518277855; nextExpiration=1570518277855; keyCount=0; hasEvents=false; eval=false
<date> 07:04:38.179  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518278179; nextExpiration=1570518278179; keyCount=0; hasEvents=false; eval=false
<date> 07:04:38.855  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518278855; nextExpiration=1570518278855; keyCount=0; hasEvents=false; eval=false
<date> 07:04:39.179  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518279179; nextExpiration=1570518279179; keyCount=0; hasEvents=false; eval=false
<date> 07:04:39.855  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518279855; nextExpiration=1570518279855; keyCount=0; hasEvents=false; eval=false
<date> 07:04:40.179  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518280179; nextExpiration=1570518280179; keyCount=0; hasEvents=false; eval=false
<date> 07:04:40.855  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518280855; nextExpiration=1570518280855; keyCount=0; hasEvents=false; eval=false
<date> 07:04:41.179  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518281179; nextExpiration=1570518281179; keyCount=0; hasEvents=false; eval=false
<date> 07:04:41.855  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518281855; nextExpiration=1570518281855; keyCount=0; hasEvents=false; eval=false
<date> 07:04:42.179  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518282179; nextExpiration=1570518282179; keyCount=0; hasEvents=false; eval=false
<date> 07:04:42.643  [HikariPool-1 connection closer] DEBUG c.m.sqlserver.jdbc.Connection - ENTRY
<date> 07:04:42.643  [HikariPool-1 connection closer] DEBUG c.m.sqlserver.jdbc.Connection - RETURN false
<date> 07:04:42.643  [HikariPool-1 connection closer] DEBUG c.m.sqlserver.jdbc.Connection - ENTRY 15,000
<date> 07:04:42.645  [HikariPool-1 connection closer] DEBUG c.m.sqlserver.jdbc.Connection - RETURN
<date> 07:04:42.646  [HikariPool-1 connection closer] DEBUG c.m.sqlserver.jdbc.Connection - ENTRY
<date> 07:04:42.646  [HikariPool-1 connection closer] TRACE c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:9123): Closing inputStream...
<date> 07:04:42.646  [HikariPool-1 connection closer] TRACE c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:9123): Closing outputStream...
<date> 07:04:42.646  [HikariPool-1 connection closer] DEBUG c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:9123): Closing TCP socket...
<date> 07:04:42.646  [HikariPool-1 connection closer] DEBUG c.m.sqlserver.jdbc.Connection - RETURN
<date> 07:04:42.855  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518282855; nextExpiration=1570518282855; keyCount=0; hasEvents=false; eval=false
<date> 07:04:43.179  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518283179; nextExpiration=1570518283179; keyCount=0; hasEvents=false; eval=false
<date> 07:04:43.855  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518283855; nextExpiration=1570518283855; keyCount=0; hasEvents=false; eval=false
<date> 07:04:44.179  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518284179; nextExpiration=1570518284179; keyCount=0; hasEvents=false; eval=false
<date> 07:04:44.855  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518284855; nextExpiration=1570518284855; keyCount=0; hasEvents=false; eval=false
<date> 07:04:45.179  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518285179; nextExpiration=1570518285179; keyCount=0; hasEvents=false; eval=false
<date> 07:04:45.855  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518285855; nextExpiration=1570518285855; keyCount=0; hasEvents=false; eval=false
<date> 07:04:46.179  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518286179; nextExpiration=1570518286179; keyCount=0; hasEvents=false; eval=false
<date> 07:04:46.856  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518286856; nextExpiration=1570518286855; keyCount=0; hasEvents=false; eval=false
<date> 07:04:47.180  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518287180; nextExpiration=1570518287179; keyCount=0; hasEvents=false; eval=false
<date> 07:04:47.857  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518287857; nextExpiration=1570518287856; keyCount=0; hasEvents=false; eval=false
<date> 07:04:48.181  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518288181; nextExpiration=1570518288180; keyCount=0; hasEvents=false; eval=false
<date> 07:04:48.858  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518288858; nextExpiration=1570518288857; keyCount=0; hasEvents=false; eval=false
<date> 07:04:48.890  [ContainerBackgroundProcessor[StandardEngine[Tomcat]]] DEBUG o.a.catalina.session.ManagerBase - Start expire sessions StandardManager at 1570518288890 sessioncount 0
<date> 07:04:48.890  [ContainerBackgroundProcessor[StandardEngine[Tomcat]]] DEBUG o.a.catalina.session.ManagerBase - End expire sessions StandardManager processingTime 0 expired sessions: 0
<date> 07:04:49.182  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518289182; nextExpiration=1570518289181; keyCount=0; hasEvents=false; eval=false
<date> 07:04:49.859  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518289859; nextExpiration=1570518289858; keyCount=0; hasEvents=false; eval=false
<date> 07:04:50.183  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518290183; nextExpiration=1570518290182; keyCount=0; hasEvents=false; eval=false
<date> 07:04:50.859  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518290859; nextExpiration=1570518290859; keyCount=0; hasEvents=false; eval=false
<date> 07:04:51.183  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518291183; nextExpiration=1570518291183; keyCount=0; hasEvents=false; eval=false
<date> 07:04:51.859  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518291858; nextExpiration=1570518291859; keyCount=0; hasEvents=false; eval=false
<date> 07:04:52.183  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518292183; nextExpiration=1570518292183; keyCount=0; hasEvents=false; eval=false
<date> 07:04:52.858  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518292858; nextExpiration=1570518292858; keyCount=0; hasEvents=false; eval=false
<date> 07:04:53.182  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518293182; nextExpiration=1570518293183; keyCount=0; hasEvents=false; eval=false
<date> 07:04:53.858  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518293858; nextExpiration=1570518293858; keyCount=0; hasEvents=false; eval=false
<date> 07:04:54.182  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518294182; nextExpiration=1570518294182; keyCount=0; hasEvents=false; eval=false
<date> 07:04:54.858  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518294858; nextExpiration=1570518294858; keyCount=0; hasEvents=false; eval=false
<date> 07:04:55.182  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518295182; nextExpiration=1570518295182; keyCount=0; hasEvents=false; eval=false
<date> 07:04:55.858  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518295858; nextExpiration=1570518295858; keyCount=0; hasEvents=false; eval=false
<date> 07:04:56.182  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518296182; nextExpiration=1570518296182; keyCount=0; hasEvents=false; eval=false
<date> 07:04:56.858  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518296858; nextExpiration=1570518296858; keyCount=0; hasEvents=false; eval=false
<date> 07:04:57.182  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518297182; nextExpiration=1570518297182; keyCount=0; hasEvents=false; eval=false
<date> 07:04:57.858  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518297858; nextExpiration=1570518297858; keyCount=0; hasEvents=false; eval=false
<date> 07:04:58.182  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518298182; nextExpiration=1570518298182; keyCount=0; hasEvents=false; eval=false
<date> 07:04:58.858  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518298858; nextExpiration=1570518298858; keyCount=0; hasEvents=false; eval=false
<date> 07:04:59.182  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518299182; nextExpiration=1570518299182; keyCount=0; hasEvents=false; eval=false
<date> 07:04:59.858  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518299858; nextExpiration=1570518299858; keyCount=0; hasEvents=false; eval=false
<date> 07:05:00.182  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518300182; nextExpiration=1570518300182; keyCount=0; hasEvents=false; eval=false
<date> 07:05:00.858  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518300858; nextExpiration=1570518300858; keyCount=0; hasEvents=false; eval=false
<date> 07:05:01.182  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518301182; nextExpiration=1570518301182; keyCount=0; hasEvents=false; eval=false
<date> 07:05:01.858  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518301858; nextExpiration=1570518301858; keyCount=0; hasEvents=false; eval=false
<date> 07:05:02.183  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518302183; nextExpiration=1570518302182; keyCount=0; hasEvents=false; eval=false
<date> 07:05:02.859  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518302859; nextExpiration=1570518302858; keyCount=0; hasEvents=false; eval=false
<date> 07:05:03.184  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518303184; nextExpiration=1570518303183; keyCount=0; hasEvents=false; eval=false
<date> 07:05:03.860  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518303860; nextExpiration=1570518303859; keyCount=0; hasEvents=false; eval=false
<date> 07:05:04.185  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518304185; nextExpiration=1570518304184; keyCount=0; hasEvents=false; eval=false
<date> 07:05:04.861  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518304861; nextExpiration=1570518304860; keyCount=0; hasEvents=false; eval=false
<date> 07:05:05.186  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518305186; nextExpiration=1570518305185; keyCount=0; hasEvents=false; eval=false
<date> 07:05:05.862  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518305862; nextExpiration=1570518305861; keyCount=0; hasEvents=false; eval=false
<date> 07:05:06.187  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518306187; nextExpiration=1570518306186; keyCount=0; hasEvents=false; eval=false
<date> 07:05:06.862  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518306862; nextExpiration=1570518306862; keyCount=0; hasEvents=false; eval=false
<date> 07:05:07.187  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518307187; nextExpiration=1570518307187; keyCount=0; hasEvents=false; eval=false
<date> 07:05:07.862  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518307862; nextExpiration=1570518307862; keyCount=0; hasEvents=false; eval=false
<date> 07:05:08.187  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518308187; nextExpiration=1570518308187; keyCount=0; hasEvents=false; eval=false
<date> 07:05:08.862  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518308862; nextExpiration=1570518308862; keyCount=0; hasEvents=false; eval=false
<date> 07:05:09.186  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518309186; nextExpiration=1570518309187; keyCount=0; hasEvents=false; eval=false
<date> 07:05:09.861  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518309861; nextExpiration=1570518309862; keyCount=0; hasEvents=false; eval=false
<date> 07:05:10.187  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518310186; nextExpiration=1570518310186; keyCount=0; hasEvents=false; eval=false
<date> 07:05:10.861  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518310861; nextExpiration=1570518310861; keyCount=0; hasEvents=false; eval=false
<date> 07:05:11.186  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518311186; nextExpiration=1570518311186; keyCount=0; hasEvents=false; eval=false
<date> 07:05:11.861  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518311861; nextExpiration=1570518311861; keyCount=0; hasEvents=false; eval=false
<date> 07:05:12.186  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518312186; nextExpiration=1570518312186; keyCount=0; hasEvents=false; eval=false
<date> 07:05:12.861  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518312861; nextExpiration=1570518312861; keyCount=0; hasEvents=false; eval=false
<date> 07:05:13.186  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518313186; nextExpiration=1570518313186; keyCount=0; hasEvents=false; eval=false
<date> 07:05:13.861  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518313861; nextExpiration=1570518313861; keyCount=0; hasEvents=false; eval=false
<date> 07:05:14.186  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518314186; nextExpiration=1570518314186; keyCount=0; hasEvents=false; eval=false
<date> 07:05:14.861  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518314861; nextExpiration=1570518314861; keyCount=0; hasEvents=false; eval=false
<date> 07:05:15.186  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518315186; nextExpiration=1570518315186; keyCount=0; hasEvents=false; eval=false
<date> 07:05:15.861  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518315861; nextExpiration=1570518315861; keyCount=0; hasEvents=false; eval=false
<date> 07:05:16.186  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518316186; nextExpiration=1570518316186; keyCount=0; hasEvents=false; eval=false
<date> 07:05:16.861  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518316861; nextExpiration=1570518316861; keyCount=0; hasEvents=false; eval=false
<date> 07:05:17.186  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=34; now=1570518317186; nextExpiration=1570518317186; keyCount=0; hasEvents=false; eval=false
<date> 07:05:17.371  [https-jsse-nio-8011-Acceptor-0] DEBUG o.a.tomcat.util.threads.LimitLatch - Counting up[https-jsse-nio-8011-Acceptor-0] latch=70
<date> 07:05:17.378  [https-jsse-nio-8011-exec-75] DEBUG o.a.tomcat.util.net.SecureNioChannel - The SNI host name extracted for connection [java.nio.channels.SocketChannel[connected local=/ip:8011 remote=/ip:34019]] was [ip-server-sample]
<date> 07:05:17.861  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518317861; nextExpiration=1570518317861; keyCount=0; hasEvents=false; eval=false
<date> 07:05:18.378  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518318378; nextExpiration=1570518318186; keyCount=0; hasEvents=false; eval=false
<date> 07:05:18.861  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518318861; nextExpiration=1570518318861; keyCount=0; hasEvents=false; eval=false
<date> 07:05:19.378  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518319378; nextExpiration=1570518319378; keyCount=0; hasEvents=false; eval=false
<date> 07:05:19.861  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518319861; nextExpiration=1570518319861; keyCount=0; hasEvents=false; eval=false
<date> 07:05:20.379  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518320379; nextExpiration=1570518320378; keyCount=0; hasEvents=false; eval=false
<date> 07:05:20.862  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518320862; nextExpiration=1570518320861; keyCount=0; hasEvents=false; eval=false
<date> 07:05:21.380  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518321380; nextExpiration=1570518321379; keyCount=0; hasEvents=false; eval=false
<date> 07:05:21.863  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518321863; nextExpiration=1570518321862; keyCount=0; hasEvents=false; eval=false
<date> 07:05:22.365  [https-jsse-nio-8011-Acceptor-0] DEBUG o.a.tomcat.util.threads.LimitLatch - Counting up[https-jsse-nio-8011-Acceptor-0] latch=71
<date> 07:05:22.372  [https-jsse-nio-8011-exec-76] DEBUG o.a.tomcat.util.net.SecureNioChannel - The SNI host name extracted for connection [java.nio.channels.SocketChannel[connected local=/ip:8011 remote=/ip:34020]] was [ip-server-sample]
<date> 07:05:22.381  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518322381; nextExpiration=1570518322380; keyCount=0; hasEvents=false; eval=false
<date> 07:05:23.372  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=36; now=1570518323372; nextExpiration=1570518322863; keyCount=0; hasEvents=false; eval=false
<date> 07:05:23.381  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518323381; nextExpiration=1570518323381; keyCount=0; hasEvents=false; eval=false
<date> 07:05:24.372  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=36; now=1570518324372; nextExpiration=1570518324372; keyCount=0; hasEvents=false; eval=false
<date> 07:05:24.381  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518324381; nextExpiration=1570518324381; keyCount=0; hasEvents=false; eval=false
<date> 07:05:25.372  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=36; now=1570518325372; nextExpiration=1570518325372; keyCount=0; hasEvents=false; eval=false
<date> 07:05:25.381  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518325381; nextExpiration=1570518325381; keyCount=0; hasEvents=false; eval=false
<date> 07:05:26.372  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=36; now=1570518326371; nextExpiration=1570518326372; keyCount=0; hasEvents=false; eval=false
<date> 07:05:26.380  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518326380; nextExpiration=1570518326381; keyCount=0; hasEvents=false; eval=false
<date> 07:05:27.371  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=36; now=1570518327371; nextExpiration=1570518327371; keyCount=0; hasEvents=false; eval=false
<date> 07:05:27.380  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518327380; nextExpiration=1570518327380; keyCount=0; hasEvents=false; eval=false
<date> 07:05:28.371  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=36; now=1570518328371; nextExpiration=1570518328371; keyCount=0; hasEvents=false; eval=false
<date> 07:05:28.380  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518328380; nextExpiration=1570518328380; keyCount=0; hasEvents=false; eval=false
<date> 07:05:29.371  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=36; now=1570518329371; nextExpiration=1570518329371; keyCount=0; hasEvents=false; eval=false
<date> 07:05:29.380  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518329380; nextExpiration=1570518329380; keyCount=0; hasEvents=false; eval=false
<date> 07:05:30.371  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=36; now=1570518330371; nextExpiration=1570518330371; keyCount=0; hasEvents=false; eval=false
<date> 07:05:30.380  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518330380; nextExpiration=1570518330380; keyCount=0; hasEvents=false; eval=false
<date> 07:05:31.371  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=36; now=1570518331371; nextExpiration=1570518331371; keyCount=0; hasEvents=false; eval=false
<date> 07:05:31.380  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518331380; nextExpiration=1570518331380; keyCount=0; hasEvents=false; eval=false
<date> 07:05:32.371  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=36; now=1570518332371; nextExpiration=1570518332371; keyCount=0; hasEvents=false; eval=false
<date> 07:05:32.380  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518332380; nextExpiration=1570518332380; keyCount=0; hasEvents=false; eval=false
<date> 07:05:33.371  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=36; now=1570518333371; nextExpiration=1570518333371; keyCount=0; hasEvents=false; eval=false
<date> 07:05:33.380  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=35; now=1570518333380; nextExpiration=1570518333380; keyCount=0; hasEvents=false; eval=false
<date> 07:05:33.684  [https-jsse-nio-8011-Acceptor-0] DEBUG o.a.tomcat.util.threads.LimitLatch - Counting up[https-jsse-nio-8011-Acceptor-0] latch=72
<date> 07:05:33.685  [https-jsse-nio-8011-exec-77] DEBUG o.a.tomcat.util.net.SecureNioChannel - The SNI host name extracted for connection [java.nio.channels.SocketChannel[connected local=/ip:8011 remote=/ip:34021]] was [ip-server-sample]
<date> 07:05:34.371  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=36; now=1570518334371; nextExpiration=1570518334371; keyCount=0; hasEvents=false; eval=false
<date> 07:05:34.684  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=36; now=1570518334684; nextExpiration=1570518334380; keyCount=0; hasEvents=false; eval=false
<date> 07:05:35.371  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=36; now=1570518335371; nextExpiration=1570518335371; keyCount=0; hasEvents=false; eval=false
<date> 07:05:35.684  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=36; now=1570518335684; nextExpiration=1570518335684; keyCount=0; hasEvents=false; eval=false
<date> 07:05:36.372  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=36; now=1570518336372; nextExpiration=1570518336371; keyCount=0; hasEvents=false; eval=false
<date> 07:05:36.685  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=36; now=1570518336685; nextExpiration=1570518336684; keyCount=0; hasEvents=false; eval=false
<date> 07:05:37.373  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=36; now=1570518337373; nextExpiration=1570518337372; keyCount=0; hasEvents=false; eval=false
<date> 07:05:37.686  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=36; now=1570518337686; nextExpiration=1570518337685; keyCount=0; hasEvents=false; eval=false
<date> 07:05:38.373  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=36; now=1570518338373; nextExpiration=1570518338373; keyCount=0; hasEvents=false; eval=false
<date> 07:05:38.687  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=36; now=1570518338687; nextExpiration=1570518338686; keyCount=0; hasEvents=false; eval=false
<date> 07:05:39.373  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=36; now=1570518339373; nextExpiration=1570518339373; keyCount=0; hasEvents=false; eval=false
<date> 07:05:39.687  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=36; now=1570518339687; nextExpiration=1570518339687; keyCount=0; hasEvents=false; eval=false
<date> 07:05:40.373  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=36; now=1570518340373; nextExpiration=1570518340373; keyCount=0; hasEvents=false; eval=false
<date> 07:05:40.687  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=36; now=1570518340687; nextExpiration=1570518340687; keyCount=0; hasEvents=false; eval=false
<date> 07:05:41.373  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=36; now=1570518341373; nextExpiration=1570518341373; keyCount=0; hasEvents=false; eval=false
<date> 07:05:41.687  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=36; now=1570518341687; nextExpiration=1570518341687; keyCount=0; hasEvents=false; eval=false
<date> 07:05:42.151  [https-jsse-nio-8011-Acceptor-0] DEBUG o.a.tomcat.util.threads.LimitLatch - Counting up[https-jsse-nio-8011-Acceptor-0] latch=73
<date> 07:05:42.152  [https-jsse-nio-8011-exec-78] DEBUG o.a.tomcat.util.net.SecureNioChannel - The SNI host name extracted for connection [java.nio.channels.SocketChannel[connected local=/ip:8011 remote=/ip:34022]] was [ip-server-sample]
<date> 07:05:42.687  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=36; now=1570518342687; nextExpiration=1570518342687; keyCount=0; hasEvents=false; eval=false
<date> 07:05:43.152  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518343151; nextExpiration=1570518342373; keyCount=0; hasEvents=false; eval=false
<date> 07:05:43.686  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=36; now=1570518343686; nextExpiration=1570518343687; keyCount=0; hasEvents=false; eval=false
<date> 07:05:44.151  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518344151; nextExpiration=1570518344151; keyCount=0; hasEvents=false; eval=false
<date> 07:05:44.686  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=36; now=1570518344686; nextExpiration=1570518344686; keyCount=0; hasEvents=false; eval=false
<date> 07:05:45.151  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518345151; nextExpiration=1570518345151; keyCount=0; hasEvents=false; eval=false
<date> 07:05:45.686  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=36; now=1570518345686; nextExpiration=1570518345686; keyCount=0; hasEvents=false; eval=false
<date> 07:05:46.002  [https-jsse-nio-8011-Acceptor-0] DEBUG o.a.tomcat.util.threads.LimitLatch - Counting up[https-jsse-nio-8011-Acceptor-0] latch=74
<date> 07:05:46.003  [https-jsse-nio-8011-exec-79] DEBUG o.a.tomcat.util.net.SecureNioChannel - The SNI host name extracted for connection [java.nio.channels.SocketChannel[connected local=/ip:8011 remote=/ip:34023]] was [ip-server-sample]
<date> 07:05:46.151  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518346151; nextExpiration=1570518346151; keyCount=0; hasEvents=false; eval=false
<date> 07:05:47.002  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518347002; nextExpiration=1570518346686; keyCount=0; hasEvents=false; eval=false
<date> 07:05:47.151  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518347151; nextExpiration=1570518347151; keyCount=0; hasEvents=false; eval=false
<date> 07:05:48.002  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518348002; nextExpiration=1570518348002; keyCount=0; hasEvents=false; eval=false
<date> 07:05:48.151  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518348151; nextExpiration=1570518348151; keyCount=0; hasEvents=false; eval=false
<date> 07:05:48.896  [ContainerBackgroundProcessor[StandardEngine[Tomcat]]] DEBUG o.a.catalina.session.ManagerBase - Start expire sessions StandardManager at 1570518348896 sessioncount 0
<date> 07:05:48.896  [ContainerBackgroundProcessor[StandardEngine[Tomcat]]] DEBUG o.a.catalina.session.ManagerBase - End expire sessions StandardManager processingTime 0 expired sessions: 0
<date> 07:05:49.002  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518349002; nextExpiration=1570518349002; keyCount=0; hasEvents=false; eval=false
<date> 07:05:49.151  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518349151; nextExpiration=1570518349151; keyCount=0; hasEvents=false; eval=false
<date> 07:05:50.002  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518350002; nextExpiration=1570518350002; keyCount=0; hasEvents=false; eval=false
<date> 07:05:50.203  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518350203; nextExpiration=1570518350151; keyCount=0; hasEvents=false; eval=false
<date> 07:05:51.003  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518351003; nextExpiration=1570518351002; keyCount=0; hasEvents=false; eval=false
<date> 07:05:51.204  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518351204; nextExpiration=1570518351203; keyCount=0; hasEvents=false; eval=false
<date> 07:05:52.004  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518352004; nextExpiration=1570518352003; keyCount=0; hasEvents=false; eval=false
<date> 07:05:52.205  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518352205; nextExpiration=1570518352204; keyCount=0; hasEvents=false; eval=false
<date> 07:05:53.005  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518353005; nextExpiration=1570518353004; keyCount=0; hasEvents=false; eval=false
<date> 07:05:53.205  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518353205; nextExpiration=1570518353205; keyCount=0; hasEvents=false; eval=false
<date> 07:05:54.006  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518354006; nextExpiration=1570518354005; keyCount=0; hasEvents=false; eval=false
<date> 07:05:54.205  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518354205; nextExpiration=1570518354205; keyCount=0; hasEvents=false; eval=false
<date> 07:05:55.006  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518355006; nextExpiration=1570518355006; keyCount=0; hasEvents=false; eval=false
<date> 07:05:55.205  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518355205; nextExpiration=1570518355205; keyCount=0; hasEvents=false; eval=false
<date> 07:05:56.006  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518356006; nextExpiration=1570518356006; keyCount=0; hasEvents=false; eval=false
<date> 07:05:56.205  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518356205; nextExpiration=1570518356205; keyCount=0; hasEvents=false; eval=false
<date> 07:05:57.006  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518357006; nextExpiration=1570518357006; keyCount=0; hasEvents=false; eval=false
<date> 07:05:57.205  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518357205; nextExpiration=1570518357205; keyCount=0; hasEvents=false; eval=false
<date> 07:05:58.006  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518358006; nextExpiration=1570518358006; keyCount=0; hasEvents=false; eval=false
<date> 07:05:58.205  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518358205; nextExpiration=1570518358205; keyCount=0; hasEvents=false; eval=false
<date> 07:05:58.660  [https-jsse-nio-8011-Acceptor-0] DEBUG o.a.tomcat.util.threads.LimitLatch - Counting up[https-jsse-nio-8011-Acceptor-0] latch=75
<date> 07:05:58.668  [https-jsse-nio-8011-exec-80] DEBUG o.a.tomcat.util.net.SecureNioChannel - The SNI host name extracted for connection [java.nio.channels.SocketChannel[connected local=/ip:8011 remote=/ip:34025]] was [ip-server-sample]
<date> 07:05:59.006  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518359005; nextExpiration=1570518359006; keyCount=0; hasEvents=false; eval=false
<date> 07:05:59.668  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518359667; nextExpiration=1570518359205; keyCount=0; hasEvents=false; eval=false
<date> 07:06:00.005  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518360005; nextExpiration=1570518360005; keyCount=0; hasEvents=false; eval=false
<date> 07:06:00.667  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518360667; nextExpiration=1570518360667; keyCount=0; hasEvents=false; eval=false
<date> 07:06:01.005  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518361005; nextExpiration=1570518361005; keyCount=0; hasEvents=false; eval=false
<date> 07:06:01.667  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518361667; nextExpiration=1570518361667; keyCount=0; hasEvents=false; eval=false
<date> 07:06:02.005  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518362005; nextExpiration=1570518362005; keyCount=0; hasEvents=false; eval=false
<date> 07:06:02.667  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518362667; nextExpiration=1570518362667; keyCount=0; hasEvents=false; eval=false
<date> 07:06:03.005  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518363005; nextExpiration=1570518363005; keyCount=0; hasEvents=false; eval=false
<date> 07:06:03.667  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518363667; nextExpiration=1570518363667; keyCount=0; hasEvents=false; eval=false
<date> 07:06:04.005  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518364005; nextExpiration=1570518364005; keyCount=0; hasEvents=false; eval=false
<date> 07:06:04.667  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518364667; nextExpiration=1570518364667; keyCount=0; hasEvents=false; eval=false
<date> 07:06:05.005  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518365005; nextExpiration=1570518365005; keyCount=0; hasEvents=false; eval=false
<date> 07:06:05.667  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518365667; nextExpiration=1570518365667; keyCount=0; hasEvents=false; eval=false
<date> 07:06:06.005  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518366005; nextExpiration=1570518366005; keyCount=0; hasEvents=false; eval=false
<date> 07:06:06.668  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518366668; nextExpiration=1570518366667; keyCount=0; hasEvents=false; eval=false
<date> 07:06:07.005  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518367005; nextExpiration=1570518367005; keyCount=0; hasEvents=false; eval=false
<date> 07:06:07.669  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518367669; nextExpiration=1570518367668; keyCount=0; hasEvents=false; eval=false
<date> 07:06:08.005  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518368005; nextExpiration=1570518368005; keyCount=0; hasEvents=false; eval=false
<date> 07:06:08.670  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518368670; nextExpiration=1570518368669; keyCount=0; hasEvents=false; eval=false
<date> 07:06:09.006  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518369006; nextExpiration=1570518369005; keyCount=0; hasEvents=false; eval=false
<date> 07:06:09.671  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518369671; nextExpiration=1570518369670; keyCount=0; hasEvents=false; eval=false
<date> 07:06:10.006  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518370006; nextExpiration=1570518370006; keyCount=0; hasEvents=false; eval=false
<date> 07:06:10.671  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518370671; nextExpiration=1570518370671; keyCount=0; hasEvents=false; eval=false
<date> 07:06:11.006  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518371006; nextExpiration=1570518371006; keyCount=0; hasEvents=false; eval=false
<date> 07:06:11.671  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518371671; nextExpiration=1570518371671; keyCount=0; hasEvents=false; eval=false
<date> 07:06:12.006  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518372006; nextExpiration=1570518372006; keyCount=0; hasEvents=false; eval=false
<date> 07:06:12.671  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518372671; nextExpiration=1570518372671; keyCount=0; hasEvents=false; eval=false
<date> 07:06:13.006  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518373006; nextExpiration=1570518373006; keyCount=0; hasEvents=false; eval=false
<date> 07:06:13.671  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518373671; nextExpiration=1570518373671; keyCount=0; hasEvents=false; eval=false
<date> 07:06:14.006  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518374006; nextExpiration=1570518374006; keyCount=0; hasEvents=false; eval=false
<date> 07:06:14.671  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518374671; nextExpiration=1570518374671; keyCount=0; hasEvents=false; eval=false
<date> 07:06:15.006  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518375006; nextExpiration=1570518375006; keyCount=0; hasEvents=false; eval=false
<date> 07:06:15.671  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518375671; nextExpiration=1570518375671; keyCount=0; hasEvents=false; eval=false
<date> 07:06:16.006  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518376006; nextExpiration=1570518376006; keyCount=0; hasEvents=false; eval=false
<date> 07:06:16.671  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518376670; nextExpiration=1570518376671; keyCount=0; hasEvents=false; eval=false
<date> 07:06:17.005  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518377005; nextExpiration=1570518377006; keyCount=0; hasEvents=false; eval=false
<date> 07:06:17.670  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518377670; nextExpiration=1570518377670; keyCount=0; hasEvents=false; eval=false
<date> 07:06:18.006  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518378006; nextExpiration=1570518378005; keyCount=0; hasEvents=false; eval=false
<date> 07:06:18.670  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518378670; nextExpiration=1570518378670; keyCount=0; hasEvents=false; eval=false
<date> 07:06:19.005  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518379005; nextExpiration=1570518379006; keyCount=0; hasEvents=false; eval=false
<date> 07:06:19.670  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518379670; nextExpiration=1570518379670; keyCount=0; hasEvents=false; eval=false
<date> 07:06:20.005  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518380005; nextExpiration=1570518380005; keyCount=0; hasEvents=false; eval=false
<date> 07:06:20.670  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518380670; nextExpiration=1570518380670; keyCount=0; hasEvents=false; eval=false
<date> 07:06:21.005  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518381005; nextExpiration=1570518381005; keyCount=0; hasEvents=false; eval=false
<date> 07:06:21.670  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518381670; nextExpiration=1570518381670; keyCount=0; hasEvents=false; eval=false
<date> 07:06:22.005  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518382005; nextExpiration=1570518382005; keyCount=0; hasEvents=false; eval=false
<date> 07:06:22.671  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518382671; nextExpiration=1570518382670; keyCount=0; hasEvents=false; eval=false
<date> 07:06:23.005  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518383005; nextExpiration=1570518383005; keyCount=0; hasEvents=false; eval=false
<date> 07:06:23.672  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518383672; nextExpiration=1570518383671; keyCount=0; hasEvents=false; eval=false
<date> 07:06:24.006  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518384006; nextExpiration=1570518384005; keyCount=0; hasEvents=false; eval=false
<date> 07:06:24.673  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518384673; nextExpiration=1570518384672; keyCount=0; hasEvents=false; eval=false
<date> 07:06:25.007  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518385007; nextExpiration=1570518385006; keyCount=0; hasEvents=false; eval=false
<date> 07:06:25.674  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518385674; nextExpiration=1570518385673; keyCount=0; hasEvents=false; eval=false
<date> 07:06:26.008  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518386008; nextExpiration=1570518386007; keyCount=0; hasEvents=false; eval=false
<date> 07:06:26.675  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518386675; nextExpiration=1570518386674; keyCount=0; hasEvents=false; eval=false
<date> 07:06:27.008  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518387008; nextExpiration=1570518387008; keyCount=0; hasEvents=false; eval=false
<date> 07:06:27.675  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518387675; nextExpiration=1570518387675; keyCount=0; hasEvents=false; eval=false
<date> 07:06:28.008  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518388008; nextExpiration=1570518388008; keyCount=0; hasEvents=false; eval=false
<date> 07:06:28.675  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518388675; nextExpiration=1570518388675; keyCount=0; hasEvents=false; eval=false
<date> 07:06:29.008  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518389008; nextExpiration=1570518389008; keyCount=0; hasEvents=false; eval=false
<date> 07:06:29.675  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518389675; nextExpiration=1570518389675; keyCount=0; hasEvents=false; eval=false
<date> 07:06:30.008  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518390008; nextExpiration=1570518390008; keyCount=0; hasEvents=false; eval=false
<date> 07:06:30.675  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518390675; nextExpiration=1570518390675; keyCount=0; hasEvents=false; eval=false
<date> 07:06:31.008  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518391008; nextExpiration=1570518391008; keyCount=0; hasEvents=false; eval=false
<date> 07:06:31.675  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518391675; nextExpiration=1570518391675; keyCount=0; hasEvents=false; eval=false
<date> 07:06:32.008  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518392008; nextExpiration=1570518392008; keyCount=0; hasEvents=false; eval=false
<date> 07:06:32.674  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518392674; nextExpiration=1570518392675; keyCount=0; hasEvents=false; eval=false
<date> 07:06:33.008  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518393008; nextExpiration=1570518393008; keyCount=0; hasEvents=false; eval=false
<date> 07:06:33.674  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518393674; nextExpiration=1570518393674; keyCount=0; hasEvents=false; eval=false
<date> 07:06:34.007  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518394007; nextExpiration=1570518394008; keyCount=0; hasEvents=false; eval=false
<date> 07:06:34.674  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518394674; nextExpiration=1570518394674; keyCount=0; hasEvents=false; eval=false
<date> 07:06:35.007  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518395007; nextExpiration=1570518395007; keyCount=0; hasEvents=false; eval=false
<date> 07:06:35.674  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518395674; nextExpiration=1570518395674; keyCount=0; hasEvents=false; eval=false
<date> 07:06:36.007  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518396007; nextExpiration=1570518396007; keyCount=0; hasEvents=false; eval=false
<date> 07:06:36.674  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518396674; nextExpiration=1570518396674; keyCount=0; hasEvents=false; eval=false
<date> 07:06:37.007  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518397007; nextExpiration=1570518397007; keyCount=0; hasEvents=false; eval=false
<date> 07:06:37.674  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518397674; nextExpiration=1570518397674; keyCount=0; hasEvents=false; eval=false
<date> 07:06:38.008  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518398008; nextExpiration=1570518398007; keyCount=0; hasEvents=false; eval=false
<date> 07:06:38.675  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518398675; nextExpiration=1570518398674; keyCount=0; hasEvents=false; eval=false
<date> 07:06:39.009  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518399009; nextExpiration=1570518399008; keyCount=0; hasEvents=false; eval=false
<date> 07:06:39.676  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518399676; nextExpiration=1570518399675; keyCount=0; hasEvents=false; eval=false
<date> 07:06:40.010  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518400010; nextExpiration=1570518400009; keyCount=0; hasEvents=false; eval=false
<date> 07:06:40.677  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518400677; nextExpiration=1570518400676; keyCount=0; hasEvents=false; eval=false
<date> 07:06:41.011  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518401011; nextExpiration=1570518401010; keyCount=0; hasEvents=false; eval=false
<date> 07:06:41.678  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518401678; nextExpiration=1570518401677; keyCount=0; hasEvents=false; eval=false
<date> 07:06:42.012  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518402012; nextExpiration=1570518402011; keyCount=0; hasEvents=false; eval=false
<date> 07:06:42.678  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518402678; nextExpiration=1570518402678; keyCount=0; hasEvents=false; eval=false
<date> 07:06:43.012  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518403012; nextExpiration=1570518403012; keyCount=0; hasEvents=false; eval=false
<date> 07:06:43.678  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518403678; nextExpiration=1570518403678; keyCount=0; hasEvents=false; eval=false
<date> 07:06:44.012  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518404012; nextExpiration=1570518404012; keyCount=0; hasEvents=false; eval=false
<date> 07:06:44.678  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518404678; nextExpiration=1570518404678; keyCount=0; hasEvents=false; eval=false
<date> 07:06:45.012  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518405012; nextExpiration=1570518405012; keyCount=0; hasEvents=false; eval=false
<date> 07:06:45.678  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518405678; nextExpiration=1570518405678; keyCount=0; hasEvents=false; eval=false
<date> 07:06:46.012  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518406012; nextExpiration=1570518406012; keyCount=0; hasEvents=false; eval=false
<date> 07:06:46.678  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518406678; nextExpiration=1570518406678; keyCount=0; hasEvents=false; eval=false
<date> 07:06:47.012  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518407012; nextExpiration=1570518407012; keyCount=0; hasEvents=false; eval=false
<date> 07:06:47.678  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518407678; nextExpiration=1570518407678; keyCount=0; hasEvents=false; eval=false
<date> 07:06:48.012  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=37; now=1570518408012; nextExpiration=1570518408012; keyCount=0; hasEvents=false; eval=false
<date> 07:06:48.243  [https-jsse-nio-8011-Acceptor-0] DEBUG o.a.tomcat.util.threads.LimitLatch - Counting up[https-jsse-nio-8011-Acceptor-0] latch=76
<date> 07:06:48.244  [https-jsse-nio-8011-exec-81] DEBUG o.a.tomcat.util.net.SecureNioChannel - The SNI host name extracted for connection [java.nio.channels.SocketChannel[connected local=/ip:8011 remote=/ip:34028]] was [ip-server-sample]
<date> 07:06:48.678  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518408678; nextExpiration=1570518408678; keyCount=0; hasEvents=false; eval=false
<date> 07:06:48.823  [https-jsse-nio-8011-Acceptor-0] DEBUG o.a.tomcat.util.threads.LimitLatch - Counting up[https-jsse-nio-8011-Acceptor-0] latch=77
<date> 07:06:48.823  [https-jsse-nio-8011-exec-82] DEBUG o.a.tomcat.util.net.SecureNioChannel - The SNI host name extracted for connection [java.nio.channels.SocketChannel[connected local=/ip:8011 remote=/ip:34029]] was [ip-server-sample]
<date> 07:06:48.903  [ContainerBackgroundProcessor[StandardEngine[Tomcat]]] DEBUG o.a.catalina.session.ManagerBase - Start expire sessions StandardManager at 1570518408903 sessioncount 0
<date> 07:06:48.903  [ContainerBackgroundProcessor[StandardEngine[Tomcat]]] DEBUG o.a.catalina.session.ManagerBase - End expire sessions StandardManager processingTime 0 expired sessions: 0
<date> 07:06:49.244  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518409244; nextExpiration=1570518409012; keyCount=0; hasEvents=false; eval=false
<date> 07:06:49.824  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=39; now=1570518409823; nextExpiration=1570518409678; keyCount=0; hasEvents=false; eval=false
<date> 07:06:50.243  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518410243; nextExpiration=1570518410244; keyCount=0; hasEvents=false; eval=false
<date> 07:06:50.823  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=39; now=1570518410823; nextExpiration=1570518410823; keyCount=0; hasEvents=false; eval=false
<date> 07:06:51.243  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518411243; nextExpiration=1570518411243; keyCount=0; hasEvents=false; eval=false
<date> 07:06:51.823  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=39; now=1570518411823; nextExpiration=1570518411823; keyCount=0; hasEvents=false; eval=false
<date> 07:06:52.243  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518412243; nextExpiration=1570518412243; keyCount=0; hasEvents=false; eval=false
<date> 07:06:52.823  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=39; now=1570518412823; nextExpiration=1570518412823; keyCount=0; hasEvents=false; eval=false
<date> 07:06:53.243  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518413243; nextExpiration=1570518413243; keyCount=0; hasEvents=false; eval=false
<date> 07:06:53.823  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=39; now=1570518413823; nextExpiration=1570518413823; keyCount=0; hasEvents=false; eval=false
<date> 07:06:54.243  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=38; now=1570518414243; nextExpiration=1570518414243; keyCount=0; hasEvents=false; eval=false
<date> 07:06:54.589  [https-jsse-nio-8011-Acceptor-0] DEBUG o.a.tomcat.util.threads.LimitLatch - Counting up[https-jsse-nio-8011-Acceptor-0] latch=78
<date> 07:06:54.596  [https-jsse-nio-8011-exec-83] DEBUG o.a.tomcat.util.net.SecureNioChannel - The SNI host name extracted for connection [java.nio.channels.SocketChannel[connected local=/ip:8011 remote=/ip:34031]] was [ip-server-sample]
<date> 07:06:54.823  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=39; now=1570518414823; nextExpiration=1570518414823; keyCount=0; hasEvents=false; eval=false
<date> 07:06:55.595  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=39; now=1570518415595; nextExpiration=1570518415243; keyCount=0; hasEvents=false; eval=false
<date> 07:06:55.824  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=39; now=1570518415824; nextExpiration=1570518415823; keyCount=0; hasEvents=false; eval=false
<date> 07:06:56.596  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=39; now=1570518416596; nextExpiration=1570518416595; keyCount=0; hasEvents=false; eval=false
<date> 07:06:56.825  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=39; now=1570518416825; nextExpiration=1570518416824; keyCount=0; hasEvents=false; eval=false
<date> 07:06:57.596  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=39; now=1570518417596; nextExpiration=1570518417596; keyCount=0; hasEvents=false; eval=false
<date> 07:06:57.826  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=39; now=1570518417826; nextExpiration=1570518417825; keyCount=0; hasEvents=false; eval=false
<date> 07:06:58.596  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=39; now=1570518418596; nextExpiration=1570518418596; keyCount=0; hasEvents=false; eval=false
<date> 07:06:58.826  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=39; now=1570518418826; nextExpiration=1570518418826; keyCount=0; hasEvents=false; eval=false
<date> 07:06:58.969  [https-jsse-nio-8011-Acceptor-0] DEBUG o.a.tomcat.util.threads.LimitLatch - Counting up[https-jsse-nio-8011-Acceptor-0] latch=79
<date> 07:06:58.970  [https-jsse-nio-8011-exec-84] DEBUG o.a.tomcat.util.net.SecureNioChannel - The SNI host name extracted for connection [java.nio.channels.SocketChannel[connected local=/ip:8011 remote=/ip:34032]] was [ip-server-sample]
<date> 07:06:59.596  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=39; now=1570518419596; nextExpiration=1570518419596; keyCount=0; hasEvents=false; eval=false
<date> 07:06:59.970  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=40; now=1570518419970; nextExpiration=1570518419826; keyCount=0; hasEvents=false; eval=false
<date> 07:07:00.596  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=39; now=1570518420596; nextExpiration=1570518420596; keyCount=0; hasEvents=false; eval=false
<date> 07:07:00.970  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=40; now=1570518420970; nextExpiration=1570518420970; keyCount=0; hasEvents=false; eval=false
<date> 07:07:01.596  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=39; now=1570518421596; nextExpiration=1570518421596; keyCount=0; hasEvents=false; eval=false
<date> 07:07:01.970  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=40; now=1570518421970; nextExpiration=1570518421970; keyCount=0; hasEvents=false; eval=false
<date> 07:07:02.596  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=39; now=1570518422596; nextExpiration=1570518422596; keyCount=0; hasEvents=false; eval=false
<date> 07:07:02.970  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=40; now=1570518422970; nextExpiration=1570518422970; keyCount=0; hasEvents=false; eval=false
<date> 07:07:03.596  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=39; now=1570518423596; nextExpiration=1570518423596; keyCount=0; hasEvents=false; eval=false
<date> 07:07:03.970  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=40; now=1570518423970; nextExpiration=1570518423970; keyCount=0; hasEvents=false; eval=false
<date> 07:07:04.596  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=39; now=1570518424596; nextExpiration=1570518424596; keyCount=0; hasEvents=false; eval=false
<date> 07:07:04.970  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=40; now=1570518424970; nextExpiration=1570518424970; keyCount=0; hasEvents=false; eval=false
<date> 07:07:05.596  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=39; now=1570518425596; nextExpiration=1570518425596; keyCount=0; hasEvents=false; eval=false
<date> 07:07:05.970  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=40; now=1570518425970; nextExpiration=1570518425970; keyCount=0; hasEvents=false; eval=false
<date> 07:07:06.596  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=39; now=1570518426595; nextExpiration=1570518426596; keyCount=0; hasEvents=false; eval=false
<date> 07:07:06.969  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=40; now=1570518426969; nextExpiration=1570518426970; keyCount=0; hasEvents=false; eval=false
<date> 07:07:07.595  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=39; now=1570518427595; nextExpiration=1570518427595; keyCount=0; hasEvents=false; eval=false
<date> 07:07:07.969  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=40; now=1570518427969; nextExpiration=1570518427969; keyCount=0; hasEvents=false; eval=false
<date> 07:07:08.595  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=39; now=1570518428595; nextExpiration=1570518428595; keyCount=0; hasEvents=false; eval=false
<date> 07:07:08.969  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=40; now=1570518428969; nextExpiration=1570518428969; keyCount=0; hasEvents=false; eval=false
<date> 07:07:09.596  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=39; now=1570518429596; nextExpiration=1570518429595; keyCount=0; hasEvents=false; eval=false
<date> 07:07:09.970  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=40; now=1570518429970; nextExpiration=1570518429969; keyCount=0; hasEvents=false; eval=false
<date> 07:07:10.597  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=39; now=1570518430597; nextExpiration=1570518430596; keyCount=0; hasEvents=false; eval=false
<date> 07:07:10.971  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=40; now=1570518430971; nextExpiration=1570518430970; keyCount=0; hasEvents=false; eval=false
<date> 07:07:11.598  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=39; now=1570518431598; nextExpiration=1570518431597; keyCount=0; hasEvents=false; eval=false
<date> 07:07:11.972  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=40; now=1570518431972; nextExpiration=1570518431971; keyCount=0; hasEvents=false; eval=false
<date> 07:07:12.599  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=39; now=1570518432599; nextExpiration=1570518432598; keyCount=0; hasEvents=false; eval=false
<date> 07:07:12.973  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=40; now=1570518432973; nextExpiration=1570518432972; keyCount=0; hasEvents=false; eval=false
<date> 07:07:13.600  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=39; now=1570518433600; nextExpiration=1570518433599; keyCount=0; hasEvents=false; eval=false
<date> 07:07:13.974  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=40; now=1570518433974; nextExpiration=1570518433973; keyCount=0; hasEvents=false; eval=false
<date> 07:07:14.600  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=39; now=1570518434600; nextExpiration=1570518434600; keyCount=0; hasEvents=false; eval=false
<date> 07:07:14.974  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=40; now=1570518434974; nextExpiration=1570518434974; keyCount=0; hasEvents=false; eval=false
<date> 07:07:15.600  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=39; now=1570518435600; nextExpiration=1570518435600; keyCount=0; hasEvents=false; eval=false
<date> 07:07:15.974  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=40; now=1570518435974; nextExpiration=1570518435974; keyCount=0; hasEvents=false; eval=false
<date> 07:07:16.600  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=39; now=1570518436600; nextExpiration=1570518436600; keyCount=0; hasEvents=false; eval=false
<date> 07:07:16.974  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=40; now=1570518436974; nextExpiration=1570518436974; keyCount=0; hasEvents=false; eval=false
<date> 07:07:17.600  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=39; now=1570518437600; nextExpiration=1570518437600; keyCount=0; hasEvents=false; eval=false
<date> 07:07:17.974  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=40; now=1570518437974; nextExpiration=1570518437974; keyCount=0; hasEvents=false; eval=false
<date> 07:07:18.600  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=39; now=1570518438600; nextExpiration=1570518438600; keyCount=0; hasEvents=false; eval=false
<date> 07:07:18.974  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=40; now=1570518438974; nextExpiration=1570518438974; keyCount=0; hasEvents=false; eval=false
<date> 07:07:19.600  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=39; now=1570518439600; nextExpiration=1570518439600; keyCount=0; hasEvents=false; eval=false
<date> 07:07:19.974  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=40; now=1570518439974; nextExpiration=1570518439974; keyCount=0; hasEvents=false; eval=false
<date> 07:07:20.600  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=39; now=1570518440600; nextExpiration=1570518440600; keyCount=0; hasEvents=false; eval=false
<date> 07:07:20.974  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=40; now=1570518440974; nextExpiration=1570518440974; keyCount=0; hasEvents=false; eval=false
<date> 07:07:21.600  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=39; now=1570518441600; nextExpiration=1570518441600; keyCount=0; hasEvents=false; eval=false
<date> 07:07:21.974  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=40; now=1570518441974; nextExpiration=1570518441974; keyCount=0; hasEvents=false; eval=false
<date> 07:07:22.600  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=39; now=1570518442600; nextExpiration=1570518442600; keyCount=0; hasEvents=false; eval=false
<date> 07:07:22.974  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=40; now=1570518442973; nextExpiration=1570518442974; keyCount=0; hasEvents=false; eval=false
<date> 07:07:23.600  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=39; now=1570518443600; nextExpiration=1570518443600; keyCount=0; hasEvents=false; eval=false
<date> 07:07:23.973  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=40; now=1570518443973; nextExpiration=1570518443973; keyCount=0; hasEvents=false; eval=false
<date> 07:07:24.599  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=39; now=1570518444599; nextExpiration=1570518444600; keyCount=0; hasEvents=false; eval=false
<date> 07:07:24.973  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=40; now=1570518444973; nextExpiration=1570518444973; keyCount=0; hasEvents=false; eval=false
<date> 07:07:25.600  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=39; now=1570518445600; nextExpiration=1570518445599; keyCount=0; hasEvents=false; eval=false
<date> 07:07:25.973  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=40; now=1570518445973; nextExpiration=1570518445973; keyCount=0; hasEvents=false; eval=false
<date> 07:07:26.601  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=39; now=1570518446601; nextExpiration=1570518446600; keyCount=0; hasEvents=false; eval=false
<date> 07:07:26.973  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=40; now=1570518446973; nextExpiration=1570518446973; keyCount=0; hasEvents=false; eval=false
<date> 07:07:27.601  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=39; now=1570518447601; nextExpiration=1570518447601; keyCount=0; hasEvents=false; eval=false
<date> 07:07:27.974  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=40; now=1570518447974; nextExpiration=1570518447973; keyCount=0; hasEvents=false; eval=false
<date> 07:07:28.602  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=39; now=1570518448602; nextExpiration=1570518448601; keyCount=0; hasEvents=false; eval=false
<date> 07:07:28.975  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=40; now=1570518448975; nextExpiration=1570518448974; keyCount=0; hasEvents=false; eval=false
<date> 07:07:29.603  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=39; now=1570518449603; nextExpiration=1570518449602; keyCount=0; hasEvents=false; eval=false
<date> 07:07:29.976  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=40; now=1570518449976; nextExpiration=1570518449975; keyCount=0; hasEvents=false; eval=false
<date> 07:07:30.603  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=39; now=1570518450603; nextExpiration=1570518450603; keyCount=0; hasEvents=false; eval=false
<date> 07:07:30.976  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=40; now=1570518450976; nextExpiration=1570518450976; keyCount=0; hasEvents=false; eval=false
<date> 07:07:31.603  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=39; now=1570518451603; nextExpiration=1570518451603; keyCount=0; hasEvents=false; eval=false
<date> 07:07:31.976  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=40; now=1570518451976; nextExpiration=1570518451976; keyCount=0; hasEvents=false; eval=false
<date> 07:07:32.603  [https-jsse-nio-8011-ClientPoller-0] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=39; now=1570518452603; nextExpiration=1570518452603; keyCount=0; hasEvents=false; eval=false
<date> 07:07:32.976  [https-jsse-nio-8011-ClientPoller-1] DEBUG o.apache.tomcat.util.net.NioEndpoint - timeout completed: keys processed=40; now=1570518452976; nextExpiration=1570518452976; keyCount=0; hasEvents=false; eval=false
<date> 07:07:33.239  [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - com.microsoft.sqlserver.jdbc.TDSChannel$ProxyOutputStream@71fd5e6d Writing 267 bytes
<date> 07:07:33.239  [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:9130) (SSLHandshakeOutputStream): Starting new TDS packet...
<date> 07:07:33.239  [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Writer - TDSWriter@7f3aaffa (ConnectionID:9130) Writing 8 bytes
<date> 07:07:33.239  [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:9130) (SSLHandshakeOutputStream): Writing 267 bytes...
<date> 07:07:33.239  [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Writer - TDSWriter@7f3aaffa (ConnectionID:9130) Writing 267 bytes
<date> 07:07:33.239  [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - com.microsoft.sqlserver.jdbc.TDSChannel$ProxyOutputStream@71fd5e6d Flushing
<date> 07:07:33.239  [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:9130) (SSLHandshakeOutputStream): Ignored a request to flush the stream
<date> 07:07:33.240  [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - com.microsoft.sqlserver.jdbc.TDSChannel$ProxyOutputStream@71fd5e6d Writing 6 bytes
<date> 07:07:33.240  [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:9130) (SSLHandshakeOutputStream): Writing 6 bytes...
<date> 07:07:33.240  [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Writer - TDSWriter@7f3aaffa (ConnectionID:9130) Writing 6 bytes
<date> 07:07:33.240  [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - com.microsoft.sqlserver.jdbc.TDSChannel$ProxyOutputStream@71fd5e6d Flushing
<date> 07:07:33.240  [HikariPool-1 connection adder] TRACE c.m.s.jdbc.internals.TDS.Channel - TDSChannel (ConnectionID:9130) (SSLHandshakeOutputStream): Ignored a request to flush the stream
<date> 07:07:33.459  [https-jsse-nio-8011-exec-47] DEBUG o.apache.tomcat.util.net.NioEndpoint - Error during SSL handshake
java.io.IOException: EOF during handshake.
	at org.apache.tomcat.util.net.SecureNioChannel.handshakeUnwrap(SecureNioChannel.java:465)
	at org.apache.tomcat.util.net.SecureNioChannel.handshake(SecureNioChannel.java:238)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1394)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.lang.Thread.run(Thread.java:748)
<date> 07:07:33.461  [https-jsse-nio-8011-exec-47] DEBUG o.apache.tomcat.util.net.NioEndpoint - Failed to close socket
java.io.IOException: Broken pipe
	at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
	at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
	at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93)
	at sun.nio.ch.IOUtil.write(IOUtil.java:65)
	at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:471)
	at org.apache.tomcat.util.net.SecureNioChannel.flush(SecureNioChannel.java:144)
	at org.apache.tomcat.util.net.SecureNioChannel.close(SecureNioChannel.java:524)
	at org.apache.tomcat.util.net.SecureNioChannel.close(SecureNioChannel.java:534)
	at org.apache.tomcat.util.net.NioEndpoint$Poller.cancelledKey(NioEndpoint.java:685)
	at org.apache.tomcat.util.net.NioEndpoint.close(NioEndpoint.java:467)
	at org.apache.tomcat.util.net.NioEndpoint.access$400(NioEndpoint.java:70)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1423)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.lang.Thread.run(Thread.java:748)
<date> 07:07:33.462  [https-jsse-nio-8011-exec-47] DEBUG o.a.tomcat.util.threads.LimitLatch - Counting down[https-jsse-nio-8011-exec-47] latch=79
<date> 07:07:33.462  [https-jsse-nio-8011-exec-47] DEBUG o.apache.tomcat.util.net.NioEndpoint - Socket: [org.apache.tomcat.util.net.SecureNioChannel@77c1c855:java.nio.channels.SocketChannel[closed]] closed
<date> 07:07:33.469  [https-jsse-nio-8011-exec-15] DEBUG o.apache.tomcat.util.net.NioEndpoint - Error during SSL handshake
java.io.IOException: EOF during handshake.
	at org.apache.tomcat.util.net.SecureNioChannel.handshakeUnwrap(SecureNioChannel.java:465)
	at org.apache.tomcat.util.net.SecureNioChannel.handshake(SecureNioChannel.java:238)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1394)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.lang.Thread.run(Thread.java:748)
<date> 07:07:33.470  [https-jsse-nio-8011-exec-15] DEBUG o.apache.tomcat.util.net.NioEndpoint - Failed to close socket
java.io.IOException: Broken pipe
	at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
	at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
	at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93)
	at sun.nio.ch.IOUtil.write(IOUtil.java:65)
	at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:471)
	at org.apache.tomcat.util.net.SecureNioChannel.flush(SecureNioChannel.java:144)
	at org.apache.tomcat.util.net.SecureNioChannel.close(SecureNioChannel.java:524)
	at org.apache.tomcat.util.net.SecureNioChannel.close(SecureNioChannel.java:534)
	at org.apache.tomcat.util.net.NioEndpoint$Poller.cancelledKey(NioEndpoint.java:685)
	at org.apache.tomcat.util.net.NioEndpoint.close(NioEndpoint.java:467)
	at org.apache.tomcat.util.net.NioEndpoint.access$400(NioEndpoint.java:70)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1423)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.lang.Thread.run(Thread.java:748)
<date> 07:07:33.470  [https-jsse-nio-8011-exec-15] DEBUG o.a.tomcat.util.threads.LimitLatch - Counting down[https-jsse-nio-8011-exec-15] latch=78
<date> 07:07:33.470  [https-jsse-nio-8011-exec-15] DEBUG o.apache.tomcat.util.net.NioEndpoint - Socket: [org.apache.tomcat.util.net.SecureNioChannel@4b4fbb8:java.nio.channels.SocketChannel[closed]] closed
<date> 07:07:33.523  [https-jsse-nio-8011-exec-5] DEBUG o.apache.tomcat.util.net.NioEndpoint - Error during SSL handshake
java.io.IOException: EOF during handshake.
	at org.apache.tomcat.util.net.SecureNioChannel.handshakeUnwrap(SecureNioChannel.java:465)
	at org.apache.tomcat.util.net.SecureNioChannel.handshake(SecureNioChannel.java:238)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1394)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.lang.Thread.run(Thread.java:748)
<date> 07:07:33.523  [https-jsse-nio-8011-exec-5] DEBUG o.apache.tomcat.util.net.NioEndpoint - Failed to close socket
java.io.IOException: Broken pipe
	at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
	at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
	at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93)
	at sun.nio.ch.IOUtil.write(IOUtil.java:65)
	at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:471)
	at org.apache.tomcat.util.net.SecureNioChannel.flush(SecureNioChannel.java:144)
	at org.apache.tomcat.util.net.SecureNioChannel.close(SecureNioChannel.java:524)
	at org.apache.tomcat.util.net.SecureNioChannel.close(SecureNioChannel.java:534)
	at org.apache.tomcat.util.net.NioEndpoint$Poller.cancelledKey(NioEndpoint.java:685)
	at org.apache.tomcat.util.net.NioEndpoint.close(NioEndpoint.java:467)
	at org.apache.tomcat.util.net.NioEndpoint.access$400(NioEndpoint.java:70)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1423)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.lang.Thread.run(Thread.java:748)
<date> 07:07:33.523  [https-jsse-nio-8011-exec-5] DEBUG o.a.tomcat.util.threads.LimitLatch - Counting down[https-jsse-nio-8011-exec-5] latch=77
<date> 07:07:33.523  [https-jsse-nio-8011-exec-5] DEBUG o.apache.tomcat.util.net.NioEndpoint - Socket: [org.apache.tomcat.util.net.SecureNioChannel@47ccf8d7:java.nio.channels.SocketChannel[closed]] closed
<date> 07:07:33.524  [https-jsse-nio-8011-exec-61] DEBUG o.apache.tomcat.util.net.NioEndpoint - Error during SSL handshake
java.io.IOException: EOF during handshake.
	at org.apache.tomcat.util.net.SecureNioChannel.handshakeUnwrap(SecureNioChannel.java:465)
	at org.apache.tomcat.util.net.SecureNioChannel.handshake(SecureNioChannel.java:238)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1394)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.lang.Thread.run(Thread.java:748)
<date> 07:07:33.525  [https-jsse-nio-8011-exec-61] DEBUG o.apache.tomcat.util.net.NioEndpoint - Failed to close socket
java.io.IOException: Broken pipe
	at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
	at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
	at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93)
	at sun.nio.ch.IOUtil.write(IOUtil.java:65)
	at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:471)
	at org.apache.tomcat.util.net.SecureNioChannel.flush(SecureNioChannel.java:144)
	at org.apache.tomcat.util.net.SecureNioChannel.close(SecureNioChannel.java:524)
	at org.apache.tomcat.util.net.SecureNioChannel.close(SecureNioChannel.java:534)
	at org.apache.tomcat.util.net.NioEndpoint$Poller.cancelledKey(NioEndpoint.java:685)
	at org.apache.tomcat.util.net.NioEndpoint.close(NioEndpoint.java:467)
	at org.apache.tomcat.util.net.NioEndpoint.access$400(NioEndpoint.java:70)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1423)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.lang.Thread.run(Thread.java:748)
<date> 07:07:33.525  [https-jsse-nio-8011-exec-61] DEBUG o.a.tomcat.util.threads.LimitLatch - Counting down[https-jsse-nio-8011-exec-61] latch=76
<date> 07:07:33.525  [https-jsse-nio-8011-exec-61] DEBUG o.apache.tomcat.util.net.NioEndpoint - Socket: [org.apache.tomcat.util.net.SecureNioChannel@4021796f:java.nio.channels.SocketChannel[closed]] closed
<date> 07:07:33.527  [https-jsse-nio-8011-exec-53] DEBUG o.apache.tomcat.util.net.NioEndpoint - Error during SSL handshake
java.io.IOException: EOF during handshake.
	at org.apache.tomcat.util.net.SecureNioChannel.handshakeUnwrap(SecureNioChannel.java:465)
	at org.apache.tomcat.util.net.SecureNioChannel.handshake(SecureNioChannel.java:238)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1394)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.lang.Thread.run(Thread.java:748)
<date> 07:07:33.527  [https-jsse-nio-8011-exec-53] DEBUG o.apache.tomcat.util.net.NioEndpoint - Failed to close socket
java.io.IOException: Broken pipe
	at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
	at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
	at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93)
	at sun.nio.ch.IOUtil.write(IOUtil.java:65)
	at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:471)
	at org.apache.tomcat.util.net.SecureNioChannel.flush(SecureNioChannel.java:144)
	at org.apache.tomcat.util.net.SecureNioChannel.close(SecureNioChannel.java:524)
	at org.apache.tomcat.util.net.SecureNioChannel.close(SecureNioChannel.java:534)
	at org.apache.tomcat.util.net.NioEndpoint$Poller.cancelledKey(NioEndpoint.java:685)
	at org.apache.tomcat.util.net.NioEndpoint.close(NioEndpoint.java:467)
	at org.apache.tomcat.util.net.NioEndpoint.access$400(NioEndpoint.java:70)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1423)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.lang.Thread.run(Thread.java:748)
<date> 07:07:33.527  [https-jsse-nio-8011-exec-53] DEBUG o.a.tomcat.util.threads.LimitLatch - Counting down[https-jsse-nio-8011-exec-53] latch=75
<date> 07:07:33.527  [https-jsse-nio-8011-exec-53] DEBUG o.apache.tomcat.util.net.NioEndpoint - Socket: [org.apache.tomcat.util.net.SecureNioChannel@5b090c9d:java.nio.channels.SocketChannel[closed]] closed
<date> 07:07:33.542  [https-jsse-nio-8011-exec-55] DEBUG o.apache.tomcat.util.net.NioEndpoint - Error during SSL handshake
java.io.IOException: EOF during handshake.
	at org.apache.tomcat.util.net.SecureNioChannel.handshakeUnwrap(SecureNioChannel.java:465)
	at org.apache.tomcat.util.net.SecureNioChannel.handshake(SecureNioChannel.java:238)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1394)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.lang.Thread.run(Thread.java:748)
<date> 07:07:33.542  [https-jsse-nio-8011-exec-55] DEBUG o.apache.tomcat.util.net.NioEndpoint - Failed to close socket
java.io.IOException: Broken pipe
	at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
	at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
	at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93)
	at sun.nio.ch.IOUtil.write(IOUtil.java:65)
	at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:471)
	at org.apache.tomcat.util.net.SecureNioChannel.flush(SecureNioChannel.java:144)
	at org.apache.tomcat.util.net.SecureNioChannel.close(SecureNioChannel.java:524)
	at org.apache.tomcat.util.net.SecureNioChannel.close(SecureNioChannel.java:534)
	at org.apache.tomcat.util.net.NioEndpoint$Poller.cancelledKey(NioEndpoint.java:685)
	at org.apache.tomcat.util.net.NioEndpoint.close(NioEndpoint.java:467)
	at org.apache.tomcat.util.net.NioEndpoint.access$400(NioEndpoint.java:70)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1423)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.lang.Thread.run(Thread.java:748)
<date> 07:07:33.542  [https-jsse-nio-8011-exec-55] DEBUG o.a.tomcat.util.threads.LimitLatch - Counting down[https-jsse-nio-8011-exec-55] latch=74
<date> 07:07:33.542  [https-jsse-nio-8011-exec-55] DEBUG o.apache.tomcat.util.net.NioEndpoint - Socket: [org.apache.tomcat.util.net.SecureNioChannel@68d2a23c:java.nio.channels.SocketChannel[closed]] closed
<date> 07:07:33.543  [https-jsse-nio-8011-exec-31] DEBUG o.apache.tomcat.util.net.NioEndpoint - Error during SSL handshake
java.io.IOException: EOF during handshake.
	at org.apache.tomcat.util.net.SecureNioChannel.handshakeUnwrap(SecureNioChannel.java:465)
	at org.apache.tomcat.util.net.SecureNioChannel.handshake(SecureNioChannel.java:238)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1394)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.lang.Thread.run(Thread.java:748)
<date> 07:07:33.543  [https-jsse-nio-8011-exec-19] DEBUG o.apache.tomcat.util.net.NioEndpoint - Error during SSL handshake
java.io.IOException: EOF during handshake.
	at org.apache.tomcat.util.net.SecureNioChannel.handshakeUnwrap(SecureNioChannel.java:465)
	at org.apache.tomcat.util.net.SecureNioChannel.handshake(SecureNioChannel.java:238)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1394)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.lang.Thread.run(Thread.java:748)
<date> 07:07:33.544  [https-jsse-nio-8011-exec-31] DEBUG o.apache.tomcat.util.net.NioEndpoint - Failed to close socket
java.io.IOException: Broken pipe
	at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
	at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
	at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93)
	at sun.nio.ch.IOUtil.write(IOUtil.java:65)
	at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:471)
	at org.apache.tomcat.util.net.SecureNioChannel.flush(SecureNioChannel.java:144)
	at org.apache.tomcat.util.net.SecureNioChannel.close(SecureNioChannel.java:524)
	at org.apache.tomcat.util.net.SecureNioChannel.close(SecureNioChannel.java:534)
	at org.apache.tomcat.util.net.NioEndpoint$Poller.cancelledKey(NioEndpoint.java:685)
	at org.apache.tomcat.util.net.NioEndpoint.close(NioEndpoint.java:467)
	at org.apache.tomcat.util.net.NioEndpoint.access$400(NioEndpoint.java:70)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1423)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.lang.Thread.run(Thread.java:748)
<date> 07:07:33.544  [https-jsse-nio-8011-exec-31] DEBUG o.a.tomcat.util.threads.LimitLatch - Counting down[https-jsse-nio-8011-exec-31] latch=73
<date> 07:07:33.544  [https-jsse-nio-8011-exec-31] DEBUG o.apache.tomcat.util.net.NioEndpoint - Socket: [org.apache.tomcat.util.net.SecureNioChannel@2d82269d:java.nio.channels.SocketChannel[closed]] closed
<date> 07:07:33.544  [https-jsse-nio-8011-exec-19] DEBUG o.apache.tomcat.util.net.NioEndpoint - Failed to close socket
java.io.IOException: Broken pipe
	at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
	at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
	at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93)
	at sun.nio.ch.IOUtil.write(IOUtil.java:65)
	at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:471)
	at org.apache.tomcat.util.net.SecureNioChannel.flush(SecureNioChannel.java:144)
	at org.apache.tomcat.util.net.SecureNioChannel.close(SecureNioChannel.java:524)
	at org.apache.tomcat.util.net.SecureNioChannel.close(SecureNioChannel.java:534)
	at org.apache.tomcat.util.net.NioEndpoint$Poller.cancelledKey(NioEndpoint.java:685)
	at org.apache.tomcat.util.net.NioEndpoint.close(NioEndpoint.java:467)
	at org.apache.tomcat.util.net.NioEndpoint.access$400(NioEndpoint.java:70)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1423)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.lang.Thread.run(Thread.java:748)
<date> 07:07:33.544  [https-jsse-nio-8011-exec-19] DEBUG o.a.tomcat.util.threads.LimitLatch - Counting down[https-jsse-nio-8011-exec-19] latch=72
<date> 07:07:33.544  [https-jsse-nio-8011-exec-19] DEBUG o.apache.tomcat.util.net.NioEndpoint - Socket: [org.apache.tomcat.util.net.SecureNioChannel@24855061:java.nio.channels.SocketChannel[closed]] closed
<date> 07:07:33.546  [https-jsse-nio-8011-exec-59] DEBUG o.apache.tomcat.util.net.NioEndpoint - Error during SSL handshake
java.io.IOException: EOF during handshake.
	at org.apache.tomcat.util.net.SecureNioChannel.handshakeUnwrap(SecureNioChannel.java:465)
	at org.apache.tomcat.util.net.SecureNioChannel.handshake(SecureNioChannel.java:238)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1394)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.lang.Thread.run(Thread.java:748)
<date> 07:07:33.547  [https-jsse-nio-8011-exec-59] DEBUG o.apache.tomcat.util.net.NioEndpoint - Failed to close socket
java.io.IOException: Broken pipe
	at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
	at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
	at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93)
	at sun.nio.ch.IOUtil.write(IOUtil.java:65)
	at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:471)
	at org.apache.tomcat.util.net.SecureNioChannel.flush(SecureNioChannel.java:144)
	at org.apache.tomcat.util.net.SecureNioChannel.close(SecureNioChannel.java:524)
	at org.apache.tomcat.util.net.SecureNioChannel.close(SecureNioChannel.java:534)
	at org.apache.tomcat.util.net.NioEndpoint$Poller.cancelledKey(NioEndpoint.java:685)
	at org.apache.tomcat.util.net.NioEndpoint.close(NioEndpoint.java:467)
	at org.apache.tomcat.util.net.NioEndpoint.access$400(NioEndpoint.java:70)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1423)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.lang.Thread.run(Thread.java:748)
<date> 07:07:33.547  [https-jsse-nio-8011-exec-59] DEBUG o.a.tomcat.util.threads.LimitLatch - Counting down[https-jsse-nio-8011-exec-59] latch=71
<date> 07:07:33.547  [https-jsse-nio-8011-exec-59] DEBUG o.apache.tomcat.util.net.NioEndpoint - Socket: [org.apache.tomcat.util.net.SecureNioChannel@53c70082:java.nio.channels.SocketChannel[closed]] closed
<date> 07:07:33.547  [https-jsse-nio-8011-exec-30] DEBUG o.apache.tomcat.util.net.NioEndpoint - Error during SSL handshake
java.io.IOException: EOF during handshake.
	at org.apache.tomcat.util.net.SecureNioChannel.handshakeUnwrap(SecureNioChannel.java:465)
	at org.apache.tomcat.util.net.SecureNioChannel.handshake(SecureNioChannel.java:238)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1394)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.lang.Thread.run(Thread.java:748)
<date> 07:07:33.547  [https-jsse-nio-8011-exec-30] DEBUG o.apache.tomcat.util.net.NioEndpoint - Failed to close socket
java.io.IOException: Broken pipe
	at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
	at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
	at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93)
	at sun.nio.ch.IOUtil.write(IOUtil.java:65)
	at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:471)
	at org.apache.tomcat.util.net.SecureNioChannel.flush(SecureNioChannel.java:144)
	at org.apache.tomcat.util.net.SecureNioChannel.close(SecureNioChannel.java:524)
	at org.apache.tomcat.util.net.SecureNioChannel.close(SecureNioChannel.java:534)
	at org.apache.tomcat.util.net.NioEndpoint$Poller.cancelledKey(NioEndpoint.java:685)
	at org.apache.tomcat.util.net.NioEndpoint.close(NioEndpoint.java:467)
	at org.apache.tomcat.util.net.NioEndpoint.access$400(NioEndpoint.java:70)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1423)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.lang.Thread.run(Thread.java:748)
<date> 07:07:33.548  [https-jsse-nio-8011-exec-30] DEBUG o.a.tomcat.util.threads.LimitLatch - Counting down[https-jsse-nio-8011-exec-30] latch=70
<date> 07:07:33.548  [https-jsse-nio-8011-exec-30] DEBUG o.apache.tomcat.util.net.NioEndpoint - Socket: [org.apache.tomcat.util.net.SecureNioChannel@221f5082:java.nio.channels.SocketChannel[closed]] closed
<date> 07:07:33.548  [https-jsse-nio-8011-exec-20] DEBUG o.apache.tomcat.util.net.NioEndpoint - Error during SSL handshake
java.io.IOException: EOF during handshake.
	at org.apache.tomcat.util.net.SecureNioChannel.handshakeUnwrap(SecureNioChannel.java:465)
	at org.apache.tomcat.util.net.SecureNioChannel.handshake(SecureNioChannel.java:238)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1394)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.lang.Thread.run(Thread.java:748)
<date> 07:07:33.548  [https-jsse-nio-8011-exec-20] DEBUG o.apache.tomcat.util.net.NioEndpoint - Failed to close socket
java.io.IOException: Broken pipe
	at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
	at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
	at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93)
	at sun.nio.ch.IOUtil.write(IOUtil.java:65)
	at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:471)
	at org.apache.tomcat.util.net.SecureNioChannel.flush(SecureNioChannel.java:144)
	at org.apache.tomcat.util.net.SecureNioChannel.close(SecureNioChannel.java:524)
	at org.apache.tomcat.util.net.SecureNioChannel.close(SecureNioChannel.java:534)
	at org.apache.tomcat.util.net.NioEndpoint$Poller.cancelledKey(NioEndpoint.java:685)
	at org.apache.tomcat.util.net.NioEndpoint.close(NioEndpoint.java:467)
	at org.apache.tomcat.util.net.NioEndpoint.access$400(NioEndpoint.java:70)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1423)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.lang.Thread.run(Thread.java:748)
<date> 07:07:33.549  [https-jsse-nio-8011-exec-20] DEBUG o.a.tomcat.util.threads.LimitLatch - Counting down[https-jsse-nio-8011-exec-20] latch=69
<date> 07:07:33.549  [https-jsse-nio-8011-exec-20] DEBUG o.apache.tomcat.util.net.NioEndpoint - Socket: [org.apache.tomcat.util.net.SecureNioChannel@59fc8873:java.nio.channels.SocketChannel[closed]] closed
<date> 07:07:33.551  [https-jsse-nio-8011-exec-7] DEBUG o.apache.tomcat.util.net.NioEndpoint - Error during SSL handshake
java.io.IOException: EOF during handshake.
	at org.apache.tomcat.util.net.SecureNioChannel.handshakeUnwrap(SecureNioChannel.java:465)
	at org.apache.tomcat.util.net.SecureNioChannel.handshake(SecureNioChannel.java:238)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1394)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.lang.Thread.run(Thread.java:748)
<date> 07:07:33.552  [https-jsse-nio-8011-exec-7] DEBUG o.apache.tomcat.util.net.NioEndpoint - Failed to close socket
java.io.IOException: Broken pipe
	at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
	at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
	at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93)
	at sun.nio.ch.IOUtil.write(IOUtil.java:65)
	at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:471)
	at org.apache.tomcat.util.net.SecureNioChannel.flush(SecureNioChannel.java:144)
	at org.apache.tomcat.util.net.SecureNioChannel.close(SecureNioChannel.java:524)
	at org.apache.tomcat.util.net.SecureNioChannel.close(SecureNioChannel.java:534)
	at org.apache.tomcat.util.net.NioEndpoint$Poller.cancelledKey(NioEndpoint.java:685)
	at org.apache.tomcat.util.net.NioEndpoint.close(NioEndpoint.java:467)
	at org.apache.tomcat.util.net.NioEndpoint.access$400(NioEndpoint.java:70)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1423)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.lang.Thread.run(Thread.java:748)
<date> 07:07:33.552  [https-jsse-nio-8011-exec-7] DEBUG o.a.tomcat.util.threads.LimitLatch - Counting down[https-jsse-nio-8011-exec-7] latch=68
<date> 07:07:33.552  [https-jsse-nio-8011-exec-7] DEBUG o.apache.tomcat.util.net.NioEndpoint - Socket: [org.apache.tomcat.util.net.SecureNioChannel@1f4f67ca:java.nio.channels.SocketChannel[closed]] closed
<date> 07:07:33.554  [https-jsse-nio-8011-exec-49] DEBUG o.apache.tomcat.util.net.NioEndpoint - Error during SSL handshake
java.io.IOException: EOF during handshake.
	at org.apache.tomcat.util.net.SecureNioChannel.handshakeUnwrap(SecureNioChannel.java:465)
	at org.apache.tomcat.util.net.SecureNioChannel.handshake(SecureNioChannel.java:238)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1394)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.lang.Thread.run(Thread.java:748)

@nasabox
Copy link

nasabox commented Oct 21, 2019

In my experience this was a patch issue on windows
Record the associated rollup patch number . kb3172614
The develop server did not apply the new patch, but the operator server occurred after applying the latest patch.
I hope this helps
good luck

@satscreate
Copy link
Author

In my experience this was a patch issue on windows
Record the associated rollup patch number . kb3172614
The develop server did not apply the new patch, but the operator server occurred after applying the latest patch.
I hope this helps
good luck

@nasabox can you elaborate the fix perspective in more detail please. You meant some patching had to be done in database installation?

@nasabox
Copy link

nasabox commented Oct 21, 2019

@satscreate
Fixed by deleting the patch

The rollup patch consists of several patches.
I could not confirm the exact patch contents.

@nasabox
Copy link

nasabox commented Dec 26, 2019

A similar case is windows server 2016

On windows server 2016, I get a "Could not generate DH keypair" error using DH 2048 bit for SSL handshake and 1024 as default value in JDK.

This can be prevented by upgrading the WAS JDK version (1.7.85, 1.8 or higher) or adding
-Djdk.tls.ephemeralDHKeySize = 2048
-> Tomcat default value (catalina.bat)
set JSSE_OPTS="-Djdk.tls.ephemeralDHKeySize=2048"

@kylenovak
Copy link

@satscreate any luck on finding a resolution to this issue? I am having a very similar issue.

@nasabox
Copy link

nasabox commented Mar 19, 2020

kb3172614 , KB3163018 delete - server 2012 (Ms-SQL)
or Replace WAS JDBC driver (over ojbc7.jar - need jdk 1.7 or higher )

@ulvii
Copy link
Contributor

ulvii commented Jun 15, 2020

Hi everyone,
Looks like the issues are linked with a Windows update. Is there any other questions regarding the driver?

@ulvii ulvii closed this as completed Jun 30, 2020
@ghost
Copy link

ghost commented Jul 29, 2020

@ulvii , why was this closed? Even if the Windows server started sending random data, caught fire and exploded, it shouldn't cause the driver to fundamentally fail in a non-recoverable way. The fact that restarting the JVM instantly fixes the problem means this is a driver issue regardless of what the underlying cause might be.

(For what its worth, we're seeing the identical problem with SQL Azure instances.)

@ulvii
Copy link
Contributor

ulvii commented Aug 5, 2020

@lpghartz ,
SSL encryption is handled on OS/JAVA level, all the driver does is to create an SSLContext based on the connection properties provided by the application.

(For what its worth, we're seeing the identical problem with SQL Azure instances.)

You can run into similar issue because of client OS/JAVA, please try the suggestions above to find the root cause.

@sunmuthukumar
Copy link

sunmuthukumar commented Aug 10, 2020

I am facing the same issue. Tried to add the loginTimout=90 to the connection string which fixes the issue. Is there any relation between the SSL error and login timeout?

@ulvii
Copy link
Contributor

ulvii commented Aug 11, 2020

@sunmuthukumar . The only relation I can think of is you are running into the issue described in this article for which the driver has retry logic for. In this scenario, the driver will attempt to retry 5 times at most before loginTimeout expires.

@ashifahamed
Copy link

@ulvii . 1% to 5% connectivity issue happens with error message. Even after upgrading the jar to 8.4.1. Why this issue is closed ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A bug in the driver. A high priority item that one can expect to be addressed quickly.
Projects
None yet
Development

No branches or pull requests

9 participants